summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index afcd93c..ae9d8c7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,9 +1,10 @@
#!/bin/sh
+# SPDX-License-Identifier: BSD-3-Clause
set -e
autoheader &
-aclocal
+aclocal -I m4 --install
autoconf
wait