]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
- fixed errors when --enable-pkcs11
authorMartin Willi <martin@strongswan.org>
Wed, 17 May 2006 07:16:23 +0000 (07:16 -0000)
committerMartin Willi <martin@strongswan.org>
Wed, 17 May 2006 07:16:23 +0000 (07:16 -0000)
- added autogen script

autogen.sh [new file with mode: 0755]
configure.in

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..5852dac
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+libtoolize &&
+aclocal &&
+automake -a &&
+autoconf
+
index 21a5e6edf29dcf617aba26dd81135a85ef2c1147..7536168e21f8a5551b609005c4f0498e87f6b193 100644 (file)
@@ -57,7 +57,7 @@ AC_ARG_ENABLE(
                                       --enable-pkcs11=/path/to/default-pkcs11.so]),
     smartcard=true
     AC_DEFINE(SMARTCARD)
-    AC_DEFINE(PKCS11_DEFAULT_LIB, ${enableval})
+    AC_DEFINE_UNQUOTED(PKCS11_DEFAULT_LIB, "$enableval")
 )
 AM_CONDITIONAL(USE_SMARTCARD, test x$smartcard = xtrue)