]> git.pld-linux.org Git - packages/enlightenment.git/blame - e16-ac_am_fixes.patch
- up to 0.16.999.037
[packages/enlightenment.git] / e16-ac_am_fixes.patch
CommitLineData
288d9b2c 1diff -urd e16-0.16.8.1/config/Makefile.am e16-0.16.8.1.edirconf/config/Makefile.am
2--- e16-0.16.8.1/config/Makefile.am 2006-03-18 22:58:14.000000000 +0100
3+++ e16-0.16.8.1.edirconf/config/Makefile.am 2006-07-17 22:09:56.000000000 +0200
0f4c9859 4@@ -1,6 +1,6 @@
5 SUBDIRS = pix
6
7-configdata_DATA = \
8+sysconf_DATA = \
9 actionclasses.cfg \
10 backup-borders.cfg \
11 backup-colormodifiers.cfg \
12@@ -14,10 +14,10 @@
288d9b2c 13 menus.cfg \
14 e16keyedit.db
0f4c9859 15
16-configdatadir = $(ENLIGHTENMENT_ROOT)/config
17+configdatadir = $(sysconfdir)
18
288d9b2c 19 TRANSLATIONS = # config.ja config.pl config.ko
0f4c9859 20-EXTRA_DIST = $(configdata_DATA) $(TRANSLATIONS) strings.c
21+EXTRA_DIST = $(sysconf_DATA) $(TRANSLATIONS) strings.c
22
288d9b2c 23 no-install-data-local:
0f4c9859 24 $(mkinstalldirs) $(DESTDIR)$(configdatadir)
288d9b2c 25diff -urd e16-0.16.8.1/config/pix/Makefile.am e16-0.16.8.1.edirconf/config/pix/Makefile.am
26--- e16-0.16.8.1/config/pix/Makefile.am 2003-07-15 07:46:24.000000000 +0200
27+++ e16-0.16.8.1.edirconf/config/pix/Makefile.am 2006-07-17 22:06:17.000000000 +0200
0f4c9859 28@@ -1,4 +1,4 @@
29-epixdir = $(ENLIGHTENMENT_ROOT)/config/pix
30+epixdir = $(sysconfdir)/pix
31
32 epix_DATA = wait1.png wait2.png wait3.png wait4.png \
33 wait5.png wait6.png wait7.png wait8.png \
288d9b2c 34diff -urd e16-0.16.8.1/configure.in e16-0.16.8.1.edirconf/configure.in
35--- e16-0.16.8.1/configure.in 2006-03-28 19:53:50.000000000 +0200
36+++ e16-0.16.8.1.edirconf/configure.in 2006-07-17 22:11:57.000000000 +0200
0f4c9859 37@@ -30,7 +30,7 @@
288d9b2c 38 AC_DEFINE_UNQUOTED(ENLIGHTENMENT_RELEASE, "$ENLIGHTENMENT_RELEASE", [Release])
0f4c9859 39 fi
40
432bb75e 41-ALL_LINGUAS="bg bs da de en_US es fr hu ko nl no ru sv pt pl pt_BR tr ja"
42+ALL_LINGUAS="bg bs da de en_US es fr hu ja ko nb nl pl pt pt_BR ru sv tr"
1e13decb 43
20b9c862 44 AC_PROG_CC
0f4c9859 45 AC_PROG_MAKE_SET
288d9b2c 46@@ -68,10 +68,6 @@
47 AM_GNU_GETTEXT
48 AM_GNU_GETTEXT_VERSION(0.12.1)
1e13decb 49
0f4c9859 50-AC_ARG_ENABLE(fsstd,
288d9b2c 51- [ --enable-fsstd install files following FSSTD @<:@default=yes@:>@],,
52- enable_fsstd=yes)
1e13decb 53-
0f4c9859 54 AC_ARG_ENABLE(sound,
288d9b2c 55 [ --enable-sound compile with sound support @<:@default=yes@:>@],,
56 enable_sound=yes)
57@@ -92,20 +88,16 @@
1e13decb 58 dnl The following test must come after AM_GNU_GETTEXT as it relies on
59 dnl ${DATADIRNAME} being defined.
60
61-if test "x$enable_fsstd" = "xyes"; then
0f4c9859 62- LOCALEDIR=${prefix}/${DATADIRNAME}/locale
1e13decb 63-else
0f4c9859 64- datadir=${prefix}
288d9b2c 65- exec_prefix=${prefix}/e16
66- LOCALEDIR=${prefix}/e16/locale
1e13decb 67-fi
288d9b2c 68 ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16`
42c962a3 69 ENLIGHTENMENT_BIN=`eval echo ${bindir}`
0f4c9859 70+ENLIGHTENMENT_CONF=`eval echo ${sysconfdir}`
71 AC_SUBST(ENLIGHTENMENT_ROOT)
72 AC_SUBST(ENLIGHTENMENT_BIN)
73+AC_SUBST(ENLIGHTENMENT_CONF)
74 AC_SUBST(LOCALEDIR)
75 AC_DEFINE_UNQUOTED(ENLIGHTENMENT_ROOT, "$ENLIGHTENMENT_ROOT", [The installation root directory])
76 AC_DEFINE_UNQUOTED(ENLIGHTENMENT_BIN, "$ENLIGHTENMENT_BIN", [The installation bin directory])
77+AC_DEFINE_UNQUOTED(ENLIGHTENMENT_CONF, "$ENLIGHTENMENT_CONF", [The installation config directory])
78 AC_DEFINE_UNQUOTED(LOCALEDIR, "$LOCALEDIR", [The installation locale directory])
1e13decb 79
0f4c9859 80 if test "x$enable_sound" = "xyes"; then
This page took 0.050363 seconds and 4 git commands to generate.