On Sat, 25 Jan 2003, Andrew Pinski wrote:
I think the using libbanshee with gcc has been broken since the
auto-configurization
had been merged into the branch.
I haven't done a complete reconfigure in a clean place since then, so
it's
possible.
It looks like with-options is no long referenced in configure (except
for setting it).
Nathaniel, what variable am i supposed to use to get an argument
passed to
subconfigures?
Can I use ac_configure_args if it is supposed to be passed to all
configures?
If so, Andrew, this'll work, and i'll commit a patch to update
configure
and configure.in:
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/configure,v
retrieving revision 1.46.2.5
diff -u -3 -p -r1.46.2.5 configure
--- configure 17 Jan 2003 19:52:00 -0000 1.46.2.5
+++ configure 26 Jan 2003 01:54:01 -0000
@@ -1900,7 +1900,7 @@ if test x${with_newlib} != xno && echo "
fi
if echo " ${configdirs} " |grep " libbanshee " >/dev/null 2>&1; then
- withoptions="$withoptions --with-libbanshee"
+ ac_configure_args="$ac_configure_args --with-libbanshee"
fi
# We default to --with-shared on platforms where -fpic is meaningless.