Commit cd9d0d7d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic

parent 665d4f08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh

${LIBTOOLIZE:-libtoolize} --copy --automake --force
${ACLOCAL:-aclocal}
${ACLOCAL:-aclocal} $ACLOCAL_FLAGS
${AUTOHEADER:-autoheader}
${AUTOCONF:-autoconf}
${AUTOMAKE:-automake} --add-missing