diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -23,6 +23,16 @@ echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4 sh autogen.sh +# configure the template files +if [[ ! -f po/Makevars ]]; then + mv po/Makevars.template po/Makevars +fi +git ls-files '*.cc' '*.h' | egrep '^(src|python)/' > po/POTFILES.in + +# regenerate aclocal.m4 +aclocal -I m4 + + SWITCHES="--disable-shared" if [ -z "$PYTHON_HOME" ]; then |