see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-09-13 21:35:29 +00:00
parent 9f405d6f3c
commit 9cc7a58cfa
5 changed files with 19 additions and 1 deletions

View file

@ -288,7 +288,7 @@ WriteMakefile(
'Gimp/Module.pm' => '$(INST_LIBDIR)/Gimp/Module.pm',
'Gimp/Config.pm' => '$(INST_LIBDIR)/Gimp/Config.pm',
},
'LIBS' => [$INTLLIBS],
'LIBS' => [expand($INTLLIBS)],
'INC' => "$INC1 $GIMP_INC_NOUI $CPPFLAGS $CFLAGS",
'DEFINE' => "$DEFINE1 $DEFS",
'EXE_FILES' => [qw(scm2perl scm2scm gimpdoc xcftopnm embedxpm)],

View file

@ -42,6 +42,9 @@ $^W=0;
pdl_typemaps => '',
INC1 => '',
DEFINE1 => '',
INTLLIBS => q[@INTLLIBS@],
MSGFMT => q[@MSGFMT@],
);
sub expand {

View file

@ -1460,6 +1460,11 @@ done
INTLLIBS=
MSGFMT=:
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
@ -1605,6 +1610,8 @@ s%@CPP@%$CPP%g
s%@EXTENSIVE_TESTS@%$EXTENSIVE_TESTS%g
s%@IN_GIMP@%$IN_GIMP%g
s%@PERL@%$PERL%g
s%@INTLLIBS@%$INTLLIBS%g
s%@MSGFMT@%$MSGFMT%g
CEOF
EOF

View file

@ -50,6 +50,11 @@ CONFIG_H="config.h"
sinclude(configure.frag)
INTLLIBS=
MSGFMT=:
AC_SUBST(INTLLIBS)
AC_SUBST(MSGFMT)
AC_OUTPUT(config.pl)
echo "now invoking perl to complete the configuration..."

View file

@ -2,6 +2,9 @@
#ifndef _G_P_P_PORTABILITY_H_
#define _G_P_P_PORTABILITY_H_
#undef _P_P_PORTABILITY_H_
#define _P_P_PORTABILITY_H_
/* Perl/Pollution/Portability Version 1.0007-gimp-2 */
/* Copyright (C) 1999, Kenneth Albanowski. This code may be used and