Skip to content

Commit

Permalink
Fix aclocal.m4 generation
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Jan 10, 2018
1 parent 5edcca8 commit e33d945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
@@ -1,7 +1,7 @@
#!/bin/sh -x

rm -fv config.sub config.guess config.h.in
#aclocal -I m4
rm -fv config.sub config.guess config.h.in aclocal.m4
aclocal
autoheader
#libtoolize --automake --copy
automake --add-missing --copy --force
Expand Down

0 comments on commit e33d945

Please sign in to comment.