diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-16 08:34:22 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-16 08:34:22 +0000 |
commit | dd3b7b71478422cf78209d9c64e2ecdaf92154fe (patch) | |
tree | 540fd06d656f6b96259c9258ffc461bec861c87e /autogen.sh | |
parent | 8501be235cda9b39ba5287c787dbb0f47761f555 (diff) | |
download | strongswan-dd3b7b71478422cf78209d9c64e2ecdaf92154fe.tar.bz2 strongswan-dd3b7b71478422cf78209d9c64e2ecdaf92154fe.tar.xz |
removed version numbers in autogen
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 6c42d7d45..5852dac2f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh libtoolize && -aclocal-1.9 && -automake-1.9 -a && +aclocal && +automake -a && autoconf |