From: jake Date: Thu, 28 Mar 2002 17:33:49 +0000 (+0000) Subject: Added comment suggesting use of -I flag with aclocal. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=748dbc96460f1dfa0f7b89f41d7ea86fddeb6050;p=rrdtool-all.git Added comment suggesting use of -I flag with aclocal. git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@107 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/MakeMakefile b/program/MakeMakefile index 2047f1dc..d8032d0a 100755 --- a/program/MakeMakefile +++ b/program/MakeMakefile @@ -43,6 +43,9 @@ libtoolize --copy --force cp ltmain.sh config # wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz +# If autoconf generates undefined MACRO errors, it may be unable +# to find libtool.m4. Add the -I flag to aclocal to specify the +# directory location of this file. aclocal autoheader --warnings=all automake --foreign --add-missing --force-missing --copy