summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-14 01:06:09 +0100
committerColin Watson <cjwatson@debian.org>2007-10-14 01:06:09 +0100
commit7444686a9de5d9458607464a5b62d080091dfb15 (patch)
treea7b556c094e26ddb6b8fd25f25d283cdd16bf1a4 /autogen.sh
parentd52b047a61ef06a0d7dad73b5abd842806fca43c (diff)
* autogen.sh: Use 'autoreconf -i' rather than reinventing the wheel.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 6b443855..9373e014 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,3 @@
#! /bin/sh -e
-autopoint
-aclocal-1.10 -I m4
-autoheader && echo timestamp > stamp-h.in
-autoconf
-automake-1.10 --add-missing --copy
+autoreconf -i "$@"