From ca2e68c145b24fd727f3a9047919bc7b41c608bf Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Wed, 10 May 2006 20:42:00 +0000 Subject: [PATCH] Add some extra "don't shoot yourself in the foot" text to autogen. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13992 57a11ea4-9604-0410-9ed3-97b8803252fd --- autogen.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/autogen.sh b/autogen.sh index ae5db3e153..87266c69cb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -228,4 +228,9 @@ ${AUTOCONF} || \ conf_flags="--enable-compile-warnings" # --enable-iso-c --enable-error-on-warning +echo "" +echo "NOTE: Just run configure. Even if something told you to run" +echo " aclocal, automake, or anything else above, IGNORE IT." +echo " Everything has been run properly. Just run configure..." +echo "" echo You must now run $srcdir/configure $conf_flags "$@" ...