Skip to content

Commit

Permalink
Cleanup some automake files to prevent reporting wrong versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Oct 24, 2023
1 parent a057a05 commit aa98369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ if [ "$tmp" = "" ]; then
exit 1
fi

rm -f configure aclocal.m4 autom4te.cache/*
rmdir --ignore-fail-on-non-empty autom4te.cache
find . -iname "Makefile" -o -iname "Makefile.in" -o -iname "Makefile.in.in" -type f -exec rm -f '{}' +
autoreconf -i
intltoolize
if test -z "$NOCONFIGURE"; then
Expand Down

0 comments on commit aa98369

Please sign in to comment.