[asterisk-commits] branch group/autoconf_and_menuselect r21680 -
 /team/group/autoconf_and_menuse...
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Wed Apr 19 15:29:47 MST 2006
    
    
  
Author: russell
Date: Wed Apr 19 17:29:45 2006
New Revision: 21680
URL: http://svn.digium.com/view/asterisk?rev=21680&view=rev
Log:
force the include of autoconfig.h so that it defined before *anything* else
is included.  This is necessary because autoconfig.h now has things needed
before including system headers.
Modified:
    team/group/autoconf_and_menuselect/Makefile
Modified: team/group/autoconf_and_menuselect/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/Makefile?rev=21680&r1=21679&r2=21680&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/Makefile (original)
+++ team/group/autoconf_and_menuselect/Makefile Wed Apr 19 17:29:45 2006
@@ -195,7 +195,7 @@
   include makeopts
 endif
 
-ASTCFLAGS+=$(MENUSELECT_CFLAGS)
+ASTCFLAGS+=$(MENUSELECT_CFLAGS) -include $(PWD)/include/autoconfig.h
 
 #   *CLI> show memory allocations [filename]
 #   *CLI> show memory summary [filename]
    
    
More information about the asterisk-commits
mailing list