Skip to content

Commit 9172c7e

Browse files
author
Ron
committed
Remove spurious ACLOCAL_FLAGS variable from autogen.sh.
And we can drop the mkdir here now too, since we actually include things of our own in that directory now so it does already exist.
1 parent 338d893 commit 9172c7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autogen.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ test -n "$srcdir" && cd "$srcdir"
77

88
echo "Updating build configuration files, please wait...."
99

10-
mkdir -p m4
11-
12-
ACLOCAL_FLAGS="-I m4"
1310
autoreconf -if
1411

0 commit comments

Comments
 (0)