Skip to content
Snippets Groups Projects
Commit 34c22106 authored by Christian Engwer's avatar Christian Engwer
Browse files

UPS! accidentally disabled nearly all autoconf/automake stuff

[[Imported from SVN: r2289]]
parent 8147f4b4
No related branches found
No related tags found
No related merge requests found
......@@ -81,21 +81,21 @@ fi
echo "--> libtoolize..."
# this script won't rewrite the files if they already exist. This is a
# PITA when you want to upgrade libtool, thus I'm setting --force
#libtoolize --force
libtoolize --force
# prepare everything
echo "--> aclocal..."
#aclocal$AMVERS -I m4
aclocal$AMVERS -I m4
# applications should provide a config.h for now
echo "--> autoheader..."
#autoheader
autoheader
echo "--> automake..."
#automake$AMVERS --add-missing
automake$AMVERS --add-missing
echo "--> autoconf..."
#autoconf
autoconf
#### start configure with special environment
......
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