Codebase list tilix / upstream/1.6.4 autogen.sh
upstream/1.6.4

Tree @upstream/1.6.4 (Download .tar.gz)

autogen.sh @upstream/1.6.4raw · history · blame

1
2
3
4
5
6
#!/usr/bin/env sh

# Create/Update LINGUAS file
find po -name "*\.po" -printf "%f\\n" | sed "s/\.po//g" | sort > po/LINGUAS

autoreconf --install || exit 1