pike.git
/
src
/
modules
/
Perl
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Perl/configure.in:1:
-
# $Id: configure.in,v 1.
13
2002
/
08
/
15
15
:
33
:
12
grubba
Exp $
+
# $Id: configure.in,v 1.
14
2003
/
01
/
25
08
:
32
:
36
mirar
Exp $
AC_INIT(perlmod.c) AC_CONFIG_HEADER(perl_machine.h) AC_MODULE_INIT() AC_ARG_WITH(perl, [ --with-perl enable the Perl module],[], [with_perl="no"])
-
PIKE_FEATURE
_WITHOUT
(Perl)
+
PIKE_FEATURE(Perl
,[no (use --with-perl to compile it
)
])
if test "x$with_perl" = "xno"; then :; else PIKE_FEATURE_NODEP(Perl) if test "x$with_perl" = "xyes"; then MY_AC_CHECK_PROGS(perl, perl perl5, x) else MY_AC_CHECK_PROGS(perl, "$with_perl" perl perl5, x) fi