aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2010-08-28 13:30:21 +0300
committerPetteri Räty <petsku@petteriraty.eu>2010-08-28 13:30:21 +0300
commit2116a4584ee6042ac6b431d02cf45a17238ae562 (patch)
treeda485c2421e911584f2d2ce4330b83ef85234c5f /autogen.sh
parentMake AC_PREREQ the first thing in configure.ac (diff)
downloadlibbash-2116a4584ee6042ac6b431d02cf45a17238ae562.tar.gz
libbash-2116a4584ee6042ac6b431d02cf45a17238ae562.tar.bz2
libbash-2116a4584ee6042ac6b431d02cf45a17238ae562.zip
autogen.sh simplification and documentation
Update README for autogen.sh and slonopotamus pointed out that autogen.sh could be simply just autoreconf -i.
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 80e9f59..9650dd2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,2 @@
#!/bin/sh
-libtoolize
-aclocal -I m4
-automake --add-missing
-autoreconf
-./configure --enable-gtest
+autoreconf -i && ./configure --enable-gtest