mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-24 10:51:26 +00:00
Remove config.h before generating the files.
This commit is contained in:
parent
81fbd51042
commit
24c39a3494
@ -62,6 +62,10 @@ esac
|
||||
|
||||
echo "Generating configuration files for $package, please wait...."
|
||||
|
||||
if test -f config.h; then
|
||||
rm config.h
|
||||
fi
|
||||
|
||||
echo " aclocal $ACLOCAL_FLAGS" && aclocal $ACLOCAL_FLAGS
|
||||
echo " autoheader" && autoheader
|
||||
#echo " libtoolize --automake" && libtoolize --automake
|
||||
|
Loading…
Reference in New Issue
Block a user