summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authordarin <>2001-07-13 00:17:45 +0000
committerdarin <>2001-07-13 00:17:45 +0000
commit7a0eb796515e711af35ad994d0f6ae2170939145 (patch)
tree5060ae1141c5a065776a6251e2a6f08d82ad95cc /autogen.sh
parent2fced519c2a94099ea256ccb0422eb5004b30167 (diff)
downloadintltool-7a0eb796515e711af35ad994d0f6ae2170939145.tar.gz
* autogen.sh: Don't run autoheader because we have no headers.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 5b110d1..7a60f77 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -55,9 +55,6 @@ echo "no" | gettextize --copy --force
aclocal $ACLOCAL_FLAGS
-# optionally feature autoheader
-(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
-
automake -a $am_opt
autoconf