Abandon the nostdinc experiment.
This commit is contained in:
		
							parent
							
								
									b0d80e76d2
								
							
						
					
					
						commit
						d010de6979
					
				| 
						 | 
				
			
			@ -28,7 +28,7 @@ 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_CONFIG_SRCDIR([Makefile.am])
 | 
			
		||||
AM_INIT_AUTOMAKE([dist-bzip2 foreign nostdinc])
 | 
			
		||||
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 | 
			
		||||
AM_MAINTAINER_MODE
 | 
			
		||||
dnl this gets generated by autoheader, and thus contains all the defines.  we
 | 
			
		||||
dnl don't ever actually use it, internally.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,7 +53,7 @@ libcommon_a_SOURCES = xf86Configure.c xf86Bus.c xf86Config.c \
 | 
			
		|||
                      $(KBDSOURCES)
 | 
			
		||||
libinit_a_SOURCES = xf86Build.h xf86Init.c
 | 
			
		||||
 | 
			
		||||
INCLUDES = $(XORG_INCS) -I. -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
 | 
			
		||||
INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \
 | 
			
		||||
	   -I$(srcdir)/../loader -I$(srcdir)/../rac -I$(srcdir)/../parser \
 | 
			
		||||
           -I$(srcdir)/../scanpci -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
 | 
			
		||||
	   -I$(srcdir)/../vgahw
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@ module_LTLIBRARIES = libscanpci.la libpcidata.la
 | 
			
		|||
libpcidata_la_SOURCES = xf86PciData.c
 | 
			
		||||
libscanpci_la_SOURCES = xf86ScanPci.c
 | 
			
		||||
 | 
			
		||||
INCLUDES = $(XORG_INCS) -I.
 | 
			
		||||
INCLUDES = $(XORG_INCS)
 | 
			
		||||
 | 
			
		||||
AM_CFLAGS = $(XORG_CFLAGS)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue