print configure lien
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 5 Feb 2004 13:34:10 +0000 (13:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 5 Feb 2004 13:34:10 +0000 (13:34 +0000)
Original commit message from CVS:
print configure lien

autogen.sh

index 5681a6e..0cb234a 100755 (executable)
@@ -91,6 +91,7 @@ test ! -z "$CONFIGURE_DEF_OPT" && echo "  ./configure default flags: $CONFIGURE_
 test ! -z "$CONFIGURE_EXT_OPT" && echo "  ./configure external flags: $CONFIGURE_EXT_OPT"
 echo
 
+echo ./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT
 ./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT || {
         echo "  configure failed"
         exit 1