blob: e3f9aaf476ffea15c5b1c804520098f8122fc7a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- configure.orig Tue Sep 28 13:50:52 1999
+++ configure Tue Oct 5 16:16:32 1999
@@ -2702,8 +2702,8 @@
echo "configure:2703: checking whether to build gmodulized gdk-pixbuf" >&5
oLIBS="$LIBS"
oCFLAGS="$CFLAGS"
-LIBS="$LIBS `glib-config --libs gmodule`"
-CFLAGS="$CFLAGS `glib-config --cflags gmodule`"
+LIBS="$LIBS `$GLIB_CONFIG --libs gmodule`"
+CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gmodule`"
if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
@@ -2752,8 +2752,8 @@
#define USE_GMODULE 1
EOF
- GMODULE_LIBS="`glib-config --libs gmodule`"
- GMODULE_FLAGS="`glib-config --cflags gmodule`"
+ GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`"
+ GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`"
echo "$ac_t""yes" 1>&6
@@ -3696,8 +3696,8 @@
fi
GDK_PIXBUF_LIBDIR='-L${libdir}'
-GDK_PIXBUF_INCLUDEDIR="-I${includedir} `gnome-config --cflags glib libart` `glib-config --cflags gmodule`"
-GDK_PIXBUF_LIBS="$LIBS `gnome-config --libs glib libart` `glib-config --libs gmodule` -lgdk_pixbuf"
+GDK_PIXBUF_INCLUDEDIR="-I${includedir} `gnome-config --cflags glib libart` `$GLIB_CONFIG --cflags gmodule`"
+GDK_PIXBUF_LIBS="$LIBS `gnome-config --libs glib libart` `$GLIB_CONFIG --libs gmodule` -lgdk_pixbuf"
--- Makefile.in.orig Tue Sep 28 13:54:53 1999
+++ Makefile.in Tue Oct 5 16:23:16 1999
@@ -101,7 +101,7 @@
ZVT_LIBS = @ZVT_LIBS@
SUBDIRS = macros src
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = gdk_pixbufConf.sh
EXTRA_DIST = configure acconfig.h gdk_pixbufConf.sh.in
|