mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
--- aclocal.m4.orig Tue Oct 14 20:48:14 1997
|
|
+++ aclocal.m4 Tue Oct 14 20:49:02 1997
|
|
@@ -48,7 +48,7 @@
|
|
|
|
AC_DEFUN(AM_PROG_INSTALL,
|
|
[AC_REQUIRE([AC_PROG_INSTALL])
|
|
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
|
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -c -m 755'
|
|
AC_SUBST(INSTALL_SCRIPT)dnl
|
|
])
|
|
|
|
--- configure.in.orig Sun Dec 14 21:44:48 1997
|
|
+++ configure.in Mon Dec 15 11:14:59 1997
|
|
@@ -240,7 +240,7 @@
|
|
AC_C_INLINE
|
|
|
|
gimpdatadir=$datadir/$PACKAGE
|
|
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
|
|
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
|
|
|
|
dnl This is for generating PDB docuemntation.
|
|
AC_PATH_PROG(EMACS, emacs, :)
|
|
--- configure.orig Mon Dec 15 11:13:24 1997
|
|
+++ configure Mon Dec 15 11:13:41 1997
|
|
@@ -3933,7 +3933,7 @@
|
|
|
|
|
|
gimpdatadir=$datadir/$PACKAGE
|
|
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
|
|
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
|
|
|
|
# Extract the first word of "emacs", so it can be a program name with args.
|
|
set dummy emacs; ac_word=$2
|