Changeset 1867 for trunk/gui


Ignore:
Timestamp:
Aug 20, 2010 9:08:21 AM (14 years ago)
Author:
gah
Message:
 
Location:
trunk/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/configure

    r1858 r1867  
    16661666
    16671667
    1668 
    1669 #------------------------------------------------------------------------
    1670 # Handle the --prefix=... option
    1671 #------------------------------------------------------------------------
    1672 
    1673 if test "${prefix}" = "NONE"; then
    1674     prefix=/usr/local
    1675 fi
    1676 if test "${exec_prefix}" = "NONE"; then
    1677     exec_prefix=$prefix
    1678 fi
    1679 
    1680 if test "${libdir}" != "${prefix}/lib"; then
    1681     LIB_SEARCH_DIRS="-L${prefix}/lib -L${libdir}"
    1682 else
    1683     LIB_SEARCH_DIRS="-L${libdir}"
    1684 fi
    1685 
    1686 
    1687 
    16881668ac_aux_dir=
    1689 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     1669for ac_dir in cf "$srcdir"/cf; do
    16901670  for ac_t in install-sh install.sh shtool; do
    16911671    if test -f "$ac_dir/$ac_t"; then
     
    16971677done
    16981678if test -z "$ac_aux_dir"; then
    1699   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
     1679  as_fn_error "cannot find install-sh, install.sh, or shtool in cf \"$srcdir\"/cf" "$LINENO" 5
    17001680fi
    17011681
     
    17071687ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
    17081688ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     1689
     1690
     1691#------------------------------------------------------------------------
     1692# Handle the --prefix=... option
     1693#------------------------------------------------------------------------
     1694
     1695if test "${prefix}" = "NONE"; then
     1696    prefix=/usr/local
     1697fi
     1698if test "${exec_prefix}" = "NONE"; then
     1699    exec_prefix=$prefix
     1700fi
     1701
     1702if test "${libdir}" != "${prefix}/lib"; then
     1703    LIB_SEARCH_DIRS="-L${prefix}/lib -L${libdir}"
     1704else
     1705    LIB_SEARCH_DIRS="-L${libdir}"
     1706fi
     1707
    17091708
    17101709
  • trunk/gui/configure.in

    r1858 r1867  
    11
    22AC_INIT([RapptureGUI],[1.1],[rappture@nanohub.org])
    3 
     3AC_CONFIG_AUX_DIR(cf)
    44#------------------------------------------------------------------------
    55# Handle the --prefix=... option
Note: See TracChangeset for help on using the changeset viewer.