aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
3 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d8cf35a..23e3550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
2003-12-08 Werner Koch <[email protected]>
* TODO: New.
- * Makefile.am: Add README.CVS and autogen.sh
+ * Makefile.am: Add README.CVS and autogen.sh. Removed m4/Makefile.
* README.CVS: New.
* autogen.sh: Revamped.
- * configure.ac: Add automake version number for autgen.sh use.
+ * configure.ac: Add automake version number for autogen.sh use.
2003-11-17 Werner Koch <[email protected]>
diff --git a/Makefile.am b/Makefile.am
index 1171b99..bf76397 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = m4 src doc
+SUBDIRS = src doc
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config.rpath config.rpath autogen.sh README.CVS
diff --git a/configure.ac b/configure.ac
index 8298991..1b2c672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,6 @@ AC_REPLACE_FUNCS(memrchr)
# Create the config files.
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([m4/Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([doc/Makefile])
AC_CONFIG_FILES([src/libassuan-config], [chmod +x src/libassuan-config])