Code

po: update German translation
[ncmpc.git] / autogen.sh
index a9840849b16169c9bf8adbbd4ee15fdaaa0e9c9a..baee6c3e6971398a329e2f0af4a039d506e1e970 100755 (executable)
@@ -1,16 +1,14 @@
 #!/bin/sh -e
 
-# Generate config.h.in
-echo "touch stamp-h"
-touch stamp-h
+rm -rf config.cache build
+mkdir build
+
+# create po/Makefile.in.in
+glib-gettextize --force --copy
 
 # add aclocal.m4 to current dir
 echo "aclocal..."
-aclocal -I $PWD/m4
-
-# rerun libtoolize
-echo "libtoolize..."
-libtoolize --force
+aclocal -I m4
 
 # This generates the configure script from configure.in
 echo "autoconf..."