From: Tobias Oetiker Date: Sun, 7 Jun 2009 13:42:39 +0000 (+0000) Subject: include libtool with the distro X-Git-Tag: 1.4.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fade2c044d28f958a4004c5809446463f5c5a5;p=thirdparty%2Frrdtool-1.x.git include libtool with the distro git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1846 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/Makefile.am b/Makefile.am index 4d7dff9b..9e1a22b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ SUBDIRS = po src examples doc bindings intl # the following files are not mentioned in any other Makefile EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \ rrdtool.spec favicon.ico win32/Makefile win32/config.h autogen.sh \ - win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj \ + win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj libtool \ win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \ win32/rrdtool.dsw win32/rrdtool.vcproj netware/Makefile \ etc/rrdcached-default etc/rrdcached-init diff --git a/autogen.sh b/autogen.sh index 0da6ac50..b524ca37 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,3 @@ #!/bin/sh +libtoolize autoreconf --force --install --verbose -I config -I m4