mirror of
https://github.com/libretro/snes9x.git
synced 2024-12-14 12:38:37 +00:00
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
|
||
|
|