aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-24 06:36:46 +0000
committerMartin Willi <martin@strongswan.org>2006-05-24 06:36:46 +0000
commit298b06c28cf571f7da747c82b5cc0490c879dac1 (patch)
tree7fe48e7dad10f731d7681b2f408f295e2e0126c5 /configure.in
parent8b5be79d8330dcd9497af227b1360d6674914412 (diff)
downloadstrongswan-298b06c28cf571f7da747c82b5cc0490c879dac1.tar.bz2
strongswan-298b06c28cf571f7da747c82b5cc0490c879dac1.tar.xz
- build gets perl and gperf from configure now
- moved built sources to maintainer-clean
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 938c161f0..68d16f83e 100644
--- a/configure.in
+++ b/configure.in
@@ -89,6 +89,8 @@ AC_PROG_LIBTOOL
AC_PROG_LEX
AC_PROG_YACC
AC_PROG_CC(intel)
+AC_PATH_PROG([GPERF], [gperf], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
+AC_PATH_PROG([PERL], [perl], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
dnl ==========================
dnl check required libraries