Code

po: regenerate ncmpc.pot
[ncmpc.git] / autogen.sh
index 8c02d61ae60d1dc5c444e76f75d6efabb3258545..baee6c3e6971398a329e2f0af4a039d506e1e970 100755 (executable)
@@ -8,7 +8,7 @@ glib-gettextize --force --copy
 
 # add aclocal.m4 to current dir
 echo "aclocal..."
-aclocal -I $PWD/m4
+aclocal -I m4
 
 # This generates the configure script from configure.in
 echo "autoconf..."