mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Add autoscan and its data files.
Check for perl.
This commit is contained in:
parent
f763b6d9de
commit
0c509b5998
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user