| 1 | --- a/lib/Makefile.am |
| 2 | +++ b/lib/Makefile.am |
| 3 | @@ -16,7 +16,7 @@ |
| 4 | # You should have received a copy of the GNU General Public License |
| 5 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 6 | |
| 7 | -SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs |
| 8 | +SUBDIRS = Autom4te m4sugar autoconf autotest autoscan |
| 9 | nodist_pkgdata_DATA = autom4te.cfg |
| 10 | EXTRA_DIST = autom4te.in freeze.mk |
| 11 | |
| 12 | --- a/lib/Makefile.in |
| 13 | +++ b/lib/Makefile.in |
| 14 | @@ -226,7 +226,7 @@ target_alias = @target_alias@ |
| 15 | top_build_prefix = @top_build_prefix@ |
| 16 | top_builddir = @top_builddir@ |
| 17 | top_srcdir = @top_srcdir@ |
| 18 | -SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs |
| 19 | +SUBDIRS = Autom4te m4sugar autoconf autotest autoscan |
| 20 | nodist_pkgdata_DATA = autom4te.cfg |
| 21 | EXTRA_DIST = autom4te.in freeze.mk |
| 22 | edit = sed \ |
| 23 | |