blob: 4628268b4016617a9ba308408f62aaeffda8aad6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# simple script to redo the autotooling
cp /usr/share/libtool/config/ltmain.sh .
autoheader && aclocal && autoconf && automake --add-missing --copy
cp /usr/share/gettext/config.rpath .
cp /usr/share/glib-2.0/gettext/mkinstalldirs .
rm -r autom4te.cache
|