X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=db689d8fae088c029939851b3731b2da2d6837cc;hb=792636617d723b739fbfca970122c3a1ca9f4f52;hp=8e3de3d27a41576f2e1d3564041a4e1f5dd8a15c;hpb=dc3e0ae6e0a1a8941de2fabb4db5692b0b63d2fd;p=lyx.git diff --git a/configure.ac b/configure.ac index 8e3de3d27a..db689d8fae 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,9 @@ done ### Check for programs AC_PROG_MAKE_SET AC_PROG_INSTALL + +AC_SUBST(AWK,[gawk]) + #AC_PROG_RANLIB AC_CHECK_PROG(KPSEWHICH, kpsewhich, kpsewhich, :) if test "x$KPSEWHICH" = xkpsewhich ; then @@ -398,7 +401,7 @@ int mkstemp(char*); ]) ### Finish the work. -AC_CONFIG_SUBDIRS(lib lib/reLyX) +AC_CONFIG_SUBDIRS(lib) AC_CONFIG_FILES([Makefile m4/Makefile \ boost/Makefile \ boost/libs/Makefile \