+2003-11-24 Gary V. Vaughan <gary@gnu.org>
+
+ * tests/defs (func_configure): cdemo, demo and mdemo are shows
+ signs of indeterminacy for some users. Be more verbose during
+ failure to help track down the cause.
+
2003-11-22 Peter O'Gorman <peter@pogma.com>
* ltmain.in: Check for module_cmds if max_cmd_len is exceeded too.
* tests/demo-hardcode.test: Call ./libtool not libtool.
* ltmain.in: Test $old_striplib before using it, not $striplib.
-
+
2003-11-22 Gary V. Vaughan <gary@gnu.org>
* configure.ac (LASTRELEASE): Calculate it as best as we can from
my_testdir="$srcdir/$my_dir"
test -n "$my_args" && my_args=" $my_args"
- func_msg "Configuring in $my_dir (--prefix=$prefix$my_args)"
-
my_args="--srcdir="\""$my_testdir"\"" --prefix="\""$prefix"\""$my_args"
- eval $SHELL "$my_testdir/configure" $my_args || exit $EXIT_FAILURE
+ func_msg "Configuring in $my_dir"
+
+ test -f "$my_testdir/configure" || autoreconf --force --install $my_testdir
+ test -f "$my_testdir/configure" || exit $EXIT_FAILURE
+
+ eval func_msg $SHELL "$my_testdir/configure" $my_args
+ eval $SHELL "$my_testdir/configure" $my_args || \
+ { func_msg "FAILED: Configuring in $my_testdir"
+ ls -ltr $my_testdir
+ eval $SHELL -vx "$my_testdir/configure" $my_args;
+ exit $EXIT_FAILURE;
+ }
}
# func_check_static_shared staticp sharedp