autogen.sh 314 Bytes
#!/bin/sh
# Script for regenerating all autogenerated files.

autopoint -f # was: gettextize -f -c
cp po/Makefile.in.in       src/po
cp po/remove-potcdate.sin  src/po
cp po/Makefile.in.in       test/po
cp po/remove-potcdate.sin  test/po
rm -fR po

aclocal -I m4
autoconf
autoheader
libtoolize -c -f
automake -a -c