From: oetiker Date: Sun, 7 Jun 2009 13:42:39 +0000 (+0000) Subject: include libtool with the distro X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=2659beabfcb1931be94abc74d51b61a8cc2e402e 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 4d7dff9..9e1a22b 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 0da6ac5..b524ca3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,3 @@ #!/bin/sh +libtoolize autoreconf --force --install --verbose -I config -I m4