diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-18 03:29:25 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-18 03:29:25 +0000 |
commit | 91450723b277fc8fa2d4bcfecb762c30ab7bfb21 (patch) | |
tree | 86a99e6b11b10bcb0f6407593f2a72ccbf46492d /autogen.sh | |
parent | 02346f2f1a82fd76dad6e4f01a51a655f9677541 (diff) | |
download | mpd-91450723b277fc8fa2d4bcfecb762c30ab7bfb21.tar.gz mpd-91450723b277fc8fa2d4bcfecb762c30ab7bfb21.tar.xz mpd-91450723b277fc8fa2d4bcfecb762c30ab7bfb21.zip |
bunch of autotool cleanups
git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 01a1e2a5d..272b13746 100755 --- a/autogen.sh +++ b/autogen.sh @@ -107,6 +107,9 @@ fi echo " $ACLOCAL $ACLOCAL_FLAGS" $ACLOCAL $ACLOCAL_FLAGS +echo " autoheader" +autoheader + echo " $LIBTOOLIZE --automake" $LIBTOOLIZE --automake |