Changeset 3436
- Timestamp:
- 04/23/07 15:33:26 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
experimental/components/DataGenerator/configure.ac
r2981 r3436 15 15 16 16 AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORBi4 library])]) 17 AC_CHECK_LIB([omnithread], [main], [], [AC_MSG_ERROR([cannot find omnithread library])]) 17 18 AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])]) 18 19 AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 20 21 AC_CHECK_LIB([standardInterfaces], [main], [], [AC_MSG_ERROR([cannot find standardInterfaces])]) 22 AC_CHECK_HEADERS([standardinterfaces/complexShort.h], [], [AC_MSG_ERROR([cannot find standardInterfaces header files])]) 19 23 20 24 AC_LANG_POP … … 26 30 AC_SUBST(IDL_FLAGS) 27 31 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" 32 LIBS="$LIBS $OSSIE_LIBS" 32 33 33 34 AC_SUBST(SI_PATH)