]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add autoscan and its data files.
authorDavid MacKenzie <djm@djmnet.org>
Sat, 30 Apr 1994 01:46:44 +0000 (01:46 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 30 Apr 1994 01:46:44 +0000 (01:46 +0000)
Check for perl.

configure.in

index 3b4ca4766feba569f644869e3314b2f098d98b54..57d0e01b0d9defe84bf890ff6ef9aaac1a938fde 100644 (file)
@@ -1,5 +1,13 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(acgeneral.m4)
 AC_PROGRAMS_PATH(M4, gnum4 gm4 m4, m4)
+AC_PROGRAM_PATH(PERL, perl, no-perl)
+AC_SUBST(PERL)dnl
+AC_SUBST(PROGS)dnl
+if test "$PERL" != no-perl; then
+  PROGS=autoscan
+else
+  AC_VERBOSE(autoscan will not be built since perl is not found)
+fi
 AC_PROG_INSTALL
 AC_OUTPUT(Makefile)