mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
19 lines
559 B
Text
19 lines
559 B
Text
--- configure.orig Wed Dec 18 16:10:09 2002
|
|
+++ configure Sun Dec 22 16:36:03 2002
|
|
@@ -8516,6 +8516,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'
|
|
@@ -12607,7 +12608,7 @@
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
|
|
+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
|
|
_ACEOF
|
|
|
|
GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
|