Some kind of general purpose C library. This is discontinued and only kept as a reference just in case I need something from it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
314 B

#!/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