summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-09-15 22:17:01 +0000
committerMamoru Komachi <usata@gentoo.org>2003-09-15 22:17:01 +0000
commit4f1e6f3cf0a103d786133618c282828f68ceee06 (patch)
tree6ced6cd92743b208bbf665c876601976bce172c5 /app-text/a2ps/files
parentAdded to ~ppc (diff)
downloadgentoo-2-4f1e6f3cf0a103d786133618c282828f68ceee06.tar.gz
gentoo-2-4f1e6f3cf0a103d786133618c282828f68ceee06.tar.bz2
gentoo-2-4f1e6f3cf0a103d786133618c282828f68ceee06.zip
Added a patch to fix AC_CONFIG_FILES, closing Bug #28804
Diffstat (limited to 'app-text/a2ps/files')
-rw-r--r--app-text/a2ps/files/a2ps-4.13-autoconf-gentoo.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/a2ps/files/a2ps-4.13-autoconf-gentoo.diff b/app-text/a2ps/files/a2ps-4.13-autoconf-gentoo.diff
new file mode 100644
index 000000000000..96250379d3dc
--- /dev/null
+++ b/app-text/a2ps/files/a2ps-4.13-autoconf-gentoo.diff
@@ -0,0 +1,12 @@
+diff -urN a2ps-4.13.ORIG/ogonkify/configure.in a2ps-4.13/ogonkify/configure.in
+--- a2ps-4.13.ORIG/ogonkify/configure.in 2000-01-07 21:19:55.000000000 +0900
++++ a2ps-4.13/ogonkify/configure.in 2003-09-16 06:33:29.000000000 +0900
+@@ -53,7 +53,7 @@
+ dnl We need the IBM PFA files.
+ ad_IBMFONTS
+
+-AC_CONFIG_FILES(composeglyphs, [chmod +x composeglyphs])
++dnl AC_CONFIG_FILES(composeglyphs, [chmod +x composeglyphs])
+ AC_OUTPUT(Makefile ogonkify.in
+ doc/Makefile
+ m4/Makefile)