Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146416
Collapse All | Expand All

(-)dillo-0.8.6-i18n-misc-20060625.diff (-17 / +1 lines)
Lines 17659-17665 diff -pruN dillo-0.8.6/m4/codeset.m4 dil Link Here
17659
diff -pruN dillo-0.8.6/m4/gettext.m4 dillo-0.8.6-i18n-misc-20060625/m4/gettext.m4
17659
diff -pruN dillo-0.8.6/m4/gettext.m4 dillo-0.8.6-i18n-misc-20060625/m4/gettext.m4
17660
--- dillo-0.8.6/m4/gettext.m4	1970-01-01 09:00:00.000000000 +0900
17660
--- dillo-0.8.6/m4/gettext.m4	1970-01-01 09:00:00.000000000 +0900
17661
+++ dillo-0.8.6-i18n-misc-20060625/m4/gettext.m4	2006-05-16 01:21:07.000000000 +0900
17661
+++ dillo-0.8.6-i18n-misc-20060625/m4/gettext.m4	2006-05-16 01:21:07.000000000 +0900
17662
@@ -0,0 +1,587 @@
17662
@@ -0,0 +1,571 @@
17663
+# gettext.m4 serial 16 (gettext-0.11.4)
17663
+# gettext.m4 serial 16 (gettext-0.11.4)
17664
+dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
17664
+dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
17665
+dnl This file is free software, distributed under the terms of the GNU
17665
+dnl This file is free software, distributed under the terms of the GNU
Lines 18229-18250 diff -pruN dillo-0.8.6/m4/gettext.m4 dil Link Here
18229
+])
18229
+])
18230
+
18230
+
18231
+
18231
+
18232
+AC_DEFUN([AM_MKINSTALLDIRS],
18233
+[
18234
+  dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
18235
+  dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
18236
+  dnl Try to locate is.
18237
+  MKINSTALLDIRS=
18238
+  if test -n "$ac_aux_dir"; then
18239
+    MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
18240
+  fi
18241
+  if test -z "$MKINSTALLDIRS"; then
18242
+    MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
18243
+  fi
18244
+  AC_SUBST(MKINSTALLDIRS)
18245
+])
18246
+
18247
+
18248
+dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
18232
+dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
18249
+AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
18233
+AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
18250
diff -pruN dillo-0.8.6/m4/glibc21.m4 dillo-0.8.6-i18n-misc-20060625/m4/glibc21.m4
18234
diff -pruN dillo-0.8.6/m4/glibc21.m4 dillo-0.8.6-i18n-misc-20060625/m4/glibc21.m4

Return to bug 146416