Ignore:
Timestamp:
Nov 15, 2011 11:49:55 AM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/configure.in

    r2416 r2679  
    11
    22AC_INIT([Rappture],[1.1],[rappture@nanohub.org])
    3 dnl AC_CONFIG_HEADER(src/core/RpConfig.h)
    43AC_CONFIG_AUX_DIR(cf)
    54AC_CONFIG_HEADER(src/core/config.h)
    6 
    7 with_tclsh=yes
    85
    96#------------------------------------------------------------------------
     
    2421    [],
    2522    [with_install=yes])
     23
    2624if test "$with_install" != "yes"; then
    2725    INSTALL_PREFIX=$with_install
     
    147145    [tclsh],
    148146    [AS_HELP_STRING([--with-tclsh[=DIR]],
    149       [location of tclsh @<:@default=yes@:>@])],
     147        [location of tclsh @<:@default=yes@:>@])],
    150148    [],
    151149    [with_tclsh=yes])
Note: See TracChangeset for help on using the changeset viewer.