summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index cdf5db4..a198e95 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,9 +13,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Automake requirements
-ACLOCAL_AMFLAGS = -I m4
-
PACKAGE = sed
SUBDIRS = lib po sed doc testsuite
diff --git a/configure.ac b/configure.ac
index 4eec46e..3918194 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AM_CONFIG_HEADER(config.h:config_h.in)
AC_PREREQ(2.62)
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
+AC_CONFIG_MACRO_DIRS([m4])
SED_FEATURE_VERSION=4.2.2
AC_DEFINE_UNQUOTED(SED_FEATURE_VERSION, "$SED_FEATURE_VERSION",