[MOAB-dev] r2736 - MOAB/trunk/tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Mar 20 13:47:09 CDT 2009
Author: kraftche
Date: 2009-03-20 13:47:09 -0500 (Fri, 20 Mar 2009)
New Revision: 2736
Modified:
MOAB/trunk/tools/Makefile.am
Log:
work around missing docdir in automake 1.9.x and earlier
Modified: MOAB/trunk/tools/Makefile.am
===================================================================
--- MOAB/trunk/tools/Makefile.am 2009-03-20 18:44:04 UTC (rev 2735)
+++ MOAB/trunk/tools/Makefile.am 2009-03-20 18:47:09 UTC (rev 2736)
@@ -3,6 +3,9 @@
INCLUDES += -I$(top_srcdir) -I$(top_builddir)
LDADD = $(top_builddir)/libMOAB.la
+# For old (pre 1.10.x) versions of Automake
+docdir = @docdir@
+
@CGM_CONFIG_OPTIONS@
if HAVE_CGM
More information about the moab-dev
mailing list