diff options
-rwxr-xr-x | autogen.sh | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 1544c2129..44a6bc1be 100755 --- a/autogen.sh +++ b/autogen.sh @@ -227,6 +227,11 @@ run_aclocal () { echo fi + echo $_echo_n " + Running autopoint: $_echo_c" + + autopoint + echo "done." + echo $_echo_n " + Running aclocal: $_echo_c" aclocal -I m4 -I m4/gettext diff --git a/configure.ac b/configure.ac index 2af4758bd..ac7be7a9f 100644 --- a/configure.ac +++ b/configure.ac @@ -188,7 +188,7 @@ AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL AC_PATH_MAGIC AC_PROG_LIBTOOL - +AC_PROG_LIBTOOL_SANITYCHECK dnl -------------------- dnl checks for libraries |