Today Jake Brutlag wrote: > I followed this suggestion and it solved the problem! Perhaps there is > something non-standard about my development system, but this is general > advice from the libtool documentation. Shouldn't we considering adding > libtool.m4 to acinclude.m4 in RRDtool CVS? I realize this will have no > impact on any user-distribution, but it could make things easier to > other developers working with CVS.
Hi Jake, The problem as I understand it is, that we may end up with 'out of date' libtool stuff in the repository ... When I run MakeMakefile, this is my output ... do you get anything else ... without hacking acinclude.m4 ? libtool --version = 1.4.2 (expected 1.4.2) automake --version = 1.5 (expected 1.5) autoconf --version = 2.52 (expected 2.52) + xargs rm -f + find . -name Makefile + + find . -name *.la xargs rm -f + xargs+ find . -name Makefile.in rm -f + libtoolize --copy --force You should update your `aclocal.m4' by running aclocal. + cp ltmain.sh config + aclocal + autoheader --warnings=all autoheader: config/config.h.in is unchanged + automake --foreign --add-missing --force-missing --copy libraries/Makefile.am:7: USE_INSTALLED_libcgi does not appear in AM_CONDITIONAL libraries/Makefile.am:10: USE_INSTALLED_libz does not appear in AM_CONDITIONAL libraries/Makefile.am:13: USE_INSTALLED_libpng does not appear in AM_CONDITIONAL libraries/Makefile.am:16: USE_INSTALLED_libart_lgpl does not appear in AM_CONDITIONAL libraries/Makefile.am:19: USE_INSTALLED_libfreetype does not appear in AM_CONDITIONAL src/Makefile.am:8: USE_INSTALLED_libcgi does not appear in AM_CONDITIONAL src/Makefile.am:14: USE_INSTALLED_libfreetype does not appear in AM_CONDITIONAL src/Makefile.am:20: USE_INSTALLED_libart_lgpl does not appear in AM_CONDITIONAL src/Makefile.am:26: USE_INSTALLED_libpng does not appear in AM_CONDITIONAL src/Makefile.am:32: USE_INSTALLED_libz does not appear in AM_CONDITIONAL + autoconf > Jake > > Jake Brutlag > Network Analyst > TV Services -- Network Operations > Microsoft MSN > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-developers > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > -- ______ __ _ /_ __/_ / / (_) Oetiker, ETZ J97, ETH, 8092 Zurich, Switzerland / // _ \/ _ \/ / phoneto:+41(0)1-632-5286 faxto:+41(0)1-632-1517 /_/ \.__/_.__/_/ [EMAIL PROTECTED] http://google.com/search?q=tobi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
