summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-12-28 19:33:19 +0100
committerBenjamin Otte <otte@gnome.org>2008-12-28 19:33:19 +0100
commit91e38e66bd1f046f00014ee4c5cc1836e60783ef (patch)
treeff3615217b55d93c15917e1522f29c9eecc71abc
parent7ff34a6d2baf3c1addc2f5a3f45dd9e0e9c00c92 (diff)
use AC_CONFIG_MACRO_DIR instead of custom hack
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b2cc44d..2ff0842 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ SWFDEC_MAJORMINOR=0.9
AC_SUBST(SWFDEC_MAJORMINOR)
AM_CONFIG_HEADER(config.h)
-AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
+AC_CONFIG_MACRO_DIR([m4])
dnl decide on error flags
dnl if we support them, we set them unconditionally