summaryrefslogtreecommitdiffstats
path: root/tools/autoconf
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-09-09 14:53:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-09-09 14:53:52 +0000
commit55f3b8ade23f63bbc8d9365c1f951b8081efc869 (patch)
tree796f07594cb89d42b0ba5d6f6da68a75496a44f8 /tools/autoconf
parentae253edfbee3ada91ff5eda5e1c5dbb43a734700 (diff)
downloadmaster-31e0f0ae-55f3b8ade23f63bbc8d9365c1f951b8081efc869.tar.gz
master-31e0f0ae-55f3b8ade23f63bbc8d9365c1f951b8081efc869.tar.bz2
master-31e0f0ae-55f3b8ade23f63bbc8d9365c1f951b8081efc869.zip
Do not try to build autoconf emacs library, as it can fail on some systems like Fedora core 9
SVN-Revision: 12562
Diffstat (limited to 'tools/autoconf')
-rw-r--r--tools/autoconf/patches/001-no_emacs_lib.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/autoconf/patches/001-no_emacs_lib.patch b/tools/autoconf/patches/001-no_emacs_lib.patch
new file mode 100644
index 0000000000..fabccdb383
--- /dev/null
+++ b/tools/autoconf/patches/001-no_emacs_lib.patch
@@ -0,0 +1,24 @@
+diff -urN autoconf-2.62/lib/Makefile.am autoconf-2.62.new/lib/Makefile.am
+--- autoconf-2.62/lib/Makefile.am 2008-04-04 19:17:16.000000000 +0200
++++ autoconf-2.62.new/lib/Makefile.am 2008-09-09 16:51:40.000000000 +0200
+@@ -16,7 +16,7 @@
+ # You should have received a copy of the GNU General Public License
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+-SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
++SUBDIRS = Autom4te m4sugar autoconf autotest autoscan
+ nodist_pkgdata_DATA = autom4te.cfg
+ EXTRA_DIST = autom4te.in freeze.mk
+
+diff -urN autoconf-2.62/lib/Makefile.in autoconf-2.62.new/lib/Makefile.in
+--- autoconf-2.62/lib/Makefile.in 2008-04-06 00:57:18.000000000 +0200
++++ autoconf-2.62.new/lib/Makefile.in 2008-09-09 16:51:33.000000000 +0200
+@@ -165,7 +165,7 @@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
++SUBDIRS = Autom4te m4sugar autoconf autotest autoscan
+ nodist_pkgdata_DATA = autom4te.cfg
+ EXTRA_DIST = autom4te.in freeze.mk
+ edit = sed \