*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-05-05 20:36:08 +00:00
parent 391bff79df
commit 5315581d95
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Wed May 5 18:18:16 CEST 1999 Marc Lehmann <pcg@goof.com>
* configure.in: enabled _NOUI versions of GIMP_CFLAGS and
GIMP_LIBS.
Wed May 5 14:29:51 1999 ape@lrdpf.spacetec.no (Asbjorn Pettersen)
* app/datafiles.c: Add <sys/types.h>.
@ -150,6 +155,7 @@ Mon May 3 15:34:37 PDT 1999 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/plug_in.pdb: progress_init takes an int32, not
a display...
>>>>>>> 1.1075
Mon May 3 14:03:35 PDT 1999 Manish Singh <yosh@gimp.org>
* app/gimage_cmds.c

View File

@ -548,10 +548,10 @@ if test "x$enable_perl" != xno; then
fi
dnl these are gross hacks
GIMP_CFLAGS="-I$srcdir -I\$topdir/../.. $GLIB_CFLAGS $GTK_CFLAGS $CFLAGS"
GIMP_CFLAGS_NOUI="$GIMP_CFLAGS"
GIMP_LIBS="-L\$topdir/../../libgimp/.libs -L\$topdir/../../libgimp -lgimp $GLIB_LIBS $LIBS"
GIMP_LIBS_NOUI="$GIMP_LIBS"
GIMP_CFLAGS_NOUI="-I\$topdir/../.. $GLIB_CFLAGS $GTK_CFLAGS $CFLAGS"
GIMP_CFLAGS="$GIMP_CFLAGS_NOUI"
GIMP_LIBS_NOUI="-L\$topdir/../../libgimp/.libs -L\$dirprefix/../../libgimp -lgimp $GLIB_LIBS $LIBS"
GIMP_LIBS="$GIMP_LIBS_NOUI -lgimpui"
GIMPTOOL="../../gimptool"
IN_GIMP=1
EXTENSIVE_TESTS=0