Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
			
			
This commit is contained in:
		
							parent
							
								
									2654f88cee
								
							
						
					
					
						commit
						14ade55b83
					
				|  | @ -26,7 +26,7 @@ dnl Process this file with autoconf to create configure. | |||
| AC_PREREQ(2.53) | ||||
| dnl we aren't intelligent about padding the version, so it always has to be four | ||||
| dnl digits.  ho hum. | ||||
| AC_INIT([xorg-server], 6.9.99.0, [daniel@freedesktop.org], xorg-server) | ||||
| AC_INIT([xorg-server], 6.99.99.900, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) | ||||
| AC_CONFIG_SRCDIR([Makefile.am]) | ||||
| AM_INIT_AUTOMAKE([dist-bzip2 foreign]) | ||||
| AM_MAINTAINER_MODE | ||||
|  | @ -777,6 +777,8 @@ int main() | |||
| 
 | ||||
| AC_SUBST([libdir exec_prefix prefix]) | ||||
| 
 | ||||
| XORG_RELEASE_VERSION | ||||
| 
 | ||||
| AC_OUTPUT([ | ||||
| Makefile | ||||
| GL/Makefile | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue