[SM-Commit] PERFORCE change 78203 by Jason Flatt for review
Perforce Review Daemon
p4review at smee.org
Sat Apr 22 14:25:02 EDT 2006
Change 78203 by jason_flatt at jason-jason on 2006/04/22 19:20:04
* CONFIGURE, DEPENDS: Added check for optional file converter (bug #
11205).
Affected files ...
... //sgl/grimoires/test/printer/foomatic/BUILD#1 branch
... //sgl/grimoires/test/printer/foomatic/CONFIGURE#1 branch
... //sgl/grimoires/test/printer/foomatic/DEPENDS#2 integrate
... //sgl/grimoires/test/printer/foomatic/HISTORY#5 integrate
Differences ...
==== //sgl/grimoires/test/printer/foomatic/DEPENDS#2 (xtext) ====
@@ -1,1 +1,5 @@
-depends perl
+depends perl &&
+
+if [ "${FOOMATIC_ENABLE_CONVERTER}" == "--enable-file-converter-check" ]; then
+ depends ${FOOMATIC_FILE_CONVERTER}
+fi
==== //sgl/grimoires/test/printer/foomatic/HISTORY#5 (text) ====
@@ -1,3 +1,7 @@
+2006-04-22 Jason Flatt <jflatt at sourcemage.org>
+ * CONFIGURE, DEPENDS: Added check for optional file converter (bug #
+ 11205).
+
2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
More information about the SM-Commit
mailing list