oops, put back in perl binary location stuff for pdbgen.

2003-02-21  Manish Singh  <yosh@gimp.org>

        * configure.in: oops, put back in perl binary location stuff for
        pdbgen.
This commit is contained in:
Manish Singh 2003-02-22 02:07:53 +00:00 committed by Manish Singh
parent 6eb06718f6
commit 2881ffa760
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-02-21 Manish Singh <yosh@gimp.org>
* configure.in: oops, put back in perl binary location stuff for
pdbgen.
2003-02-21 Manish Singh <yosh@gimp.org>
* Makefile.am

View File

@ -857,6 +857,20 @@ AC_SUBST(PRINT_LIBS)
AC_SUBST(PRINT_CFLAGS)
################
# Check for perl
################
AC_ARG_WITH(pdbgen, [ --with-pdbgen use 'pdbgen' code generation tool],,with_pdbgen=$enable_maintainer_mode)
if test "x$with_pdbgen" = xyes ; then
AC_PATH_PROGS(PERL,perl5 perl perl5.005 perl5.004,perl)
fi
AM_CONDITIONAL(WITH_PDBGEN, test x$with_pdbgen = xyes)
AM_CONDITIONAL(WITH_AUTHORSGEN, test x$enable_maintainer_mode = xyes)
##################
# Check for python
##################