1999-10-23 07:59:42 +00:00
|
|
|
--- configure.orig Wed Oct 6 14:00:22 1999
|
|
|
|
+++ configure Tue Oct 12 13:37:31 1999
|
|
|
|
@@ -3471,7 +3471,11 @@
|
1999-05-29 04:17:00 +00:00
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
CATOBJEXT=.mo
|
|
|
|
- DATADIRNAME=lib
|
|
|
|
+ DATADIRNAME=share
|
|
|
|
+ INTLDEPS='-lintl'
|
|
|
|
+ INTLLIBS=$INTLDEPS
|
|
|
|
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
1999-10-23 07:59:42 +00:00
|
|
|
+
|
1999-02-20 19:31:51 +00:00
|
|
|
fi
|
1999-05-29 04:17:00 +00:00
|
|
|
rm -f conftest*
|
|
|
|
INSTOBJEXT=.mo
|
1999-10-23 07:59:42 +00:00
|
|
|
@@ -7108,7 +7112,7 @@
|
1999-02-20 19:31:51 +00:00
|
|
|
fi
|
1998-05-27 18:36:05 +00:00
|
|
|
|
|
|
|
gimpdatadir=$datadir/gimp
|
|
|
|
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
|
|
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
1999-05-29 04:17:00 +00:00
|
|
|
localedir='${prefix}/${DATADIRNAME}/locale'
|
1998-04-17 13:31:19 +00:00
|
|
|
|
|
|
|
brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
|
1999-10-23 07:59:42 +00:00
|
|
|
@@ -8513,10 +8517,6 @@
|
|
|
|
top_srcdir="$ac_dots$ac_given_srcdir" ;;
|
|
|
|
esac
|
|
|
|
|
1999-05-29 04:17:00 +00:00
|
|
|
- case "$ac_given_INSTALL" in
|
1999-10-23 07:59:42 +00:00
|
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
|
|
- esac
|
1998-09-30 14:52:27 +00:00
|
|
|
|
1999-10-23 07:59:42 +00:00
|
|
|
echo creating "$ac_file"
|
|
|
|
rm -f "$ac_file"
|