Ignore:
Timestamp:
Jan 1, 2015, 2:52:13 PM (10 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/r9/gui/configure.in

    r4867 r4914  
    1414fi
    1515
     16if test -r ${exec_prefix}/lib/rapptureConfig.sh; then
     17  . ${exec_prefix}/lib/rapptureConfig.sh
     18  PACKAGE_VERSION=$RAPPTURE_VERSION
     19fi   
     20
    1621AC_PROG_INSTALL
    1722AC_PROG_LN_S
    1823AC_PROG_MKDIR_P
    1924AC_PROG_MAKE_SET
    20 
    21 if test -f "${exec_prefix}/lib/tclConfig.sh" ; then
    22   . ${exec_prefix}/lib/tclConfig.sh
    23 fi
    24 if test -f "${exec_prefix}/lib/tkConfig.sh" ; then
    25   . ${exec_prefix}/lib/tkConfig.sh     
    26 fi
    27 
    28 TCLSH=${bindir}/tclsh${TCL_VERSION}
    29 AC_MSG_RESULT([${TCLSH}])
    30 AC_SUBST(TCLSH)
    3125
    3226AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.