diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-07-18 11:22:19 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-07-18 11:22:19 +0000 |
commit | 6cfa3397e49bea79af555f6119d73d5abc8c8409 (patch) | |
tree | 01f3501a14ce762cd9205268dc44717c78dee13d /app-i18n/scim-tables/files | |
parent | Revbump. Removed "uuid" USE flag (bug #355489) (diff) | |
download | historical-6cfa3397e49bea79af555f6119d73d5abc8c8409.tar.gz historical-6cfa3397e49bea79af555f6119d73d5abc8c8409.tar.bz2 historical-6cfa3397e49bea79af555f6119d73d5abc8c8409.zip |
Add a patch to replace AM_CONFIG_HEADER #467818
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Manifest-Sign-Key: 0xF8551514
Diffstat (limited to 'app-i18n/scim-tables/files')
-rw-r--r-- | app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch b/app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch new file mode 100644 index 000000000000..7f5ea31ca187 --- /dev/null +++ b/app-i18n/scim-tables/files/scim-tables-0.5.12-automake.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 78f75f9..ee82dda 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -7,7 +7,7 @@ AC_DEFINE_UNQUOTED(SCIM_TABLES_VERSION, "$PACKAGE_VERSION", [The release version + + # Init automake stuff + AM_INIT_AUTOMAKE +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + # Init gettext + AM_GNU_GETTEXT([external]) |