From: oetiker Date: Sun, 7 Jun 2009 13:42:39 +0000 (+0000) Subject: include libtool with the distro X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=43d1f5fdb2c01e34e3789651aaaa6c75218b0d48;p=rrdtool-all.git include libtool with the distro git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1846 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/Makefile.am b/program/Makefile.am index 4d7dff9b..9e1a22b9 100644 --- a/program/Makefile.am +++ b/program/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/program/autogen.sh b/program/autogen.sh index 0da6ac50..b524ca37 100755 --- a/program/autogen.sh +++ b/program/autogen.sh @@ -1,2 +1,3 @@ #!/bin/sh +libtoolize autoreconf --force --install --verbose -I config -I m4