summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-07-07 16:25:28 +0000
committerMoritz Schulte <mo@g10code.com>2003-07-07 16:25:28 +0000
commitdc9a13c81dc6107e2873f0811423febadc955549 (patch)
tree1fa1fd417c31887903457688be4f5ab10347d093 /scripts
parent1938519682be2b54a589af5d0fe343e5d3aa60fb (diff)
downloadlibgcrypt-dc9a13c81dc6107e2873f0811423febadc955549.tar.gz
2003-07-07 Moritz Schulte <moritz@g10code.com>
* autogen.sh: Remove -a argument for automake.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index 35daf38c..1d38b710 100755
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -167,7 +167,7 @@ run()
run aclocal
run autoheader
-run automake --gnu -a
+run automake --gnu
run autoconf
echo "You can now run \"./configure --enable-maintainer-mode\" and then \"make\"."