autogen.sh 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #!/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 rm -fR po aclocal -I m4 autoconf autoheader libtoolize -c -f automake -a -c