X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=b3f7addf24bcf71903bcda09cbb9d4bbfe8cfd59;hb=01ab7183772e2b2a8a42a088d4521832577a0883;hp=c9c7e34d8fba90cb7cbc8ac5ec5c2a5f7dc0771a;hpb=effd1ec5897a2cac6e897ae7bce72f6b1e617b90;p=virt-top.git diff --git a/configure.ac b/configure.ac index c9c7e34..b3f7add 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([virt-top],[1.0.8]) +AC_INIT([virt-top],[1.0.9]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL @@ -76,6 +76,10 @@ AC_CHECK_PROG(OCAML_GETTEXT,ocaml-gettext,ocaml-gettext) dnl Check for msgfmt tool. AC_CHECK_PROG(MSGFMT,msgfmt,msgfmt) +dnl Substitute CFLAGS and LDFLAGS if set. +AC_SUBST([CFLAGS]) +AC_SUBST([LDFLAGS]) + dnl Write gettext modules for the programs. dnl http://www.le-gall.net/sylvain+violaine/documentation/ocaml-gettext/html/reference-manual/ch03s04.html AC_MSG_NOTICE([creating src/opt_gettext.ml])