blob: e36478e094670acd3b7e07587f79fe033fa81e06 (
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
|
$FreeBSD$
--- configure.orig Mon Jan 27 13:16:04 2003
+++ configure Fri Feb 28 18:50:31 2003
@@ -8786,6 +8786,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'
@@ -11010,19 +11011,19 @@
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_LOCALE_DIR "${prefix}/${DATADIRNAME}/locale"
+#define PACKAGE_LOCALE_DIR "${prefix}/share/locale"
_ACEOF
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_DATA_DIR "${prefix}/${DATADIRNAME}"
+#define PACKAGE_DATA_DIR "${prefix}/share/gnome"
_ACEOF
cat >>confdefs.h <<_ACEOF
-#define PACKAGE_SOUND_DIR "${prefix}/${DATADIRNAME}/sounds/linphone"
+#define PACKAGE_SOUND_DIR "${prefix}/share/gnome/sounds/linphone"
_ACEOF
|