Changeset 3613

Show
Ignore:
Timestamp:
05/02/07 16:13:36 (6 years ago)
Author:
balister
Message:

Improve autofoo.

Location:
components/TxDemo/trunk/TxDemo
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • components/TxDemo/trunk/TxDemo/configure.ac

    r2195 r3613  
    1212AC_FUNC_FORK 
    1313 
    14 AC_CORBA_ORB 
     14AC_LANG_PUSH([C++]) 
     15 
     16AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORB library])]) 
     17AC_CHECK_LIB([omnithread], [main], [], [AC_MSG_ERROR([cannot find omnithread library])]) 
     18AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic library])]) 
     19AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 
     20AC_CHECK_PROG([IDL], [omniidl], [omniidl], [AC_MSG_ERROR([cannot find omniidl prgram])]) 
     21 
     22AC_LANG_POP 
    1523 
    1624export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig" 
  • components/TxDemo/trunk/TxDemo/reconf

    r2195 r3613  
    22 
    33rm -f config.cache 
    4 aclocal -I aclocal.d 
     4aclocal 
    55autoconf 
    66automake --foreign --add-missing