* macros/autogen.sh: don't warn the user about running

configure with zero arguments.  Autogen doesn't run
	  configure anymore.  This confused a user.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12091 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2005-12-04 15:27:20 +00:00
parent 7450d2f8fa
commit 4ea2948c1f
2 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2005-12-04 Derek Atkins <derek@ihtfp.com>
* macros/autogen.sh: don't warn the user about running
configure with zero arguments. Autogen doesn't run
configure anymore. This confused a user.
2005-12-04 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/druid-hbci-initial.c: Fix crash when

View File

@@ -181,12 +181,13 @@ if test "$DIE" -eq 1; then
exit 1
fi
if test -z "$*"; then
echo "**Warning**: I am going to run \`configure' with no arguments."
echo "If you wish to pass any to it, please specify them on the"
echo \`$0"' command line."
echo
fi
# We don't call configure so we don't need to warn the user here.
#if test -z "$*"; then
# echo "**Warning**: I am going to run \`configure' with no arguments."
# echo "If you wish to pass any to it, please specify them on the"
# echo \`$0"' command line."
# echo
#fi
case $CC in
xlc )