[xorg-commit-diffs] xc/config Imakefile,1.1.4.1.2.2,1.1.4.1.2.3

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Fri Apr 2 11:46:53 PST 2004


Committed by: ago

Update of /cvs/xorg/xc/config
In directory pdx:/home/ago/xc/config

Modified Files:
      Tag: CYGWIN
	Imakefile 
Log Message:
Merge with XORG-RELEASE-1-TM (48+closed)

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/config/Imakefile,v
retrieving revision 1.1.4.1.2.2
retrieving revision 1.1.4.1.2.3
diff -u -d -r1.1.4.1.2.2 -r1.1.4.1.2.3
--- a/Imakefile	29 Mar 2004 15:45:28 -0000	1.1.4.1.2.2
+++ b/Imakefile	2 Apr 2004 19:46:20 -0000	1.1.4.1.2.3
@@ -19,9 +19,13 @@
 
 version: cf/version.def
 	RemoveFile(version)
+#if defined (XFree86VersionString)
 	echo XFree86VersionString > version
+#elif defined (XorgVersionString)
+	echo XorgVersionString > version
+#endif
 
-InstallNamedNonExec(version,.XFree86_Version,ProjectRoot)
+InstallNamedNonExec(version,.$(VENDORNAMESHORT)_Version,ProjectRoot)
 
 clean::
 	RemoveFile(version)




More information about the xorg-commit-diffs mailing list