X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=cef63003dc13e74856421796e3761eaac1212535;hb=7b7cd85810f18286a36215cc164b659bf7db142c;hp=a542e701eaa6c0186afffe7a36e2253ac6106c52;hpb=53a2161b3e0ff69420968c0fba82b93800a6b381;p=goals.git diff --git a/configure.ac b/configure.ac index a542e70..cef6300 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,9 @@ AC_CHECK_PROG(MENHIR, [menhir], [menhir], [ dnl Produce output files. AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) +AC_CONFIG_FILES([run], [chmod +x,-w run]) AC_CONFIG_FILES([Goalfile Makefile - parsing/Goalfile parsing/Makefile]) + src/Goalfile src/Makefile + src/config.ml]) AC_OUTPUT