Commit c2d0e019 authored by Geoff Simmons's avatar Geoff Simmons

aclocal include m4 sources from the local m4 directory in autogen.sh

parent d4bdf68d
#!/bin/sh
#
# $Id$
#
warn() {
echo "WARNING: $@" 1>&2
......@@ -40,7 +37,7 @@ fi
set -ex
aclocal
aclocal -I m4
$LIBTOOLIZE --copy --force
autoheader
automake --add-missing --copy --foreign
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment