[prev in list] [next in list] [prev in thread] [next in thread] 

List:       strongswan-announce
Subject:    [strongSwan-dev] I try to generate the Makefile failed. Could someone help me?
From:       LIU Jingen <Jingen.Liu () alcatel-sbell ! com ! cn>
Date:       2013-02-05 9:54:27
Message-ID: C5617F58ABC3434282E1A6763065AE28119C39 () CNSHJMBX02 ! ad4 ! ad ! alcatel ! com
[Download RAW message or body]

Hello, All

I want compile the strongswan 4.4.0 from scratch, namely, I want to generate the \
Makefile by autoconf & automake automatically. But failed.

[root@femtoGPS strongswan-4.4.0]# uname -a
Linux femtoGPS 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 i686 i386 \
GNU/Linux

I used the commands sequencely as below in a Fedora Linux system, please refer to the \
logs of the attachment.  
(1) autoscan
 
(2) cp ./configure.scan ./configure.ac
 
(3) modify configure.ac, adding AM_INIT_AUTOMAKE(strongswan, 4.4.0);
 
(4) aclocal
 
(5) autoconf
issue 1: I met below warning after running autoconf.
[root@femtoGPS strongswan-4.4.0]# autoconf
configure.ac:100: warning: AC_COMPILE_IFELSE was called before \
                AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/functions.m4:1676: AC_FUNC_STRNLEN is expanded from...
configure.ac:100: the top level
configure.ac:100: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
 
(6) autoheader
 
(7) automake --add-missing     
issue 2: no Makefile.in generated after running automake --add-missing
 
(8) ./configure
Expected result: The Makefile should be generated
Actual result:      No Makefile generated and below msgs show:
                         config.status: error: cannot find input file: `Makefile.in'.

Best regards
Jingen, Liu
------------
Alcatel-Lucent Shanghai Bell Co.,Ltd. WSPD NanJing R&D Center.
Floor 10, Changjiang Technological Park, No.40, Nanchang Road, GuLou District.


["log_compile_strongswan_4.4.0.txt" (text/plain)]

### BEGIN LOG - DATE: 130205, TIME: 170521 ###

pwd
/root/jingenli/strongswan-4.4.0
[root@femtoGPS strongswan-4.4.0]# ls
aclocal.m4  Android.mk.in  configure  Doxyfile.in  install-sh  m4           \
Makefile.in  NEWS    src Android.mk  config.sub     CREDITS    INSTALL      ltmain.sh \
Makefile.am  missing      README  testing [root@femtoGPS strongswan-4.4.0]# which \
                autoconf
/usr/local/bin/autoconf
[root@femtoGPS strongswan-4.4.0]# whic/usr/local/bin/autoconf --version
autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# which automake
/usr/local/bin/automake
[root@femtoGPS strongswan-4.4.0]# /usr/local/bin/automake --version
automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# whicmh m4
/usr/local/bin/m4
[root@femtoGPS strongswan-4.4.0]# /usr/local/bin/m4 --version
m4 (GNU M4) 1.4.13
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Rene' Seindal.
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# pwd
/root/jingenli/strongswan-4.4.0
[root@femtoGPS strongswan-4.4.0]# ls
aclocal.m4  Android.mk.in  configure  Doxyfile.in  install-sh  m4           \
Makefile.in  NEWS    src Android.mk  config.sub     CREDITS    INSTALL      ltmain.sh \
Makefile.am  missing      README  testing [root@femtoGPS strongswan-4.4.0]# rm \
                ./configure
rm: remove regular file `./configure'? yes
[root@femtoGPS strongswan-4.4.0]# rm Makefile.in
rm: remove regular file `Makefile.in'? yes
[root@femtoGPS strongswan-4.4.0]# rm aclocal.m4
rm: remove regular file `aclocal.m4'? yes
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# uname -a
Linux femtoGPS 2.6.15-1.2054_FC5 #1 Tue Mar 14 15:48:33 EST 2006 i686 i686 i386 \
GNU/Linux [root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# autoscan
[root@femtoGPS strongswan-4.4.0]# ls -lrt
total 696
-rw-r--r--  1 root root  35638 Feb  5 16:03 config.sub
-rw-r--r--  1 root root   2004 Feb  5 16:03 Android.mk.in
-rw-r--r--  1 root root   1992 Feb  5 16:03 Android.mk
-rw-r--r--  1 root root 115291 Feb  5 16:03 README
-rw-r--r--  1 root root  73738 Feb  5 16:03 NEWS
-rw-r--r--  1 root root  11795 Feb  5 16:03 missing
-rw-r--r--  1 root root    610 Feb  5 16:03 Makefile.am
-rw-r--r--  1 root root 251865 Feb  5 16:03 ltmain.sh
-rw-r--r--  1 root root  14183 Feb  5 16:03 install-sh
-rw-r--r--  1 root root   6299 Feb  5 16:03 INSTALL
-rw-r--r--  1 root root  60281 Feb  5 16:03 Doxyfile.in
-rw-r--r--  1 root root   4962 Feb  5 16:03 CREDITS
drwxr-xr-x  4 root root   4096 Feb  5 16:03 m4
drwxr-xr-x 25 root root   4096 Feb  5 16:03 src
drwxr-xr-x  4 root root   4096 Feb  5 16:04 testing
-rw-r--r--  1 root root      0 Feb  5 16:07 autoscan.log
-rw-r--r--  1 root root   7973 Feb  5 16:07 configure.scan
[root@femtoGPS strongswan-4.4.0]# cp ./configure.scan ./configure.scan aac
[root@femtoGPS strongswan-4.4.0]# cat ./configure.ac
[root@femtoGPS strongswan-4.4.0]# cat ./configure.ac
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.64])
AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([src/manager/storage.c])
AC_CONFIG_HEADERS([config.h])

# Checks for programs.
AC_PROG_CXX
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_LEX
AC_PROG_MKDIR_P
AC_PROG_YACC

# Checks for libraries.
# FIXME: Replace `main' with a function in `-lbridge':
AC_CHECK_LIB([bridge], [main])
# FIXME: Replace `main' with a function in `-lcap':
AC_CHECK_LIB([cap], [main])
# FIXME: Replace `main' with a function in `-lcrypto':
AC_CHECK_LIB([crypto], [main])
# FIXME: Replace `main' with a function in `-lcurl':
AC_CHECK_LIB([curl], [main])
# FIXME: Replace `main' with a function in `-lcutils':
AC_CHECK_LIB([cutils], [main])
# FIXME: Replace `main' with a function in `-lfcgi':
AC_CHECK_LIB([fcgi], [main])
# FIXME: Replace `main' with a function in `-lfuse':
AC_CHECK_LIB([fuse], [main])
# FIXME: Replace `main' with a function in `-lgcrypt':
AC_CHECK_LIB([gcrypt], [main])
# FIXME: Replace `main' with a function in `-lgmp':
AC_CHECK_LIB([gmp], [main])
# FIXME: Replace `main' with a function in `-llber':
AC_CHECK_LIB([lber], [main])
# FIXME: Replace `main' with a function in `-lldap':
AC_CHECK_LIB([ldap], [main])
# FIXME: Replace `main' with a function in `-lm':
AC_CHECK_LIB([m], [main])
# FIXME: Replace `main' with a function in `-lneo_cgi':
AC_CHECK_LIB([neo_cgi], [main])
# FIXME: Replace `main' with a function in `-lneo_cs':
AC_CHECK_LIB([neo_cs], [main])
# FIXME: Replace `main' with a function in `-lneo_utl':
AC_CHECK_LIB([neo_utl], [main])
# FIXME: Replace `main' with a function in `-lpam':
AC_CHECK_LIB([pam], [main])
# FIXME: Replace `main' with a function in `-lresolv':
AC_CHECK_LIB([resolv], [main])
# FIXME: Replace `main' with a function in `-lsqlite3':
AC_CHECK_LIB([sqlite3], [main])
# FIXME: Replace `main' with a function in `-luci':
AC_CHECK_LIB([uci], [main])
# FIXME: Replace `main' with a function in `-lutil':
AC_CHECK_LIB([util], [main])
# FIXME: Replace `main' with a function in `-lvstr':
AC_CHECK_LIB([vstr], [main])
# FIXME: Replace `main' with a function in `-lz':
AC_CHECK_LIB([z], [main])

# Checks for header files.
AC_FUNC_ALLOCA
AC_HEADER_RESOLV
AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h \
netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h \
sys/time.h syslog.h termios.h unistd.h])

# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_TYPE_UID_T
AC_C_INLINE
AC_TYPE_INT16_T
AC_TYPE_INT32_T
AC_TYPE_INT64_T
AC_TYPE_INT8_T
AC_TYPE_MODE_T
AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AC_CHECK_MEMBERS([struct stat.st_rdev])
AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
AC_CHECK_TYPES([ptrdiff_t])

# Checks for library functions.
AC_FUNC_CHOWN
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_FUNC_STRNLEN
AC_FUNC_STRTOD
AC_CHECK_FUNCS([alarm atexit bzero clock_gettime dup2 ftruncate getcwd gethostname \
getpass gettimeofday inet_ntoa localtime_r memchr memmove memset mkdir mkfifo munmap \
pow select setenv socket strcasecmp strchr strcspn strdup strerror strncasecmp \
strndup strrchr strspn strstr strtol strtoul strtoull])

AC_CONFIG_FILES([Makefile
                 src/Makefile
                 src/_copyright/Makefile
                 src/_updown/Makefile
                 src/_updown_espmark/Makefile
                 src/charon/Makefile
                 src/checksum/Makefile
                 src/dumm/Makefile
                 src/include/Makefile
                 src/ipsec/Makefile
                 src/libcharon/Makefile
                 src/libcharon/plugins/android/Makefile
                 src/libcharon/plugins/dhcp/Makefile
                 src/libcharon/plugins/eap_aka/Makefile
                 src/libcharon/plugins/eap_aka_3gpp2/Makefile
                 src/libcharon/plugins/eap_gtc/Makefile
                 src/libcharon/plugins/eap_identity/Makefile
                 src/libcharon/plugins/eap_md5/Makefile
                 src/libcharon/plugins/eap_mschapv2/Makefile
                 src/libcharon/plugins/eap_radius/Makefile
                 src/libcharon/plugins/eap_sim/Makefile
                 src/libcharon/plugins/eap_sim_file/Makefile
                 src/libcharon/plugins/eap_simaka_pseudonym/Makefile
                 src/libcharon/plugins/eap_simaka_reauth/Makefile
                 src/libcharon/plugins/farp/Makefile
                 src/libcharon/plugins/ha/Makefile
                 src/libcharon/plugins/kernel_klips/Makefile
                 src/libcharon/plugins/kernel_netlink/Makefile
                 src/libcharon/plugins/kernel_pfkey/Makefile
                 src/libcharon/plugins/kernel_pfroute/Makefile
                 src/libcharon/plugins/load_tester/Makefile
                 src/libcharon/plugins/medcli/Makefile
                 src/libcharon/plugins/medsrv/Makefile
                 src/libcharon/plugins/nm/Makefile
                 src/libcharon/plugins/resolve/Makefile
                 src/libcharon/plugins/smp/Makefile
                 src/libcharon/plugins/socket_default/Makefile
                 src/libcharon/plugins/socket_dynamic/Makefile
                 src/libcharon/plugins/socket_raw/Makefile
                 src/libcharon/plugins/sql/Makefile
                 src/libcharon/plugins/stroke/Makefile
                 src/libcharon/plugins/uci/Makefile
                 src/libcharon/plugins/unit_tester/Makefile
                 src/libcharon/plugins/updown/Makefile
                 src/libfast/Makefile
                 src/libfreeswan/Makefile
                 src/libhydra/Makefile
                 src/libhydra/plugins/attr/Makefile
                 src/libhydra/plugins/attr_sql/Makefile
                 src/libsimaka/Makefile
                 src/libstrongswan/Makefile
                 src/libstrongswan/plugins/aes/Makefile
                 src/libstrongswan/plugins/agent/Makefile
                 src/libstrongswan/plugins/blowfish/Makefile
                 src/libstrongswan/plugins/curl/Makefile
                 src/libstrongswan/plugins/des/Makefile
                 src/libstrongswan/plugins/dnskey/Makefile
                 src/libstrongswan/plugins/fips_prf/Makefile
                 src/libstrongswan/plugins/gcrypt/Makefile
                 src/libstrongswan/plugins/gmp/Makefile
                 src/libstrongswan/plugins/hmac/Makefile
                 src/libstrongswan/plugins/ldap/Makefile
                 src/libstrongswan/plugins/md4/Makefile
                 src/libstrongswan/plugins/md5/Makefile
                 src/libstrongswan/plugins/mysql/Makefile
                 src/libstrongswan/plugins/openssl/Makefile
                 src/libstrongswan/plugins/padlock/Makefile
                 src/libstrongswan/plugins/pem/Makefile
                 src/libstrongswan/plugins/pgp/Makefile
                 src/libstrongswan/plugins/pkcs1/Makefile
                 src/libstrongswan/plugins/pubkey/Makefile
                 src/libstrongswan/plugins/random/Makefile
                 src/libstrongswan/plugins/sha1/Makefile
                 src/libstrongswan/plugins/sha2/Makefile
                 src/libstrongswan/plugins/sqlite/Makefile
                 src/libstrongswan/plugins/test_vectors/Makefile
                 src/libstrongswan/plugins/x509/Makefile
                 src/libstrongswan/plugins/xcbc/Makefile
                 src/manager/Makefile
                 src/medsrv/Makefile
                 src/openac/Makefile
                 src/pki/Makefile
                 src/pluto/Makefile
                 src/scepclient/Makefile
                 src/starter/Makefile
                 src/stroke/Makefile
                 src/whack/Makefile
                 testing/Makefile])
AC_OUTPUT
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# cat ./configure.ac \
./configure.ac ./configure.ac \
./configure.acv ./configure.aci \
./configure.ac "./configure.ac" 191L, 7973C#-*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.64])
AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([src/manager/storage.c])
AC_CONFIG_HEADERS([config.h])

# Checks for programs.
AC_PROG_CXX
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_LEX
AC_PROG_MKDIR_P
AC_PROG_YACC

# Checks for libraries.
# FIXME: Replace `main' with a function in `-lbridge':
AC_CHECK_LIB([bridge], [main])
# FIXME: Replace `main' with a function in `-lcap':
AC_CHECK_LIB([cap], [main])
# FIXME: Replace `main' with a function in `-lcrypto':
AC_CHECK_LIB([crypto], [main])
# FIXME: Replace `main' with a function in `-lcurl':
AC_CHECK_LIB([curl], [main])
# FIXME: Replace `main' with a function in `-lcutils':
AC_CHECK_LIB([cutils], [main])
# FIXME: Replace `main' with a function in `-lfcgi':
AC_CHECK_LIB([fcgi], [main])
# FIXME: Replace `main' with a function in `-lfuse':
AC_CHECK_LIB([fuse], [main])
# FIXME: Replace `main' with a function in `-lgcrypt':



AC_INIT([ULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])LL-PACKAGE-NAME], \
[VERSION], [BUG-REPORT-ADDRESS])L-PACKAGE-NAME], [VERSION], \
[BUG-REPORT-ADDRESS])-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])PACKAGE-NAME], \
[VERSION], [BUG-REPORT-ADDRESS])ACKAGE-NAME], [VERSION], \
[BUG-REPORT-ADDRESS])CKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])KAGE-NAME], \
[VERSION], [BUG-REPORT-ADDRESS])AGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])GE-NAME], \
[VERSION], [BUG-REPORT-ADDRESS])E-NAME], [VERSION], [BUG-REPORT-ADDRESS])-NAME], \
[VERSION], [BUG-REPORT-ADDRESS])NAME], [VERSION], [BUG-REPORT-ADDRESS])AME], \
[VERSION], [BUG-REPORT-ADDRESS])ME], [VERSION], [BUG-REPORT-ADDRESS])E], [VERSION], \
[BUG-REPORT-ADDRESS])], [VERSION], [BUG-REPORT-ADDRESS])-- INSERT --s], [VERSION], \
[BUG-REPORT-ADDRESS])t], [VERSION], [BUG-REPORT-ADDRESS])r], [VERSION], \
[BUG-REPORT-ADDRESS])o], [VERSION], [BUG-REPORT-ADDRESS])n], [VERSION], \
[BUG-REPORT-ADDRESS])g], [VERSION], [BUG-REPORT-ADDRESS])s], [VERSION], \
[BUG-REPORT-ADDRESS])w], [VERSION], [BUG-REPORT-ADDRESS])a], [VERSION], \
[BUG-REPORT-ADDRESS])n], [VERSION], [BUG-REPORT-ADDRESS])n], [ERSION], \
[BUG-REPORT-ADDRESS])RSION], [BUG-REPORT-ADDRESS])SION], [BUG-REPORT-ADDRESS])ION], \
[BUG-REPORT-ADDRESS])ON], [BUG-REPORT-ADDRESS])N], [BUG-REPORT-ADDRESS])], \
[BUG-REPORT-ADDRESS])-- INSERT --4], [BUG-REPORT-ADDRESS]).], \
[BUG-REPORT-ADDRESS])4], [BUG-REPORT-ADDRESS]).], [BUG-REPORT-ADDRESS])0], \
[BUG-REPORT-ADDRESS])0], \
[UG-REPORT-ADDRESS])G-REPORT-ADDRESS])-REPORT-ADDRESS])REPORT-ADDRESS])EPORT-ADDRESS]) \
PORT-ADDRESS])ORT-ADDRESS])RT-ADDRESS])T-ADDRESS])-ADDRESS])ADDRESS])DDRESS])DRESS])RESS])ESS])SS])S])])-- \
INSERT --J])i])n])g])e])n]).])L])i])u])@])a])l])c])a])t] \
)e])l])-])s])b])e])l])l]).])c])o])m]).])c])n])`])]) \
])])-- INSERT --iAM_INIT_AUTOMOMAKE(strongswan, 4.4.0):wq "./configure.ac" 192L, \
8013C written


[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# pwd
/root/jingenli/strongswan-4.4.0
[root@femtoGPS strongswan-4.4.0]# cat ./configure.ac
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.64])
AC_INIT([strongswan], [4.4.0], [Jingen.Liu@alcatel-sbell.com.cn])
AM_INIT_AUTOMAKE(strongswan, 4.4.0)
AC_CONFIG_SRCDIR([src/manager/storage.c])
AC_CONFIG_HEADERS([config.h])

# Checks for programs.
AC_PROG_CXX
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_LEX
AC_PROG_MKDIR_P
AC_PROG_YACC

# Checks for libraries.
# FIXME: Replace `main' with a function in `-lbridge':
AC_CHECK_LIB([bridge], [main])
# FIXME: Replace `main' with a function in `-lcap':
AC_CHECK_LIB([cap], [main])
# FIXME: Replace `main' with a function in `-lcrypto':
AC_CHECK_LIB([crypto], [main])
# FIXME: Replace `main' with a function in `-lcurl':
AC_CHECK_LIB([curl], [main])
# FIXME: Replace `main' with a function in `-lcutils':
AC_CHECK_LIB([cutils], [main])
# FIXME: Replace `main' with a function in `-lfcgi':
AC_CHECK_LIB([fcgi], [main])
# FIXME: Replace `main' with a function in `-lfuse':
AC_CHECK_LIB([fuse], [main])
# FIXME: Replace `main' with a function in `-lgcrypt':
AC_CHECK_LIB([gcrypt], [main])
# FIXME: Replace `main' with a function in `-lgmp':
AC_CHECK_LIB([gmp], [main])
# FIXME: Replace `main' with a function in `-llber':
AC_CHECK_LIB([lber], [main])
# FIXME: Replace `main' with a function in `-lldap':
AC_CHECK_LIB([ldap], [main])
# FIXME: Replace `main' with a function in `-lm':
AC_CHECK_LIB([m], [main])
# FIXME: Replace `main' with a function in `-lneo_cgi':
AC_CHECK_LIB([neo_cgi], [main])
# FIXME: Replace `main' with a function in `-lneo_cs':
AC_CHECK_LIB([neo_cs], [main])
# FIXME: Replace `main' with a function in `-lneo_utl':
AC_CHECK_LIB([neo_utl], [main])
# FIXME: Replace `main' with a function in `-lpam':
AC_CHECK_LIB([pam], [main])
# FIXME: Replace `main' with a function in `-lresolv':
AC_CHECK_LIB([resolv], [main])
# FIXME: Replace `main' with a function in `-lsqlite3':
AC_CHECK_LIB([sqlite3], [main])
# FIXME: Replace `main' with a function in `-luci':
AC_CHECK_LIB([uci], [main])
# FIXME: Replace `main' with a function in `-lutil':
AC_CHECK_LIB([util], [main])
# FIXME: Replace `main' with a function in `-lvstr':
AC_CHECK_LIB([vstr], [main])
# FIXME: Replace `main' with a function in `-lz':
AC_CHECK_LIB([z], [main])

# Checks for header files.
AC_FUNC_ALLOCA
AC_HEADER_RESOLV
AC_CHECK_HEADERS([arpa/inet.h fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h \
netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h \
sys/time.h syslog.h termios.h unistd.h])

# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_TYPE_UID_T
AC_C_INLINE
AC_TYPE_INT16_T
AC_TYPE_INT32_T
AC_TYPE_INT64_T
AC_TYPE_INT8_T
AC_TYPE_MODE_T
AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AC_CHECK_MEMBERS([struct stat.st_rdev])
AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T
AC_CHECK_TYPES([ptrdiff_t])

# Checks for library functions.
AC_FUNC_CHOWN
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_FUNC_STRNLEN
AC_FUNC_STRTOD
AC_CHECK_FUNCS([alarm atexit bzero clock_gettime dup2 ftruncate getcwd gethostname \
getpass gettimeofday inet_ntoa localtime_r memchr memmove memset mkdir mkfifo munmap \
pow select setenv socket strcasecmp strchr strcspn strdup strerror strncasecmp \
strndup strrchr strspn strstr strtol strtoul strtoull])

AC_CONFIG_FILES([Makefile
                 src/Makefile
                 src/_copyright/Makefile
                 src/_updown/Makefile
                 src/_updown_espmark/Makefile
                 src/charon/Makefile
                 src/checksum/Makefile
                 src/dumm/Makefile
                 src/include/Makefile
                 src/ipsec/Makefile
                 src/libcharon/Makefile
                 src/libcharon/plugins/android/Makefile
                 src/libcharon/plugins/dhcp/Makefile
                 src/libcharon/plugins/eap_aka/Makefile
                 src/libcharon/plugins/eap_aka_3gpp2/Makefile
                 src/libcharon/plugins/eap_gtc/Makefile
                 src/libcharon/plugins/eap_identity/Makefile
                 src/libcharon/plugins/eap_md5/Makefile
                 src/libcharon/plugins/eap_mschapv2/Makefile
                 src/libcharon/plugins/eap_radius/Makefile
                 src/libcharon/plugins/eap_sim/Makefile
                 src/libcharon/plugins/eap_sim_file/Makefile
                 src/libcharon/plugins/eap_simaka_pseudonym/Makefile
                 src/libcharon/plugins/eap_simaka_reauth/Makefile
                 src/libcharon/plugins/farp/Makefile
                 src/libcharon/plugins/ha/Makefile
                 src/libcharon/plugins/kernel_klips/Makefile
                 src/libcharon/plugins/kernel_netlink/Makefile
                 src/libcharon/plugins/kernel_pfkey/Makefile
                 src/libcharon/plugins/kernel_pfroute/Makefile
                 src/libcharon/plugins/load_tester/Makefile
                 src/libcharon/plugins/medcli/Makefile
                 src/libcharon/plugins/medsrv/Makefile
                 src/libcharon/plugins/nm/Makefile
                 src/libcharon/plugins/resolve/Makefile
                 src/libcharon/plugins/smp/Makefile
                 src/libcharon/plugins/socket_default/Makefile
                 src/libcharon/plugins/socket_dynamic/Makefile
                 src/libcharon/plugins/socket_raw/Makefile
                 src/libcharon/plugins/sql/Makefile
                 src/libcharon/plugins/stroke/Makefile
                 src/libcharon/plugins/uci/Makefile
                 src/libcharon/plugins/unit_tester/Makefile
                 src/libcharon/plugins/updown/Makefile
                 src/libfast/Makefile
                 src/libfreeswan/Makefile
                 src/libhydra/Makefile
                 src/libhydra/plugins/attr/Makefile
                 src/libhydra/plugins/attr_sql/Makefile
                 src/libsimaka/Makefile
                 src/libstrongswan/Makefile
                 src/libstrongswan/plugins/aes/Makefile
                 src/libstrongswan/plugins/agent/Makefile
                 src/libstrongswan/plugins/blowfish/Makefile
                 src/libstrongswan/plugins/curl/Makefile
                 src/libstrongswan/plugins/des/Makefile
                 src/libstrongswan/plugins/dnskey/Makefile
                 src/libstrongswan/plugins/fips_prf/Makefile
                 src/libstrongswan/plugins/gcrypt/Makefile
                 src/libstrongswan/plugins/gmp/Makefile
                 src/libstrongswan/plugins/hmac/Makefile
                 src/libstrongswan/plugins/ldap/Makefile
                 src/libstrongswan/plugins/md4/Makefile
                 src/libstrongswan/plugins/md5/Makefile
                 src/libstrongswan/plugins/mysql/Makefile
                 src/libstrongswan/plugins/openssl/Makefile
                 src/libstrongswan/plugins/padlock/Makefile
                 src/libstrongswan/plugins/pem/Makefile
                 src/libstrongswan/plugins/pgp/Makefile
                 src/libstrongswan/plugins/pkcs1/Makefile
                 src/libstrongswan/plugins/pubkey/Makefile
                 src/libstrongswan/plugins/random/Makefile
                 src/libstrongswan/plugins/sha1/Makefile
                 src/libstrongswan/plugins/sha2/Makefile
                 src/libstrongswan/plugins/sqlite/Makefile
                 src/libstrongswan/plugins/test_vectors/Makefile
                 src/libstrongswan/plugins/x509/Makefile
                 src/libstrongswan/plugins/xcbc/Makefile
                 src/manager/Makefile
                 src/medsrv/Makefile
                 src/openac/Makefile
                 src/pki/Makefile
                 src/pluto/Makefile
                 src/scepclient/Makefile
                 src/starter/Makefile
                 src/stroke/Makefile
                 src/whack/Makefile
                 testing/Makefile])
AC_OUTPUT
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# aclocal
configure.ac:100: warning: AC_COMPILE_IFELSE was called before \
                AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/functions.m4:1676: AC_FUNC_STRNLEN is expanded from...
configure.ac:100: the top level
configure.ac:100: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# autls -lrt
total 756
-rw-r--r--  1 root root  35638 Feb  5 16:03 config.sub
-rw-r--r--  1 root root   2004 Feb  5 16:03 Android.mk.in
-rw-r--r--  1 root root   1992 Feb  5 16:03 Android.mk
-rw-r--r--  1 root root 115291 Feb  5 16:03 README
-rw-r--r--  1 root root  73738 Feb  5 16:03 NEWS
-rw-r--r--  1 root root  11795 Feb  5 16:03 missing
-rw-r--r--  1 root root    610 Feb  5 16:03 Makefile.am
-rw-r--r--  1 root root 251865 Feb  5 16:03 ltmain.sh
-rw-r--r--  1 root root  14183 Feb  5 16:03 install-sh
-rw-r--r--  1 root root   6299 Feb  5 16:03 INSTALL
-rw-r--r--  1 root root  60281 Feb  5 16:03 Doxyfile.in
-rw-r--r--  1 root root   4962 Feb  5 16:03 CREDITS
drwxr-xr-x  4 root root   4096 Feb  5 16:03 m4
drwxr-xr-x 25 root root   4096 Feb  5 16:03 src
drwxr-xr-x  4 root root   4096 Feb  5 16:04 testing
-rw-r--r--  1 root root      0 Feb  5 16:07 autoscan.log
-rw-r--r--  1 root root   7973 Feb  5 16:07 configure.scan
-rw-r--r--  1 root root   8013 Feb  5 16:09 configure.ac
drwxr-xr-x  2 root root   4096 Feb  5 16:10 autom4te.cache
-rw-r--r--  1 root root  34611 Feb  5 16:10 aclocal.m4
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# autoconf
configure.ac:100: warning: AC_COMPILE_IFELSE was called before \
                AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/functions.m4:1676: AC_FUNC_STRNLEN is expanded from...
configure.ac:100: the top level
configure.ac:100: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# ls -lrt
total 1016
-rw-r--r--  1 root root  35638 Feb  5 16:03 config.sub
-rw-r--r--  1 root root   2004 Feb  5 16:03 Android.mk.in
-rw-r--r--  1 root root   1992 Feb  5 16:03 Android.mk
-rw-r--r--  1 root root 115291 Feb  5 16:03 README
-rw-r--r--  1 root root  73738 Feb  5 16:03 NEWS
-rw-r--r--  1 root root  11795 Feb  5 16:03 missing
-rw-r--r--  1 root root    610 Feb  5 16:03 Makefile.am
-rw-r--r--  1 root root 251865 Feb  5 16:03 ltmain.sh
-rw-r--r--  1 root root  14183 Feb  5 16:03 install-sh
-rw-r--r--  1 root root   6299 Feb  5 16:03 INSTALL
-rw-r--r--  1 root root  60281 Feb  5 16:03 Doxyfile.in
-rw-r--r--  1 root root   4962 Feb  5 16:03 CREDITS
drwxr-xr-x  4 root root   4096 Feb  5 16:03 m4
drwxr-xr-x 25 root root   4096 Feb  5 16:03 src
drwxr-xr-x  4 root root   4096 Feb  5 16:04 testing
-rw-r--r--  1 root root      0 Feb  5 16:07 autoscan.log
-rw-r--r--  1 root root   7973 Feb  5 16:07 configure.scan
-rw-r--r--  1 root root   8013 Feb  5 16:09 configure.ac
-rw-r--r--  1 root root  34611 Feb  5 16:10 aclocal.m4
-rwxr-xr-x  1 root root 257820 Feb  5 16:10 configure
drwxr-xr-x  2 root root   4096 Feb  5 16:10 autom4te.cache
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# autoheader
configure.ac:100: warning: AC_COMPILE_IFELSE was called before \
                AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/functions.m4:1676: AC_FUNC_STRNLEN is expanded from...
configure.ac:100: the top level
configure.ac:100: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# ls -lrt
total 1036
-rw-r--r--  1 root root  35638 Feb  5 16:03 config.sub
-rw-r--r--  1 root root   2004 Feb  5 16:03 Android.mk.in
-rw-r--r--  1 root root   1992 Feb  5 16:03 Android.mk
-rw-r--r--  1 root root 115291 Feb  5 16:03 README
-rw-r--r--  1 root root  73738 Feb  5 16:03 NEWS
-rw-r--r--  1 root root  11795 Feb  5 16:03 missing
-rw-r--r--  1 root root    610 Feb  5 16:03 Makefile.am
-rw-r--r--  1 root root 251865 Feb  5 16:03 ltmain.sh
-rw-r--r--  1 root root  14183 Feb  5 16:03 install-sh
-rw-r--r--  1 root root   6299 Feb  5 16:03 INSTALL
-rw-r--r--  1 root root  60281 Feb  5 16:03 Doxyfile.in
-rw-r--r--  1 root root   4962 Feb  5 16:03 CREDITS
drwxr-xr-x  4 root root   4096 Feb  5 16:03 m4
drwxr-xr-x 25 root root   4096 Feb  5 16:03 src
drwxr-xr-x  4 root root   4096 Feb  5 16:04 testing
-rw-r--r--  1 root root      0 Feb  5 16:07 autoscan.log
-rw-r--r--  1 root root   7973 Feb  5 16:07 configure.scan
-rw-r--r--  1 root root   8013 Feb  5 16:09 configure.ac
-rw-r--r--  1 root root  34611 Feb  5 16:10 aclocal.m4
-rwxr-xr-x  1 root root 257820 Feb  5 16:10 configure
drwxr-xr-x  2 root root   4096 Feb  5 16:10 autom4te.cache
-rw-r--r--  1 root root  12884 Feb  5 16:10 config.h.in
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# cat ./Makefile.am
SUBDIRS = src testing



if USE_SCRIPTS

  SUBDIRS += scripts

endif



ACLOCAL_AMFLAGS = -I m4/config



EXTRA_DIST = Doxyfile.in CREDITS Android.mk.in Android.mk

CLEANFILES = apidoc Doxyfile

BUILT_SOURCES = Android.mk

MAINTAINERCLEANFILES = Android.mk



Android.mk :	Android.mk.in configure.in

		sed \

		-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \

		$(srcdir)/$@.in > $@



Doxyfile :	Doxyfile.in

		sed \

		-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \

		-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \

		-e "s:\@SRC_DIR\@:$(srcdir):" \

		$(srcdir)/$@.in > $@



apidoc :	Doxyfile

		doxygen

[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# automake --add-missing
configure.ac:100: warning: AC_COMPILE_IFELSE was called before \
                AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/functions.m4:1676: AC_FUNC_STRNLEN is expanded from...
configure.ac:100: the top level
configure.ac:100: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
src/Makefile.am:3: USE_LIBSTRONGSWAN does not appear in AM_CONDITIONAL
src/Makefile.am:7: USE_LIBHYDRA does not appear in AM_CONDITIONAL
src/Makefile.am:11: USE_SIMAKA does not appear in AM_CONDITIONAL
src/Makefile.am:15: USE_FILE_CONFIG does not appear in AM_CONDITIONAL
src/Makefile.am:19: USE_PLUTO does not appear in AM_CONDITIONAL
src/Makefile.am:23: USE_CHARON does not appear in AM_CONDITIONAL
src/Makefile.am:27: USE_STROKE does not appear in AM_CONDITIONAL
src/Makefile.am:31: USE_UPDOWN does not appear in AM_CONDITIONAL
src/Makefile.am:35: USE_TOOLS does not appear in AM_CONDITIONAL
src/Makefile.am:39: USE_DUMM does not appear in AM_CONDITIONAL
src/Makefile.am:43: USE_FAST does not appear in AM_CONDITIONAL
src/Makefile.am:47: USE_MANAGER does not appear in AM_CONDITIONAL
src/Makefile.am:51: USE_MEDSRV does not appear in AM_CONDITIONAL
src/Makefile.am:55: USE_INTEGRITY_TEST does not appear in AM_CONDITIONAL
src/_copyright/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is undefined
src/_copyright/Makefile.am:2: variable `_copyright_SOURCES' is defined but no program \
or src/_copyright/Makefile.am:2: library has `_copyright' as canonical name (possible \
typo) src/_copyright/Makefile.am:9: variable `_copyright_LDADD' is defined but no \
program or src/_copyright/Makefile.am:9: library has `_copyright' as canonical name \
(possible typo) src/_updown/Makefile.am:1: `ipsec_SCRIPTS' is used but `ipsecdir' is \
undefined src/_updown_espmark/Makefile.am:1: `dist_ipsec_SCRIPTS' is used but \
`ipsecdir' is undefined src/charon/Makefile.am:1: `ipsec_PROGRAMS' is used but \
`ipsecdir' is undefined src/charon/Makefile.am:3: variable `charon_SOURCES' is \
defined but no program or src/charon/Makefile.am:3: library has `charon' as canonical \
name (possible typo) src/charon/Makefile.am:15: variable `charon_LDADD' is defined \
but no program or src/charon/Makefile.am:15: library has `charon' as canonical name \
(possible typo) src/checksum/Makefile.am:24: USE_LIBHYDRA does not appear in \
AM_CONDITIONAL src/checksum/Makefile.am:28: USE_CHARON does not appear in \
AM_CONDITIONAL src/checksum/Makefile.am:33: USE_PLUTO does not appear in \
AM_CONDITIONAL src/checksum/Makefile.am:37: USE_TOOLS does not appear in \
AM_CONDITIONAL src/checksum/Makefile.am:43: USE_ATTR_SQL does not appear in \
AM_CONDITIONAL src/checksum/Makefile.am:19: shell find $(top_builddir: non-POSIX \
variable name src/checksum/Makefile.am:19: (probably a GNU make extension)
src/checksum/Makefile.am:1: `ipsec_LTLIBRARIES' is used but `ipsecdir' is undefined
src/checksum/Makefile.am: installing `./depcomp'
src/checksum/Makefile.am:4: variable `nodist_libchecksum_la_SOURCES' is defined but \
no program or src/checksum/Makefile.am:4: library has `libchecksum_la' as canonical \
name (possible typo) src/checksum/Makefile.am:5: variable `libchecksum_la_LDFLAGS' is \
defined but no program or src/checksum/Makefile.am:5: library has `libchecksum_la' as \
canonical name (possible typo) src/dumm/Makefile.am:4: Libtool library used but \
`LIBTOOL' is undefined src/dumm/Makefile.am:4:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/dumm/Makefile.am:4:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/dumm/Makefile.am:4:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/dumm/Makefile.am:4:   its definition is in aclocal's \
search path. src/dumm/Makefile.am:5: `ipsec_PROGRAMS' is used but `ipsecdir' is \
undefined src/dumm/Makefile.am:10: variable `irdumm_SOURCES' is defined but no \
program or src/dumm/Makefile.am:10: library has `irdumm' as canonical name (possible \
typo) src/dumm/Makefile.am:9: variable `dumm_SOURCES' is defined but no program or
src/dumm/Makefile.am:9: library has `dumm' as canonical name (possible typo)
src/dumm/Makefile.am:15: variable `irdumm_LDADD' is defined but no program or
src/dumm/Makefile.am:15: library has `irdumm' as canonical name (possible typo)
src/dumm/Makefile.am:14: variable `dumm_LDADD' is defined but no program or
src/dumm/Makefile.am:14: library has `dumm' as canonical name (possible typo)
src/libcharon/Makefile.am:122: USE_ME does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:131: USE_CAPABILITIES does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:138: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:146: USE_LOAD_TESTER does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:149: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:154: USE_KERNEL_PFKEY does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:157: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:162: USE_KERNEL_PFROUTE does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:165: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:170: USE_KERNEL_KLIPS does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:173: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:178: USE_KERNEL_NETLINK does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:181: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:186: USE_SOCKET_DEFAULT does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:189: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:194: USE_SOCKET_RAW does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:197: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:202: USE_SOCKET_DYNAMIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:205: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:210: USE_FARP does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:213: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:218: USE_STROKE does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:221: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:226: USE_SMP does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:229: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:234: USE_SQL does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:237: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:242: USE_UPDOWN does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:245: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:250: USE_EAP_IDENTITY does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:253: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:258: USE_EAP_SIM does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:261: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:266: USE_EAP_SIM_FILE does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:269: MONOLITHIC does not appear in AM_CONDITIONAL
src/libcharon/Makefile.am:274: USE_EAP_SIMAKA_PSEUDONYM does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:277: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:282: USE_EAP_SIMAKA_REAUTH does not appear \
in AM_CONDITIONAL src/libcharon/Makefile.am:285: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:290: USE_EAP_AKA does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:293: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:298: USE_EAP_AKA_3GPP2 does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:301: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:306: USE_SIMAKA does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:307: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:313: USE_EAP_MD5 does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:316: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:321: USE_EAP_GTC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:324: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:329: USE_EAP_MSCHAPV2 does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:332: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:337: USE_EAP_RADIUS does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:340: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:345: USE_MEDSRV does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:348: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:353: USE_MEDCLI does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:356: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:361: USE_NM does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:364: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:369: USE_DHCP does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:372: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:377: USE_RESOLVE does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:380: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:385: USE_ANDROID does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:388: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:393: USE_HA does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:396: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:401: USE_UCI does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:404: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:409: USE_UNIT_TESTS does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:412: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/Makefile.am:1: Libtool library used but `LIBTOOL' is \
undefined src/libcharon/Makefile.am:1:   The usual way to define `LIBTOOL' is to add \
`AC_PROG_LIBTOOL' src/libcharon/Makefile.am:1:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libcharon/Makefile.am:1:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/Makefile.am:1:   its definition is in \
aclocal's search path. src/libcharon/plugins/android/Makefile.am:7: MONOLITHIC does \
not appear in AM_CONDITIONAL src/libcharon/plugins/android/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/android/Makefile.am:8: Libtool library used but `LIBTOOL' is \
undefined src/libcharon/plugins/android/Makefile.am:8:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libcharon/plugins/android/Makefile.am:8:   \
to `configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/android/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/android/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/dhcp/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/dhcp/Makefile.am:10: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/dhcp/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/dhcp/Makefile.am:8:   The usual \
way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/dhcp/Makefile.am:8:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/dhcp/Makefile.am:8:   If `AC_PROG_LIBTOOL' is \
in `configure.ac', make sure src/libcharon/plugins/dhcp/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/eap_aka/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/eap_aka/Makefile.am:10: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/eap_aka/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/eap_aka/Makefile.am:8:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_aka/Makefile.am:8:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libcharon/plugins/eap_aka/Makefile.am:8:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/eap_aka/Makefile.am:8:   its definition is in aclocal's search \
path. src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:7: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/eap_gtc/Makefile.am:7: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libcharon/plugins/eap_gtc/Makefile.am:10: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libcharon/plugins/eap_gtc/Makefile.am:8: \
Libtool library used but `LIBTOOL' is undefined \
src/libcharon/plugins/eap_gtc/Makefile.am:8:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libcharon/plugins/eap_gtc/Makefile.am:8:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/eap_gtc/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/eap_gtc/Makefile.am:8:   its \
definition is in aclocal's search path. \
src/libcharon/plugins/eap_identity/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/eap_identity/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/eap_identity/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/eap_identity/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_identity/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/eap_identity/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/eap_identity/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/eap_md5/Makefile.am:7: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libcharon/plugins/eap_md5/Makefile.am:10: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libcharon/plugins/eap_md5/Makefile.am:8: \
Libtool library used but `LIBTOOL' is undefined \
src/libcharon/plugins/eap_md5/Makefile.am:8:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libcharon/plugins/eap_md5/Makefile.am:8:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/eap_md5/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/eap_md5/Makefile.am:8:   its \
definition is in aclocal's search path. \
src/libcharon/plugins/eap_mschapv2/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/eap_mschapv2/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/eap_mschapv2/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/eap_mschapv2/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_mschapv2/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/eap_mschapv2/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/eap_mschapv2/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/eap_radius/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/eap_radius/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/eap_radius/Makefile.am:8: Libtool library used but `LIBTOOL' is \
undefined src/libcharon/plugins/eap_radius/Makefile.am:8:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libcharon/plugins/eap_radius/Makefile.am:8: \
to `configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/eap_radius/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/eap_radius/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/eap_sim/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/eap_sim/Makefile.am:10: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/eap_sim/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/eap_sim/Makefile.am:8:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_sim/Makefile.am:8:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libcharon/plugins/eap_sim/Makefile.am:8:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/eap_sim/Makefile.am:8:   its definition is in aclocal's search \
path. src/libcharon/plugins/eap_sim_file/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/eap_sim_file/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/eap_sim_file/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/eap_sim_file/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_sim_file/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/eap_sim_file/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/eap_sim_file/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:7: MONOLITHIC \
does not appear in AM_CONDITIONAL \
src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:10: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined \
src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:8: Libtool library used but \
`LIBTOOL' is undefined src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:8:   \
The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. \
src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:8:   If `AC_PROG_LIBTOOL' is \
in `configure.ac', make sure \
src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:8:   its definition is in \
aclocal's search path. src/libcharon/plugins/eap_simaka_reauth/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/eap_simaka_reauth/Makefile.am:10: `plugin_LTLIBRARIES' is used \
but `plugindir' is undefined src/libcharon/plugins/eap_simaka_reauth/Makefile.am:8: \
Libtool library used but `LIBTOOL' is undefined \
src/libcharon/plugins/eap_simaka_reauth/Makefile.am:8:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/eap_simaka_reauth/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. \
src/libcharon/plugins/eap_simaka_reauth/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/eap_simaka_reauth/Makefile.am:8:   \
its definition is in aclocal's search path. src/libcharon/plugins/farp/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/farp/Makefile.am:10: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/farp/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/farp/Makefile.am:8:   The usual \
way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/farp/Makefile.am:8:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/farp/Makefile.am:8:   If `AC_PROG_LIBTOOL' is \
in `configure.ac', make sure src/libcharon/plugins/farp/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/ha/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL src/libcharon/plugins/ha/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/ha/Makefile.am:8: Libtool library used but `LIBTOOL' is \
undefined src/libcharon/plugins/ha/Makefile.am:8:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libcharon/plugins/ha/Makefile.am:8:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/ha/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', \
make sure src/libcharon/plugins/ha/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/kernel_klips/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/kernel_klips/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/kernel_klips/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/kernel_klips/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/kernel_klips/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/kernel_klips/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/kernel_klips/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/kernel_netlink/Makefile.am:9: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/kernel_netlink/Makefile.am:12: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/kernel_netlink/Makefile.am:10:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/kernel_netlink/Makefile.am:10:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/kernel_netlink/Makefile.am:10:  \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/kernel_netlink/Makefile.am:10:   its definition is in aclocal's \
search path. src/libcharon/plugins/kernel_pfkey/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/kernel_pfkey/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/kernel_pfkey/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/kernel_pfkey/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/kernel_pfkey/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/kernel_pfkey/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/kernel_pfkey/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/kernel_pfroute/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/kernel_pfroute/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/kernel_pfroute/Makefile.am:8: Libtool library used but \
`LIBTOOL' is undefined src/libcharon/plugins/kernel_pfroute/Makefile.am:8:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/kernel_pfroute/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/kernel_pfroute/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/kernel_pfroute/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/load_tester/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/load_tester/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/load_tester/Makefile.am:8: Libtool library used but `LIBTOOL' \
is undefined src/libcharon/plugins/load_tester/Makefile.am:8:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/load_tester/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/load_tester/Makefile.am:8:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/load_tester/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/medcli/Makefile.am:7: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libcharon/plugins/medcli/Makefile.am:10: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libcharon/plugins/medcli/Makefile.am:8: \
Libtool library used but `LIBTOOL' is undefined \
src/libcharon/plugins/medcli/Makefile.am:8:   The usual way to define `LIBTOOL' is to \
add `AC_PROG_LIBTOOL' src/libcharon/plugins/medcli/Makefile.am:8:   to `configure.ac' \
and run `aclocal' and `autoconf' again. src/libcharon/plugins/medcli/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/medcli/Makefile.am:8:   its definition is in aclocal's search \
path. src/libcharon/plugins/medsrv/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/medsrv/Makefile.am:10: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libcharon/plugins/medsrv/Makefile.am:8: Libtool \
library used but `LIBTOOL' is undefined src/libcharon/plugins/medsrv/Makefile.am:8:   \
The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/medsrv/Makefile.am:8:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/medsrv/Makefile.am:8:   If `AC_PROG_LIBTOOL' \
is in `configure.ac', make sure src/libcharon/plugins/medsrv/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/nm/Makefile.am:8: \
MONOLITHIC does not appear in AM_CONDITIONAL src/libcharon/plugins/nm/Makefile.am:11: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/nm/Makefile.am:9: Libtool library used but `LIBTOOL' is \
undefined src/libcharon/plugins/nm/Makefile.am:9:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libcharon/plugins/nm/Makefile.am:9:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/nm/Makefile.am:9:   If `AC_PROG_LIBTOOL' is in `configure.ac', \
make sure src/libcharon/plugins/nm/Makefile.am:9:   its definition is in aclocal's \
search path. src/libcharon/plugins/resolve/Makefile.am:8: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libcharon/plugins/resolve/Makefile.am:11: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libcharon/plugins/resolve/Makefile.am:9: \
Libtool library used but `LIBTOOL' is undefined \
src/libcharon/plugins/resolve/Makefile.am:9:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libcharon/plugins/resolve/Makefile.am:9:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/resolve/Makefile.am:9:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/resolve/Makefile.am:9:   its \
definition is in aclocal's search path. src/libcharon/plugins/smp/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/smp/Makefile.am:10: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/smp/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/smp/Makefile.am:8:   The usual \
way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/smp/Makefile.am:8:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/smp/Makefile.am:8:   If `AC_PROG_LIBTOOL' is \
in `configure.ac', make sure src/libcharon/plugins/smp/Makefile.am:8:   its \
definition is in aclocal's search path. \
src/libcharon/plugins/socket_default/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/socket_default/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/socket_default/Makefile.am:8: Libtool library used but \
`LIBTOOL' is undefined src/libcharon/plugins/socket_default/Makefile.am:8:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/socket_default/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/socket_default/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/socket_default/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/socket_dynamic/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/socket_dynamic/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/socket_dynamic/Makefile.am:8: Libtool library used but \
`LIBTOOL' is undefined src/libcharon/plugins/socket_dynamic/Makefile.am:8:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/socket_dynamic/Makefile.am:8:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libcharon/plugins/socket_dynamic/Makefile.am:8:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/socket_dynamic/Makefile.am:8:   its definition is in aclocal's \
search path. src/libcharon/plugins/socket_raw/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libcharon/plugins/socket_raw/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libcharon/plugins/socket_raw/Makefile.am:8: Libtool library used but `LIBTOOL' is \
undefined src/libcharon/plugins/socket_raw/Makefile.am:8:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libcharon/plugins/socket_raw/Makefile.am:8: \
to `configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/socket_raw/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/socket_raw/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/sql/Makefile.am:8: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/sql/Makefile.am:11: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/sql/Makefile.am:9: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/sql/Makefile.am:9:   The usual \
way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/sql/Makefile.am:9:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/sql/Makefile.am:9:   If `AC_PROG_LIBTOOL' is \
in `configure.ac', make sure src/libcharon/plugins/sql/Makefile.am:9:   its \
definition is in aclocal's search path. src/libcharon/plugins/stroke/Makefile.am:10: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/stroke/Makefile.am:13: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/stroke/Makefile.am:11: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/stroke/Makefile.am:11:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/stroke/Makefile.am:11:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libcharon/plugins/stroke/Makefile.am:11:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libcharon/plugins/stroke/Makefile.am:11:   its definition is in aclocal's search \
path. src/libcharon/plugins/uci/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/uci/Makefile.am:10: `plugin_LTLIBRARIES' is used \
but `plugindir' is undefined src/libcharon/plugins/uci/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/uci/Makefile.am:8:   The usual \
way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/uci/Makefile.am:8:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/uci/Makefile.am:8:   If `AC_PROG_LIBTOOL' is \
in `configure.ac', make sure src/libcharon/plugins/uci/Makefile.am:8:   its \
definition is in aclocal's search path. \
src/libcharon/plugins/unit_tester/Makefile.am:7: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libcharon/plugins/unit_tester/Makefile.am:10: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libcharon/plugins/unit_tester/Makefile.am:8: \
Libtool library used but `LIBTOOL' is undefined \
src/libcharon/plugins/unit_tester/Makefile.am:8:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libcharon/plugins/unit_tester/Makefile.am:8:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libcharon/plugins/unit_tester/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libcharon/plugins/unit_tester/Makefile.am:8:   its \
definition is in aclocal's search path. src/libcharon/plugins/updown/Makefile.am:7: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libcharon/plugins/updown/Makefile.am:10: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libcharon/plugins/updown/Makefile.am:8: Libtool library \
used but `LIBTOOL' is undefined src/libcharon/plugins/updown/Makefile.am:8:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libcharon/plugins/updown/Makefile.am:8:   to `configure.ac' and run `aclocal' and \
`autoconf' again. src/libcharon/plugins/updown/Makefile.am:8:   If `AC_PROG_LIBTOOL' \
is in `configure.ac', make sure src/libcharon/plugins/updown/Makefile.am:8:   its \
definition is in aclocal's search path. src/libfast/Makefile.am:1: Libtool library \
used but `LIBTOOL' is undefined src/libfast/Makefile.am:1:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libfast/Makefile.am:1:   to `configure.ac' \
and run `aclocal' and `autoconf' again. src/libfast/Makefile.am:1:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure src/libfast/Makefile.am:1:   its \
definition is in aclocal's search path. src/libhydra/Makefile.am:23: MONOLITHIC does \
not appear in AM_CONDITIONAL src/libhydra/Makefile.am:29: USE_ATTR does not appear in \
AM_CONDITIONAL src/libhydra/Makefile.am:31: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libhydra/Makefile.am:36: USE_ATTR_SQL does not appear in \
AM_CONDITIONAL src/libhydra/Makefile.am:38: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libhydra/Makefile.am:1: Libtool library used but `LIBTOOL' is \
undefined src/libhydra/Makefile.am:1:   The usual way to define `LIBTOOL' is to add \
`AC_PROG_LIBTOOL' src/libhydra/Makefile.am:1:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libhydra/Makefile.am:1:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libhydra/Makefile.am:1:   its definition is in \
aclocal's search path. src/libhydra/plugins/attr/Makefile.am:7: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libhydra/plugins/attr/Makefile.am:10: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libhydra/plugins/attr/Makefile.am:8: Libtool library used but `LIBTOOL' is \
undefined src/libhydra/plugins/attr/Makefile.am:8:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libhydra/plugins/attr/Makefile.am:8:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libhydra/plugins/attr/Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', \
make sure src/libhydra/plugins/attr/Makefile.am:8:   its definition is in aclocal's \
search path. src/libhydra/plugins/attr_sql/Makefile.am:8: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libhydra/plugins/attr_sql/Makefile.am:11: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libhydra/plugins/attr_sql/Makefile.am:9: \
Libtool library used but `LIBTOOL' is undefined \
src/libhydra/plugins/attr_sql/Makefile.am:9:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libhydra/plugins/attr_sql/Makefile.am:9:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libhydra/plugins/attr_sql/Makefile.am:9:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libhydra/plugins/attr_sql/Makefile.am:9:   its \
definition is in aclocal's search path. src/libhydra/plugins/attr_sql/Makefile.am:20: \
`ipsec_PROGRAMS' is used but `ipsecdir' is undefined \
src/libhydra/plugins/attr_sql/Makefile.am:21: variable `pool_SOURCES' is defined but \
no program or src/libhydra/plugins/attr_sql/Makefile.am:21: library has `pool' as \
canonical name (possible typo) src/libhydra/plugins/attr_sql/Makefile.am:22: variable \
`pool_LDADD' is defined but no program or \
src/libhydra/plugins/attr_sql/Makefile.am:22: library has `pool' as canonical name \
(possible typo) src/libsimaka/Makefile.am:4: Libtool library used but `LIBTOOL' is \
undefined src/libsimaka/Makefile.am:4:   The usual way to define `LIBTOOL' is to add \
`AC_PROG_LIBTOOL' src/libsimaka/Makefile.am:4:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libsimaka/Makefile.am:4:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libsimaka/Makefile.am:4:   its definition is in \
aclocal's search path. src/libstrongswan/Makefile.am:68: USE_LEAK_DETECTIVE does not \
src/libstrongswan/Makefile.am:78: USE_INTEGRITY_TEST does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:84: USE_VSTR does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:116: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:122: USE_AES does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:124: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:129: USE_DES does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:131: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:136: USE_BLOWFISH does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:138: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:143: USE_MD4 does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:145: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:150: USE_MD5 does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:152: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:157: USE_SHA1 does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:159: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:164: USE_SHA2 does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:166: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:171: USE_GMP does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:173: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:178: USE_RANDOM does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:180: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:185: USE_HMAC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:187: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:192: USE_XCBC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:194: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:199: USE_X509 does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:201: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:206: USE_PUBKEY does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:208: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:213: USE_PKCS1 does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:215: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:220: USE_PGP does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:222: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:227: USE_DNSKEY does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:229: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:234: USE_PEM does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:236: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:241: USE_CURL does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:243: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:248: USE_LDAP does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:250: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:255: USE_MYSQL does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:257: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:262: USE_SQLITE does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:264: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:269: USE_PADLOCK does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:271: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:276: USE_OPENSSL does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:278: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:283: USE_GCRYPT does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:285: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:290: USE_FIPS_PRF does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:292: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:297: USE_AGENT does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:299: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:304: USE_TEST_VECTORS does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:306: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/Makefile.am:1: Libtool library used but `LIBTOOL' is \
undefined src/libstrongswan/Makefile.am:1:   The usual way to define `LIBTOOL' is to \
add `AC_PROG_LIBTOOL' src/libstrongswan/Makefile.am:1:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libstrongswan/Makefile.am:1:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure src/libstrongswan/Makefile.am:1:   \
its definition is in aclocal's search path. \
src/libstrongswan/plugins/aes/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/aes/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/aes/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/aes/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/aes/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/aes/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/aes/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/agent/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/agent/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/agent/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/agent/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/agent/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/agent/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/agent/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/blowfish/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/blowfish/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined \
src/libstrongswan/plugins/blowfish/Makefile.am:7: Libtool library used but `LIBTOOL' \
is undefined src/libstrongswan/plugins/blowfish/Makefile.am:7:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/blowfish/Makefile.am:7:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libstrongswan/plugins/blowfish/Makefile.am:7:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/blowfish/Makefile.am:7:   its definition is in aclocal's \
search path. src/libstrongswan/plugins/curl/Makefile.am:6: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libstrongswan/plugins/curl/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/curl/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/curl/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/curl/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/curl/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/curl/Makefile.am:7:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/des/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/des/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/des/Makefile.am:7: Libtool library \
used but `LIBTOOL' is undefined src/libstrongswan/plugins/des/Makefile.am:7:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/des/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/des/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/des/Makefile.am:7:   its definition is in aclocal's search \
path. src/libstrongswan/plugins/dnskey/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/dnskey/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/dnskey/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/dnskey/Makefile.am:7:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/dnskey/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/dnskey/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/dnskey/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/fips_prf/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/fips_prf/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined \
src/libstrongswan/plugins/fips_prf/Makefile.am:7: Libtool library used but `LIBTOOL' \
is undefined src/libstrongswan/plugins/fips_prf/Makefile.am:7:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/fips_prf/Makefile.am:7:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libstrongswan/plugins/fips_prf/Makefile.am:7:   \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/fips_prf/Makefile.am:7:   its definition is in aclocal's \
search path. src/libstrongswan/plugins/gcrypt/Makefile.am:6: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libstrongswan/plugins/gcrypt/Makefile.am:9: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libstrongswan/plugins/gcrypt/Makefile.am:7: Libtool library used but `LIBTOOL' is \
undefined src/libstrongswan/plugins/gcrypt/Makefile.am:7:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/gcrypt/Makefile.am:7: \
to `configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/gcrypt/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/gcrypt/Makefile.am:7:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/gmp/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/gmp/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/gmp/Makefile.am:7: Libtool library \
used but `LIBTOOL' is undefined src/libstrongswan/plugins/gmp/Makefile.am:7:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/gmp/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/gmp/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/gmp/Makefile.am:7:   its definition is in aclocal's search \
path. src/libstrongswan/plugins/hmac/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/hmac/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/hmac/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/hmac/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/hmac/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/hmac/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/hmac/Makefile.am:7:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/ldap/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/ldap/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/ldap/Makefile.am:7: Libtool \
library used but `LIBTOOL' is undefined src/libstrongswan/plugins/ldap/Makefile.am:7: \
The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/ldap/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/ldap/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/ldap/Makefile.am:7:   its definition is in aclocal's search \
path. src/libstrongswan/plugins/md4/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/md4/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/md4/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/md4/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/md4/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/md4/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/md4/Makefile.am:7:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/md5/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/md5/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/md5/Makefile.am:7: Libtool library \
used but `LIBTOOL' is undefined src/libstrongswan/plugins/md5/Makefile.am:7:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/md5/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/md5/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/md5/Makefile.am:7:   its definition is in aclocal's search \
path. src/libstrongswan/plugins/mysql/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/mysql/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/mysql/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/mysql/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/mysql/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/mysql/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/mysql/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/openssl/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/openssl/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/openssl/Makefile.am:7: \
src/libstrongswan/plugins/openssl/Makefile.am:7:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libstrongswan/plugins/openssl/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/openssl/Makefile.am:7:   its definition is in aclocal's \
search path. src/libstrongswan/plugins/padlock/Makefile.am:6: MONOLITHIC does not \
appear in AM_CONDITIONAL src/libstrongswan/plugins/padlock/Makefile.am:9: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libstrongswan/plugins/padlock/Makefile.am:7: Libtool library used but `LIBTOOL' \
is undefined src/libstrongswan/plugins/padlock/Makefile.am:7:   The usual way to \
define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/padlock/Makefile.am:7:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libstrongswan/plugins/padlock/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/padlock/Makefile.am:7:   its definition is in aclocal's \
search path. src/libstrongswan/plugins/pem/Makefile.am:6: MONOLITHIC does not appear \
in AM_CONDITIONAL src/libstrongswan/plugins/pem/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/pem/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/pem/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/pem/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/pem/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/pem/Makefile.am:7:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/pgp/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/pgp/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/pgp/Makefile.am:7: Libtool library \
used but `LIBTOOL' is undefined src/libstrongswan/plugins/pgp/Makefile.am:7:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/pgp/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/pgp/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/pgp/Makefile.am:7:   its definition is in aclocal's search \
path. src/libstrongswan/plugins/pkcs1/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/pkcs1/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/pkcs1/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/pkcs1/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/pkcs1/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/pkcs1/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/pkcs1/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/pubkey/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/pubkey/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/pubkey/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/pubkey/Makefile.am:7:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/pubkey/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/pubkey/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/pubkey/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/random/Makefile.am:8: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/random/Makefile.am:11: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/random/Makefile.am:9: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/random/Makefile.am:9:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/random/Makefile.am:9:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/random/Makefile.am:9:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/random/Makefile.am:9:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/sha1/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/sha1/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/sha1/Makefile.am:7: Libtool \
library used but `LIBTOOL' is undefined src/libstrongswan/plugins/sha1/Makefile.am:7: \
The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/sha1/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/sha1/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/sha1/Makefile.am:7:   its definition is in aclocal's search \
path. src/libstrongswan/plugins/sha2/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/sha2/Makefile.am:9: `plugin_LTLIBRARIES' is \
used but `plugindir' is undefined src/libstrongswan/plugins/sha2/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/sha2/Makefile.am:7:   The usual way to define `LIBTOOL' is \
to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/sha2/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/sha2/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/sha2/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/sqlite/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/sqlite/Makefile.am:9: `plugin_LTLIBRARIES' \
is used but `plugindir' is undefined src/libstrongswan/plugins/sqlite/Makefile.am:7: \
Libtool library used but `LIBTOOL' is undefined \
src/libstrongswan/plugins/sqlite/Makefile.am:7:   The usual way to define `LIBTOOL' \
is to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/sqlite/Makefile.am:7:   to \
`configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/sqlite/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/sqlite/Makefile.am:7:   its \
definition is in aclocal's search path. \
src/libstrongswan/plugins/test_vectors/Makefile.am:6: MONOLITHIC does not appear in \
AM_CONDITIONAL src/libstrongswan/plugins/test_vectors/Makefile.am:9: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libstrongswan/plugins/test_vectors/Makefile.am:7: Libtool library used but \
`LIBTOOL' is undefined src/libstrongswan/plugins/test_vectors/Makefile.am:7:   The \
usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/test_vectors/Makefile.am:7:   to `configure.ac' and run \
`aclocal' and `autoconf' again. src/libstrongswan/plugins/test_vectors/Makefile.am:7: \
If `AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/test_vectors/Makefile.am:7:   its definition is in \
aclocal's search path. src/libstrongswan/plugins/x509/Makefile.am:6: MONOLITHIC does \
not appear in AM_CONDITIONAL src/libstrongswan/plugins/x509/Makefile.am:9: \
`plugin_LTLIBRARIES' is used but `plugindir' is undefined \
src/libstrongswan/plugins/x509/Makefile.am:7: Libtool library used but `LIBTOOL' is \
undefined src/libstrongswan/plugins/x509/Makefile.am:7:   The usual way to define \
`LIBTOOL' is to add `AC_PROG_LIBTOOL' src/libstrongswan/plugins/x509/Makefile.am:7:   \
to `configure.ac' and run `aclocal' and `autoconf' again. \
src/libstrongswan/plugins/x509/Makefile.am:7:   If `AC_PROG_LIBTOOL' is in \
`configure.ac', make sure src/libstrongswan/plugins/x509/Makefile.am:7:   its \
definition is in aclocal's search path. src/libstrongswan/plugins/xcbc/Makefile.am:6: \
MONOLITHIC does not appear in AM_CONDITIONAL \
src/libstrongswan/plugins/xcbc/Makefile.am:9: `plugin_LTLIBRARIES' is used but \
`plugindir' is undefined src/libstrongswan/plugins/xcbc/Makefile.am:7: Libtool \
library used but `LIBTOOL' is undefined src/libstrongswan/plugins/xcbc/Makefile.am:7: \
The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' \
src/libstrongswan/plugins/xcbc/Makefile.am:7:   to `configure.ac' and run `aclocal' \
and `autoconf' again. src/libstrongswan/plugins/xcbc/Makefile.am:7:   If \
`AC_PROG_LIBTOOL' is in `configure.ac', make sure \
src/libstrongswan/plugins/xcbc/Makefile.am:7:   its definition is in aclocal's search \
path. src/openac/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is undefined
src/openac/Makefile.am:2: variable `openac_SOURCES' is defined but no program or
src/openac/Makefile.am:2: library has `openac' as canonical name (possible typo)
src/openac/Makefile.am:9: variable `openac_LDADD' is defined but no program or
src/openac/Makefile.am:9: library has `openac' as canonical name (possible typo)
src/pki/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is undefined
src/pki/Makefile.am:3: variable `pki_SOURCES' is defined but no program or
src/pki/Makefile.am:3: library has `pki' as canonical name (possible typo)
src/pki/Makefile.am:12: variable `pki_LDADD' is defined but no program or
src/pki/Makefile.am:12: library has `pki' as canonical name (possible typo)
src/pluto/Makefile.am:93: USE_VENDORID does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:98: USE_XAUTH_VID does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:103: USE_CISCO_QUIRKS does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:108: USE_NAT_TRANSPORT does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:113: USE_SMARTCARD does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:117: USE_CAPABILITIES does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:121: USE_THREADS does not appear in AM_CONDITIONAL
src/pluto/Makefile.am:5: `ipsec_PROGRAMS' is used but `ipsecdir' is undefined
src/pluto/Makefile.am:55: variable `_pluto_adns_SOURCES' is defined but no program or
src/pluto/Makefile.am:55: library has `_pluto_adns' as canonical name (possible typo)
src/pluto/Makefile.am:7: variable `pluto_SOURCES' is defined but no program or
src/pluto/Makefile.am:7: library has `pluto' as canonical name (possible typo)
src/pluto/Makefile.am:80: variable `pluto_LDADD' is defined but no program or
src/pluto/Makefile.am:80: library has `pluto' as canonical name (possible typo)
src/pluto/Makefile.am:86: variable `_pluto_adns_LDADD' is defined but no program or
src/pluto/Makefile.am:86: library has `_pluto_adns' as canonical name (possible typo)
src/scepclient/Makefile.am:36: USE_SMARTCARD does not appear in AM_CONDITIONAL
src/scepclient/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is undefined
src/scepclient/Makefile.am:2: variable `scepclient_SOURCES' is defined but no program \
or src/scepclient/Makefile.am:2: library has `scepclient' as canonical name (possible \
typo) src/scepclient/Makefile.am:30: variable `scepclient_LDADD' is defined but no \
program or src/scepclient/Makefile.am:30: library has `scepclient' as canonical name \
(possible typo) src/starter/Makefile.am:33: USE_PLUTO does not appear in \
AM_CONDITIONAL src/starter/Makefile.am:37: USE_CHARON does not appear in \
AM_CONDITIONAL src/starter/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is \
undefined src/starter/Makefile.am:2: variable `starter_SOURCES' is defined but no \
program or src/starter/Makefile.am:2: library has `starter' as canonical name \
(possible typo) src/starter/Makefile.am:25: variable `starter_LDADD' is defined but \
no program or src/starter/Makefile.am:25: library has `starter' as canonical name \
(possible typo) src/stroke/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is \
undefined src/stroke/Makefile.am:3: variable `stroke_SOURCES' is defined but no \
program or src/stroke/Makefile.am:3: library has `stroke' as canonical name (possible \
typo) src/stroke/Makefile.am:4: variable `stroke_LDADD' is defined but no program or
src/stroke/Makefile.am:4: library has `stroke' as canonical name (possible typo)
src/whack/Makefile.am:1: `ipsec_PROGRAMS' is used but `ipsecdir' is undefined
src/whack/Makefile.am:3: variable `whack_SOURCES' is defined but no program or
src/whack/Makefile.am:3: library has `whack' as canonical name (possible typo)
src/whack/Makefile.am:10: variable `whack_LDADD' is defined but no program or
src/whack/Makefile.am:10: library has `whack' as canonical name (possible typo)
Makefile.am:3: USE_SCRIPTS does not appear in AM_CONDITIONAL
Makefile.am: required file `./AUTHORS' not found
Makefile.am: required file `./ChangeLog' not found
Makefile.am: installing `./COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project \
uses. Makefile.am:4: required directory ./scripts does not exist
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# ls -lrt
total 1044
-rw-r--r--  1 root root  35638 Feb  5 16:03 config.sub
-rw-r--r--  1 root root   2004 Feb  5 16:03 Android.mk.in
-rw-r--r--  1 root root   1992 Feb  5 16:03 Android.mk
-rw-r--r--  1 root root 115291 Feb  5 16:03 README
-rw-r--r--  1 root root  73738 Feb  5 16:03 NEWS
-rw-r--r--  1 root root  11795 Feb  5 16:03 missing
-rw-r--r--  1 root root    610 Feb  5 16:03 Makefile.am
-rw-r--r--  1 root root 251865 Feb  5 16:03 ltmain.sh
-rw-r--r--  1 root root  14183 Feb  5 16:03 install-sh
-rw-r--r--  1 root root   6299 Feb  5 16:03 INSTALL
-rw-r--r--  1 root root  60281 Feb  5 16:03 Doxyfile.in
-rw-r--r--  1 root root   4962 Feb  5 16:03 CREDITS
drwxr-xr-x  4 root root   4096 Feb  5 16:03 m4
drwxr-xr-x 25 root root   4096 Feb  5 16:03 src
drwxr-xr-x  4 root root   4096 Feb  5 16:04 testing
-rw-r--r--  1 root root      0 Feb  5 16:07 autoscan.log
-rw-r--r--  1 root root   7973 Feb  5 16:07 configure.scan
-rw-r--r--  1 root root   8013 Feb  5 16:09 configure.ac
-rw-r--r--  1 root root  34611 Feb  5 16:10 aclocal.m4
-rwxr-xr-x  1 root root 257820 Feb  5 16:10 configure
drwxr-xr-x  2 root root   4096 Feb  5 16:10 autom4te.cache
-rw-r--r--  1 root root  12884 Feb  5 16:10 config.h.in
lrwxrwxrwx  1 root root     38 Feb  5 16:11 depcomp -> \
/usr/local/share/automake-1.11/depcomp lrwxrwxrwx  1 root root     38 Feb  5 16:11 \
COPYING -> /usr/local/share/automake-1.11/COPYING [root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# ls -lrt ./Makeifilefile.in
ls: ./Makefile.in: No such file or directory
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/root/jingenli/strongswan-4.4.0/missing: line 3: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 5: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 9: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 14: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 19: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 22: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 27: 
> command not found
/root/jingenli/strongswan-4.4.0/missing: line 47: syntax error near unexpected token \
`in '
/root/jingenli/strongswan-4.4.0/missing: line 47: `case $1 in
'
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gawk... (cached) gawk
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for main in -lbridge... no
checking for main in -lcap... yes
checking for main in -lcrypto... yes
checking for main in -lcurl... yes
checking for main in -lcutils... no
checking for main in -lfcgi... no
checking for main in -lfuse... no
checking for main in -lgcrypt... yes
checking for main in -lgmp... yes
checking for main in -llber... yes
checking for main in -lldap... yes
checking for main in -lm... yes
checking for main in -lneo_cgi... no
checking for main in -lneo_cs... no
checking for main in -lneo_utl... no
checking for main in -lpam... yes
checking for main in -lresolv... yes
checking for main in -lsqlite3... yes
checking for main in -luci... no
checking for main in -lutil... yes
checking for main in -lvstr... no
checking for main in -lz... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat.st_rdev... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working strnlen... yes
checking for working strtod... yes
checking for alarm... yes
checking for atexit... yes
checking for bzero... yes
checking for clock_gettime... no
checking for dup2... yes
checking for ftruncate... yes
checking for getcwd... yes
checking for gethostname... yes
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for localtime_r... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for munmap... yes
checking for pow... yes
checking for select... yes
checking for setenv... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# 
[root@femtoGPS strongswan-4.4.0]# ### END LOG - DATE: 130205, TIME: 171304 ###



_______________________________________________
Dev mailing list
Dev@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/dev

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic