summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-17 11:34:36 +0200
committerBruno Haible <bruno@clisp.org>2018-09-17 11:56:17 +0200
commit187071f3cf8189296927a0bc6478db6af149b4f5 (patch)
tree40ae0a3de2e4b186d2de80da255e2af6bd91fc7c /autogen.sh
parent89e580a80935bce446a3a5526a25caf151bca297 (diff)
downloadlibunistring-187071f3cf8189296927a0bc6478db6af149b4f5.tar.gz
Remove the 'fixaclocal' auxiliary script.
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 7cb5cbf..3792b35 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -465,7 +465,7 @@ if test $skip_gnulib = false; then
fi
fi
-build-aux/fixaclocal aclocal -I m4 -I gnulib-m4
+aclocal -I m4 -I gnulib-m4
autoconf
autoheader && touch config.h.in
# Make sure we get new versions of files brought in by automake.