aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.sh
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-28 14:02:02 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-28 14:02:02 +0000
commitb7594213dc071c81e0e5013f3ec8ef17f9023dfb (patch)
tree8418262b7a7130323ec2c843f921e02122bed441 /src/bootstrap.sh
parente10a2c1660b13506e9ff0117974d5786b81875c0 (diff)
autotools
svn path=/trunk/externals/zexy/; revision=15373
Diffstat (limited to 'src/bootstrap.sh')
-rwxr-xr-xsrc/bootstrap.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh
index 66fdf74..06878ba 100755
--- a/src/bootstrap.sh
+++ b/src/bootstrap.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-
-aclocal && \
-autoconf && \
+cd .. && ./autogen.sh
echo "now run './configure'
for help on args run './configure --help'"