aboutsummaryrefslogtreecommitdiff
path: root/news/newsx/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-07 18:19:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-07 18:19:52 +0000
commit3e0e33d2848bd2f8193e09c51fe7ab14c9914e7b (patch)
treead06d10187b3d2169419f9ae77244f0d89ccf40c /news/newsx/files
parentbe8b91e72d4c2c1a0b0f2e5231d679331225b0b3 (diff)
downloadports-3e0e33d2848bd2f8193e09c51fe7ab14c9914e7b.tar.gz
ports-3e0e33d2848bd2f8193e09c51fe7ab14c9914e7b.zip
Notes
Diffstat (limited to 'news/newsx/files')
-rw-r--r--news/newsx/files/patch-aclocal.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/news/newsx/files/patch-aclocal.m4 b/news/newsx/files/patch-aclocal.m4
new file mode 100644
index 000000000000..5ff957faf21e
--- /dev/null
+++ b/news/newsx/files/patch-aclocal.m4
@@ -0,0 +1,11 @@
+--- aclocal.m4.orig Tue Jan 29 21:32:47 2002
++++ aclocal.m4 Sun Jul 7 18:21:47 2002
+@@ -39,7 +39,7 @@
+ AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
+ AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
+ AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
+-AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
++AM_MISSING_PROG(AUTOHEADER, autoheader213, $missing_dir)
+ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
+ AC_REQUIRE([AC_PROG_MAKE_SET])])
+