mirror of https://github.com/snes9xgit/snes9x.git
11 lines
187 B
Bash
11 lines
187 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
glib-gettextize -f -c
|
||
|
intltoolize --copy --force --automake
|
||
|
aclocal
|
||
|
automake --add-missing --copy
|
||
|
autoconf
|
||
|
|
||
|
rm -f intltool-extract.in intltool-merge.in intltool-update.in
|
||
|
|