mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user