summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:08:54 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-08-01 14:08:54 +0000
commit76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3 (patch)
treea8b8a62f93034794aefea111ebbc9e2440908dc5 /configure.ac
parent51b572d5748f92cf9780b6a6154d4931d1c7cdd1 (diff)
downloadlasso-76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3.tar.gz
lasso-76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3.tar.xz
lasso-76d9fce5d584fda7dc3afa25ca1390c7c06a0fc3.zip
forked lasso branch for adeline
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 406dc338..932c7761 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
AM_INIT_AUTOMAKE(lasso, 2.2.1)
dnl Create rules to automaticaly regenerate the config header.
-AM_CONFIG_HEADER(lasso/lasso_config.h)
+AM_CONFIG_HEADER([config.h lasso/lasso_config.h])
dnl Add --enable-maintainer-mode option to configure.
AM_MAINTAINER_MODE