*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-05-10 19:45:42 +00:00
parent 7a6034954d
commit e5bcd76258
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Mon May 10 18:28:11 CEST 1999 Marc Lehmann <pcg@goof.com>
* configure.in: undo the part of patch "Tue May 4 15:51:16 PDT
1999" which broke gimp-perl configuration completely.
Mon May 10 18:59:58 MEST 1999 Sven Neumann <sven@gimp.org>
* modules/colorsel_water.c: finally fixed my prob all by myself :)

View File

@ -562,10 +562,7 @@ if test "x$enable_perl" != xno; then
dnl we ignore prefix
cat >plug-ins/perl/config.status <<EOF
echo invoking perl for configuration...
for i in ". embed"; do
cd $i
$PERL Makefile.PL --writemakefile
done
$PERL Makefile.PL --writemakefile
EOF
GIMP_PERL=perl
else