summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-26 06:21:53 +0200
committerAllan McRae <allan@archlinux.org>2013-07-22 05:27:35 +0200
commit1438377401431af3872e2a0c323fb804802242ad (patch)
tree0f07b1650eb881e40b442546b8016eef7d80b447 /autogen.sh
parent96a4d1ca049a6e091cc65f4082693ef554da86bf (diff)
downloadpacman-1438377401431af3872e2a0c323fb804802242ad.tar.gz
pacman-1438377401431af3872e2a0c323fb804802242ad.tar.xz
Use autoreconf in autogen.sh
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index be50be6d..c31f34fb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,3 @@
#!/bin/sh -xu
-aclocal -I m4 --install
-autoheader
-automake --foreign
-autoconf
+autoreconf -i \ No newline at end of file