[gs-cvs] rev 8138 - trunk/gs/src

till at ghostscript.com till at ghostscript.com
Tue Jul 24 15:23:35 PDT 2007


Author: till
Date: 2007-07-24 15:23:34 -0700 (Tue, 24 Jul 2007)
New Revision: 8138

Modified:
   trunk/gs/src/Makefile.in
   trunk/gs/src/configure.ac
Log:
Fixed installation of data files from the contrib/ directory


Modified: trunk/gs/src/Makefile.in
===================================================================
--- trunk/gs/src/Makefile.in	2007-07-24 21:18:53 UTC (rev 8137)
+++ trunk/gs/src/Makefile.in	2007-07-24 22:23:34 UTC (rev 8138)
@@ -485,6 +485,7 @@
 
 # ---------------- End of platform-specific section ---------------- #
 
+INSTALL_CONTRIB=@INSTALL_CONTRIB@
 include $(GLSRCDIR)/unixhead.mak
 include $(GLSRCDIR)/gs.mak
 include $(GLSRCDIR)/lib.mak

Modified: trunk/gs/src/configure.ac
===================================================================
--- trunk/gs/src/configure.ac	2007-07-24 21:18:53 UTC (rev 8137)
+++ trunk/gs/src/configure.ac	2007-07-24 22:23:34 UTC (rev 8138)
@@ -55,6 +55,7 @@
     CFLAGS="$CFLAGS -DNOCONTRIB"
 fi
 AC_SUBST(CONTRIBINCLUDE)
+AC_SUBST(INSTALL_CONTRIB)
 
 dnl --------------------------------------------------
 dnl Set build flags based on environment



More information about the gs-cvs mailing list