]> arthur.barton.de Git - netatalk.git/commitdiff
Added "macros" as include directory.
authorsrittau <srittau>
Sat, 27 Oct 2001 13:17:08 +0000 (13:17 +0000)
committersrittau <srittau>
Sat, 27 Oct 2001 13:17:08 +0000 (13:17 +0000)
autogen.sh

index 05068bc2622326a91f0dd7b898cb79bbd14c55c0..bf02e0543710bbf7acff7f65e94786e4505fc355 100755 (executable)
@@ -2,7 +2,7 @@
 
 # build it all.
 libtoolize --copy --force && \
-       aclocal $ACLOCAL_FLAGS && \
+       aclocal -Imacros $ACLOCAL_FLAGS && \
        autoheader && \
        automake --include-deps --add-missing --foreign && \
        autoconf