summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Reijnders <peter.reijnders@verpeteren.nl>2017-01-19 06:26:45 +0100
committerAdrian Thurston <thurston@colm.net>2017-01-23 14:39:00 +0700
commit96a108aa325bf667f7ae83aa3d6ec6712416d82a (patch)
tree7b3a184a317beb5270754f5e680d90d9e2603e33
parent7691468bd810b0647e1ba034ed7a6b6647e31024 (diff)
downloadcolm-96a108aa325bf667f7ae83aa3d6ec6712416d82a.tar.gz
reduced libtoolize verbosity
-rw-r--r--Makefile.am1
-rwxr-xr-xautogen.sh8
2 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 189ff9d2..d7de82fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,3 +25,4 @@ DIST_SUBDIRS = $(SUBDIRS) aapl
dist_doc_DATA = colm.vim
EXTRA_DIST = colm.vim
+ACLOCAL_AMFLAGS = -I m4
diff --git a/autogen.sh b/autogen.sh
index a9444153..97025346 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-#
-libtoolize --copy --force
+libtoolize --quiet --copy --force
aclocal
-autoheader
-automake --foreign --add-missing
+autoheader
+automake --foreign --add-missing
autoconf
+