X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=0b75d7be01b4f15d7cebe68a6921e547f81ba700;hb=245426421648387f14846f5cbe6002f605d272ec;hp=b170b656944a645f0a5778fa7662c0ba5366f9a0;hpb=b02093873e853ba0caabae0451b51a2a119e7379;p=lyx.git diff --git a/autogen.sh b/autogen.sh index b170b65694..0b75d7be01 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh -ACLOCAL="aclocal -I m4" +ACLOCAL="aclocal -I ${PWD}/m4" AUTOHEADER="autoheader" AUTOMAKE="automake -a -c --foreign" AUTOCONF="autoconf"