Skip to content
Snippets Groups Projects
Commit 50f329f5 authored by Mark Grondona's avatar Mark Grondona
Browse files

o add --force and --copy to automake flags

parent a43c1acf
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,8 @@ echo "running aclocal $ACLOCAL_FLAGS ... " ...@@ -72,8 +72,8 @@ echo "running aclocal $ACLOCAL_FLAGS ... "
aclocal $ACLOCAL_FLAGS aclocal $ACLOCAL_FLAGS
echo "running autoheader ... " echo "running autoheader ... "
autoheader autoheader
echo "running automake --add-missing ... " echo "running automake --copy --add-missing ... "
automake --add-missing automake --force --copy --add-missing
echo "running autoconf ... " echo "running autoconf ... "
autoconf autoconf
if [ -e config.status ]; then if [ -e config.status ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment