mirror of https://github.com/GNOME/gimp.git
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:
parent
6eb06718f6
commit
2881ffa760
|
@ -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>
|
2003-02-21 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* Makefile.am
|
* Makefile.am
|
||||||
|
|
14
configure.in
14
configure.in
|
@ -857,6 +857,20 @@ AC_SUBST(PRINT_LIBS)
|
||||||
AC_SUBST(PRINT_CFLAGS)
|
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
|
# Check for python
|
||||||
##################
|
##################
|
||||||
|
|
Loading…
Reference in New Issue