]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed include dir option.
authorsrittau <srittau>
Sat, 27 Oct 2001 13:17:38 +0000 (13:17 +0000)
committersrittau <srittau>
Sat, 27 Oct 2001 13:17:38 +0000 (13:17 +0000)
autogen.sh

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