summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-15 17:28:14 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-15 17:28:14 +0100
commit081da013b552dbbf149698133384645c3e8d6b12 (patch)
tree9c6603b1e2e49e1d7424b44c0552c0673f4ae495 /autogen.sh
parentRevert "m4: fix 'char exit()' conflicts with built-in declaration 'void exit(... (diff)
downloadonline-081da013b552dbbf149698133384645c3e8d6b12.tar.gz
online-081da013b552dbbf149698133384645c3e8d6b12.zip
Revert "configure: add Boost.Locale library"
This reverts commit b1bec2f5005049204badee639ece50012d631933.
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 6ce4cbd657..f5043bec54 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -22,7 +22,7 @@ elif test `uname -s` = Darwin; then
glibtoolize || failed "Can't find glibtoolize. For instance use the one from https://brew.sh, 'brew install libtool', or build GNU libtool yourself."
fi
-aclocal -I m4 || failed "aclocal"
+aclocal || failed "aclocal"
autoheader || failed "autoheader"