diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 52ba595e..ff331711 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,9 @@ EXTRA_DIST = \ Doxyfile.in \ tools/logger.pl +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck + docs: pdf html doxygen Doxyfile: $(srcdir)/Doxyfile.in diff --git a/configure.in b/configure.in index 56e431d9..5d41d02e 100644 --- a/configure.in +++ b/configure.in @@ -24,6 +24,7 @@ m4_defun([_LT_AC_LANG_F77_CONFIG], [:]) m4_defun([_LT_AC_LANG_GCJ_CONFIG], [:]) AC_DISABLE_SHARED AC_PROG_LIBTOOL +AC_SUBST(LIBTOOL_DEPS) dnl configure checks required for Jim files (these are obsolete w/ C99) |