mirror of
https://github.com/snes9xgit/snes9x.git
synced 2025-04-02 10:42:16 -04:00
10 lines
187 B
Bash
Executable file
10 lines
187 B
Bash
Executable file
#!/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
|
|
|