X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=autogen.sh;h=baee6c3e6971398a329e2f0af4a039d506e1e970;hb=b378ff42dbae5ec0a522cb0ce143111719e6704f;hp=8c02d61ae60d1dc5c444e76f75d6efabb3258545;hpb=b89e0800641b77b490b695121b5cbf8bcacecfa6;p=ncmpc.git diff --git a/autogen.sh b/autogen.sh index 8c02d61..baee6c3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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..."