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 #!/bin/sh
#
# $Id$
#
warn() { warn() {
echo "WARNING: $@" 1>&2 echo "WARNING: $@" 1>&2
...@@ -40,7 +37,7 @@ fi ...@@ -40,7 +37,7 @@ fi
set -ex set -ex
aclocal aclocal -I m4
$LIBTOOLIZE --copy --force $LIBTOOLIZE --copy --force
autoheader autoheader
automake --add-missing --copy --foreign 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