From 5c105d9f3fd086aff195d3849dcf847d6b0bd927 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 5 Oct 2012 10:12:53 +0000 Subject: branch Attitude Adjustment git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/autoconf/patches/001-no_emacs_lib.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/autoconf/patches/001-no_emacs_lib.patch (limited to 'tools/autoconf/patches/001-no_emacs_lib.patch') 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 000000000..02e115d48 --- /dev/null +++ b/tools/autoconf/patches/001-no_emacs_lib.patch @@ -0,0 +1,22 @@ +--- a/lib/Makefile.am ++++ b/lib/Makefile.am +@@ -16,7 +16,7 @@ + # You should have received a copy of the GNU General Public License + # along with this program. If not, see . + +-SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs ++SUBDIRS = Autom4te m4sugar autoconf autotest autoscan + nodist_pkgdata_DATA = autom4te.cfg + EXTRA_DIST = autom4te.in freeze.mk + +--- a/lib/Makefile.in ++++ b/lib/Makefile.in +@@ -226,7 +226,7 @@ target_alias = @target_alias@ + 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 \ -- cgit v1.2.3