aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-06-11 14:24:07 +0000
committerUlrich Müller <ulm@gentoo.org>2009-06-11 14:24:07 +0000
commit66acf27f6c7ce7a4a8ccf0448ffc46880adab927 (patch)
treefdaffef115cf4fa0f6b94fe539d91a968111e46d
parentUpdate configure.in to work with autoconf 2.61. (diff)
downloademacs-patches-emacs-21.4-patches-8.tar.gz
emacs-patches-emacs-21.4-patches-8.tar.bz2
emacs-patches-emacs-21.4-patches-8.zip
Update patch, remove dependency on aclocal.m4 in Makefile.emacs-21.4-patches-8
-rw-r--r--emacs/21.4/19_all_autoconf-2.61.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/21.4/19_all_autoconf-2.61.patch b/emacs/21.4/19_all_autoconf-2.61.patch
index 1f37146..4877d86 100644
--- a/emacs/21.4/19_all_autoconf-2.61.patch
+++ b/emacs/21.4/19_all_autoconf-2.61.patch
@@ -1,5 +1,16 @@
Update configure.in to work with autoconf 2.61.
+--- emacs-21.4-orig/Makefile.in
++++ emacs-21.4/Makefile.in
+@@ -273,7 +273,7 @@
+ config.status: ${srcdir}/configure
+ ./config.status --recheck
+
+-${srcdir}/configure: configure.in aclocal.m4
++${srcdir}/configure: configure.in
+ cd ${srcdir} && autoconf
+
+ src/Makefile: $(srcdir)/src/Makefile.in config.status
--- emacs-21.4-orig/configure.in
+++ emacs-21.4/configure.in
@@ -23,7 +23,7 @@