aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-08-23 11:48:33 +0000
committerMartin Willi <martin@strongswan.org>2006-08-23 11:48:33 +0000
commita1310b6b9215849ad58e7511a162b4f3ced711bf (patch)
tree2f0ac5eb596e96b7095183a50581f363a949c5ca /autogen.sh
parentd03ab568a6c98e0afa2087fd291636621a22802e (diff)
downloadstrongswan-a1310b6b9215849ad58e7511a162b4f3ced711bf.tar.bz2
strongswan-a1310b6b9215849ad58e7511a162b4f3ced711bf.tar.xz
updated Changelog and other docs
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 5852dac2f..6c42d7d45 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
libtoolize &&
-aclocal &&
-automake -a &&
+aclocal-1.9 &&
+automake-1.9 -a &&
autoconf