*** empty log message ***

This commit is contained in:
Marc Lehmann 2001-03-15 14:54:24 +00:00
parent 54f266b404
commit 02a1cd5adc
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2001-03-15 14:51:59Z Marc Lehmann <pcg@goof.com>
* gimptool-1.4.in: Fix --libs-noui so that plug-ins link against
the new library names.
* configure.in: Added the libtool-limitation-workaround to GIMP_LIBS*
env vars so that gimp-perl works again.
2001-03-15 Sven Neumann <sven@gimp.org>
* plug-ins/common/screenshot.c: applied patch from

View File

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

View File

@ -218,7 +218,7 @@ while test $# -gt 0; do
fi
fi
done
echo -L@libdir@ -lgimp -lgimpcolor -lgimpmath $my_glib_libs
echo -L@libdir@ -lgimp-@LT_RELEASE@ -lgimpcolor-@LT_RELEASE@ -lgimpmath-@LT_RELEASE@ $my_glib_libs
;;
--install-bin | --install-admin-bin \
| --install-bin-strip | --install-admin-bin-strip \