starfighter/autogen.sh

10 lines
132 B
Bash
Raw Permalink Normal View History

#!/bin/sh
echo "Generating configure script..."
autoreconf -vif
echo "Done."
echo "Building locales..."
cd locale
./build.py
cd ..