mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
19 lines
555 B
Text
19 lines
555 B
Text
--- configure.orig Mon May 6 01:33:23 2002
|
|
+++ configure Mon May 6 01:33:51 2002
|
|
@@ -7353,6 +7353,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -11337,7 +11338,7 @@
|
|
fi
|
|
|
|
cat >>confdefs.h <<EOF
|
|
-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
|
|
+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
|
|
EOF
|
|
|
|
GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
|