summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
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`