X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=a75a5814249396633a04cbdcbb0a250e8bd2bf97;hb=3e6927876b64665fa8a2259707052aec1ff2ef5d;hp=fdcef28ecde13be985484ef2933c85a5485af572;hpb=dad47f9be6822834c397f66a06f73a69f8efc996;p=febootstrap.git diff --git a/configure.ac b/configure.ac index fdcef28..a75a581 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dnl dnl Written by Richard W.M. Jones -AC_INIT(febootstrap,3.9) +AC_INIT(febootstrap,3.10) AM_INIT_AUTOMAKE dnl Check for basic C environment. @@ -37,6 +37,9 @@ AC_SYS_LARGEFILE gl_INIT +# Define $(SED). +AC_PROG_SED + # OCaml and ocamlfind are required to compile. AC_PROG_OCAML if test "$OCAMLC" = "no"; then @@ -114,9 +117,10 @@ if test "x$GAWK" = "xno" ; then fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([config.ml +AC_CONFIG_FILES([Makefile debian/changelog - Makefile + helper/Makefile lib/Makefile - helper/Makefile]) + src/config.ml + src/Makefile]) AC_OUTPUT