summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-09-06 11:26:13 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-09-06 11:26:13 +0000
commitd6fff02e0fc043b7a3bf9412fd4de963bff50014 (patch)
treef5fa99ec50e257057cf1e40e37b0b8d38b7fedd6 /autogen.sh
parent34013a6092c2cd22138eb882355a69126b662096 (diff)
downloadlasso-d6fff02e0fc043b7a3bf9412fd4de963bff50014.tar.gz
lasso-d6fff02e0fc043b7a3bf9412fd4de963bff50014.tar.xz
lasso-d6fff02e0fc043b7a3bf9412fd4de963bff50014.zip
Now Lasso distribution includes the check macros allowing people to generate
Makefile and configure without check-xml installed. PS: The distribution is not checked yet.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 3b24ed63..a3edcfdc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -43,7 +43,7 @@ echo "- Define autotools programs command line arguments."
echo " - Add missing required files to the package by symbolic links."
automake_args=--add-missing
autoconf_args=
-aclocal_args=
+aclocal_args=-I macros
echo - Store the used shell interpreter name.
program=`basename $0`