|
From: <zw...@ma...> - 2009-06-09 14:02:02
|
Author: zwelch Date: 2009-06-09 14:01:56 +0200 (Tue, 09 Jun 2009) New Revision: 2174 Modified: trunk/Makefile.am trunk/configure.in Log: Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs). Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-06-09 11:05:45 UTC (rev 2173) +++ trunk/Makefile.am 2009-06-09 12:01:56 UTC (rev 2174) @@ -15,6 +15,9 @@ Doxyfile.in \ tools/logger.pl +libtool: $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck + docs: pdf html doxygen Doxyfile: $(srcdir)/Doxyfile.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-06-09 11:05:45 UTC (rev 2173) +++ trunk/configure.in 2009-06-09 12:01:56 UTC (rev 2174) @@ -24,6 +24,7 @@ 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) |