Skip to content
  • Raja R Harinath's avatar
    Use `STD_DEFINES' rather than `STD_CPP_DEFINES'. (ORB_LIBS): To replace · e402a0f6
    Raja R Harinath authored
    * configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than
    `STD_CPP_DEFINES'.
    (ORB_LIBS): To replace MICO_LIBS.
    (ORBIT_LIBS,MICO_LIBS): Don't subst.
    (ORBIT_CONFIG): Don't use `if [ .. ];', use `if test ..;'.
    
    * */Makefile.am: s/MICO_LIBS/ORB_LIBS/g.
    * panel/appletsConf.sh.h: Likewise.
    
    Note:
    Automake seems to generate buggy Makefiles for
    
    	if FOO
    	BAR = a \
    		b \
    		c
    	endif
    
    I'll verify this and submit the test-case.
    e402a0f6