Changeset 3436

Show
Ignore:
Timestamp:
04/23/07 15:33:26 (6 years ago)
Author:
jgaeddert
Message:

improving automake

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/components/DataGenerator/configure.ac

    r2981 r3436  
    1515 
    1616AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORBi4 library])]) 
     17AC_CHECK_LIB([omnithread], [main], [], [AC_MSG_ERROR([cannot find omnithread library])]) 
    1718AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])]) 
    1819AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 
     20 
     21AC_CHECK_LIB([standardInterfaces], [main], [], [AC_MSG_ERROR([cannot find standardInterfaces])]) 
     22AC_CHECK_HEADERS([standardinterfaces/complexShort.h], [], [AC_MSG_ERROR([cannot find standardInterfaces header files])]) 
    1923 
    2024AC_LANG_POP 
     
    2630AC_SUBST(IDL_FLAGS) 
    2731 
    28 PKG_CHECK_MODULES(SI, standardInterfaces >= 0.6.0,,exit) 
    29 SI_PATH=`pkg-config --variable=includedir standardInterfaces` 
    30  
    31 LIBS="$LIBS $OSSIE_LIBS $SI_LIBS" 
     32LIBS="$LIBS $OSSIE_LIBS" 
    3233 
    3334AC_SUBST(SI_PATH)