summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 16:33:02 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-03 16:33:02 +0000
commit2fc5a35500c243d1813c5941e2f9f3494537efcc (patch)
tree0fc711c15e2aa7c967a35610cc72f8a551979904 /configure.ac
parent3a654bf8e99cfebd415ea03a065dcf87c315e1c2 (diff)
downloadlasso-2fc5a35500c243d1813c5941e2f9f3494537efcc.tar.gz
lasso-2fc5a35500c243d1813c5941e2f9f3494537efcc.tar.xz
lasso-2fc5a35500c243d1813c5941e2f9f3494537efcc.zip
Updated macro calls: from AM_CONFIG_HEADER to AC_CONFIG_HEADERS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 376aa954..1fde3ab5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
AM_INIT_AUTOMAKE(lasso, 0.3.0)
dnl Create rules to automaticaly regenerate the config header.
-AM_CONFIG_HEADER(lasso/lasso_config.h)
+AC_CONFIG_HEADERS([lasso/lasso_config.h])
dnl Add --enable-maintainer-mode option to configure.
AM_MAINTAINER_MODE