diff options
Diffstat (limited to 'meta/packages/console-tools/console-tools-0.3.2/configure.patch')
-rw-r--r-- | meta/packages/console-tools/console-tools-0.3.2/configure.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/meta/packages/console-tools/console-tools-0.3.2/configure.patch b/meta/packages/console-tools/console-tools-0.3.2/configure.patch new file mode 100644 index 0000000000..f5b75327e9 --- /dev/null +++ b/meta/packages/console-tools/console-tools-0.3.2/configure.patch | |||
@@ -0,0 +1,46 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- console-tools-0.3.2/configure.in~configure | ||
7 | +++ console-tools-0.3.2/configure.in | ||
8 | @@ -2,13 +2,14 @@ | ||
9 | dnl Process this file with autoconf to produce a configure script. | ||
10 | |||
11 | # Initialize | ||
12 | -AC_INIT(kbdtools/loadkeys.y) | ||
13 | +AC_INIT | ||
14 | +AC_CONFIG_SRCDIR([kbdtools/loadkeys.y]) | ||
15 | |||
16 | define(ct_unicodedata_default,/usr/share/unidata/UnicodeData-2.txt) | ||
17 | ct_localdatadir_default=/usr/local/share # iff --enable-localdatadir without specific dir | ||
18 | |||
19 | #AC_CONFIG_AUX_DIR(autoconf) | ||
20 | -AC_CANONICAL_SYSTEM | ||
21 | +AC_CANONICAL_TARGET([]) | ||
22 | AM_INIT_AUTOMAKE(console-tools, 0.3.2) | ||
23 | |||
24 | # Defaults | ||
25 | @@ -25,7 +26,7 @@ | ||
26 | # i18n stuff | ||
27 | ALL_LINGUAS="cs de ru ga fr" | ||
28 | AM_GNU_GETTEXT | ||
29 | -AC_OUTPUT_COMMANDS([sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]) | ||
30 | +AC_CONFIG_COMMANDS([default-1],[[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile]],[[]]) | ||
31 | |||
32 | AC_DEFINE_UNQUOTED(LOCALEDIR, "/usr/share/locale") | ||
33 | |||
34 | @@ -172,10 +173,11 @@ | ||
35 | AC_SUBST(CHARMAPDIR) | ||
36 | |||
37 | # Output | ||
38 | -AC_OUTPUT([Makefile lib/Makefile lib/console/Makefile lib/cfont/Makefile | ||
39 | +AC_CONFIG_FILES([Makefile lib/Makefile lib/console/Makefile lib/cfont/Makefile | ||
40 | lib/ctutils/Makefile lib/ctlocal/Makefile lib/generic/Makefile | ||
41 | fontfiletools/Makefile vttools/Makefile | ||
42 | kbdtools/Makefile screenfonttools/Makefile contrib/Makefile | ||
43 | include/Makefile include/lct/Makefile compat/Makefile | ||
44 | doc/Makefile doc/man/Makefile examples/Makefile | ||
45 | po/Makefile.in intl/Makefile]) | ||
46 | +AC_OUTPUT | ||