Ignore:
Timestamp:
2012-04-17T10:12:30+12:00 (12 years ago)
Author:
jmt12
Message:

Had to reinitialize autoconf in order to get it to properly generate m4 rules and populate commands like INSTALL in the Makefile.in

Location:
gs2-extensions/tdb-edit/trunk/src/src/tdbcli-src
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb-edit/trunk/src/src/tdbcli-src/.svnignore

    r25392 r25394  
     1autom4te.cache
    12Makefile
    23config.h
  • gs2-extensions/tdb-edit/trunk/src/src/tdbcli-src/config.h.in

    r25392 r25394  
    1616#undef PACKAGE_TARNAME
    1717
     18/* Define to the home page for this package. */
     19#undef PACKAGE_URL
     20
    1821/* Define to the version of this package. */
    1922#undef PACKAGE_VERSION
  • gs2-extensions/tdb-edit/trunk/src/src/tdbcli-src/configure

    r25392 r25394  
    566566
    567567ac_unique_file="tdbcli.cpp"
    568 ac_subst_vars='LTLIBOBJS
     568ac_subst_vars='am__EXEEXT_FALSE
     569am__EXEEXT_TRUE
     570LTLIBOBJS
    569571LIBOBJS
    570572CPP
     573am__fastdepCC_FALSE
     574am__fastdepCC_TRUE
     575CCDEPMODE
    571576ac_ct_CC
    572577CFLAGS
    573578CC
     579am__fastdepCXX_FALSE
     580am__fastdepCXX_TRUE
     581CXXDEPMODE
     582AMDEPBACKSLASH
     583AMDEP_FALSE
     584AMDEP_TRUE
     585am__quote
     586am__include
     587DEPDIR
    574588OBJEXT
    575589EXEEXT
     
    587601build_cpu
    588602build
     603am__untar
     604am__tar
     605AMTAR
     606am__leading_dot
     607SET_MAKE
     608AWK
     609mkdir_p
     610MKDIR_P
     611INSTALL_STRIP_PROGRAM
     612STRIP
     613install_sh
     614MAKEINFO
     615AUTOHEADER
     616AUTOMAKE
     617AUTOCONF
     618ACLOCAL
     619VERSION
     620PACKAGE
     621CYGPATH_W
     622am__isrc
     623INSTALL_DATA
     624INSTALL_SCRIPT
     625INSTALL_PROGRAM
    589626target_alias
    590627host_alias
     
    628665ac_user_opts='
    629666enable_option_checking
     667enable_dependency_tracking
    630668'
    631669      ac_precious_vars='build_alias
     
    12401278  cat <<\_ACEOF
    12411279
     1280Program names:
     1281  --program-prefix=PREFIX            prepend PREFIX to installed program names
     1282  --program-suffix=SUFFIX            append SUFFIX to installed program names
     1283  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
     1284
    12421285System types:
    12431286  --build=BUILD     configure for building on BUILD [guessed]
     
    12511294   esac
    12521295  cat <<\_ACEOF
     1296
     1297Optional Features:
     1298  --disable-option-checking  ignore unrecognized --enable/--with options
     1299  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
     1300  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     1301  --disable-dependency-tracking  speeds up one-time build
     1302  --enable-dependency-tracking   do not reject slow dependency extractors
    12531303
    12541304Some influential environment variables:
     
    18081858
    18091859
     1860am__api_version='1.11'
     1861
    18101862ac_aux_dir=
    18111863for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
     
    18351887ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
    18361888ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
     1889
     1890
     1891# Find a good install program.  We prefer a C program (faster),
     1892# so one script is as good as another.  But avoid the broken or
     1893# incompatible versions:
     1894# SysV /etc/install, /usr/sbin/install
     1895# SunOS /usr/etc/install
     1896# IRIX /sbin/install
     1897# AIX /bin/install
     1898# AmigaOS /C/install, which installs bootblocks on floppy discs
     1899# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
     1900# AFS /usr/afsws/bin/install, which mishandles nonexistent args
     1901# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
     1902# OS/2's system install, which has a completely different semantic
     1903# ./install, which can be erroneously created by make from ./install.sh.
     1904# Reject install programs that cannot install multiple files.
     1905{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
     1906$as_echo_n "checking for a BSD-compatible install... " >&6; }
     1907if test -z "$INSTALL"; then
     1908if ${ac_cv_path_install+:} false; then :
     1909  $as_echo_n "(cached) " >&6
     1910else
     1911  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     1912for as_dir in $PATH
     1913do
     1914  IFS=$as_save_IFS
     1915  test -z "$as_dir" && as_dir=.
     1916    # Account for people who put trailing slashes in PATH elements.
     1917case $as_dir/ in #((
     1918  ./ | .// | /[cC]/* | \
     1919  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
     1920  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
     1921  /usr/ucb/* ) ;;
     1922  *)
     1923    # OSF1 and SCO ODT 3.0 have their own names for install.
     1924    # Don't use installbsd from OSF since it installs stuff as root
     1925    # by default.
     1926    for ac_prog in ginstall scoinst install; do
     1927      for ac_exec_ext in '' $ac_executable_extensions; do
     1928    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
     1929      if test $ac_prog = install &&
     1930        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     1931        # AIX install.  It has an incompatible calling convention.
     1932        :
     1933      elif test $ac_prog = install &&
     1934        grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     1935        # program-specific install script used by HP pwplus--don't use.
     1936        :
     1937      else
     1938        rm -rf conftest.one conftest.two conftest.dir
     1939        echo one > conftest.one
     1940        echo two > conftest.two
     1941        mkdir conftest.dir
     1942        if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     1943          test -s conftest.one && test -s conftest.two &&
     1944          test -s conftest.dir/conftest.one &&
     1945          test -s conftest.dir/conftest.two
     1946        then
     1947          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1948          break 3
     1949        fi
     1950      fi
     1951    fi
     1952      done
     1953    done
     1954    ;;
     1955esac
     1956
     1957  done
     1958IFS=$as_save_IFS
     1959
     1960rm -rf conftest.one conftest.two conftest.dir
     1961
     1962fi
     1963  if test "${ac_cv_path_install+set}" = set; then
     1964    INSTALL=$ac_cv_path_install
     1965  else
     1966    # As a last resort, use the slow shell script.  Don't cache a
     1967    # value for INSTALL within a source directory, because that will
     1968    # break other packages using the cache if that directory is
     1969    # removed, or if the value is a relative name.
     1970    INSTALL=$ac_install_sh
     1971  fi
     1972fi
     1973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
     1974$as_echo "$INSTALL" >&6; }
     1975
     1976# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     1977# It thinks the first close brace ends the variable substitution.
     1978test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
     1979
     1980test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
     1981
     1982test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
     1983
     1984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
     1985$as_echo_n "checking whether build environment is sane... " >&6; }
     1986# Just in case
     1987sleep 1
     1988echo timestamp > conftest.file
     1989# Reject unsafe characters in $srcdir or the absolute working directory
     1990# name.  Accept space and tab only in the latter.
     1991am_lf='
     1992'
     1993case `pwd` in
     1994  *[\\\"\#\$\&\'\`$am_lf]*)
     1995    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
     1996esac
     1997case $srcdir in
     1998  *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
     1999    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
     2000esac
     2001
     2002# Do `set' in a subshell so we don't clobber the current shell's
     2003# arguments.  Must try -L first in case configure is actually a
     2004# symlink; some systems play weird games with the mod time of symlinks
     2005# (eg FreeBSD returns the mod time of the symlink's containing
     2006# directory).
     2007if (
     2008   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     2009   if test "$*" = "X"; then
     2010      # -L didn't work.
     2011      set X `ls -t "$srcdir/configure" conftest.file`
     2012   fi
     2013   rm -f conftest.file
     2014   if test "$*" != "X $srcdir/configure conftest.file" \
     2015      && test "$*" != "X conftest.file $srcdir/configure"; then
     2016
     2017      # If neither matched, then we have a broken ls.  This can happen
     2018      # if, for instance, CONFIG_SHELL is bash and it inherits a
     2019      # broken ls alias from the environment.  This has actually
     2020      # happened.  Such a system could not be considered "sane".
     2021      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
     2022alias in your environment" "$LINENO" 5
     2023   fi
     2024
     2025   test "$2" = conftest.file
     2026   )
     2027then
     2028   # Ok.
     2029   :
     2030else
     2031   as_fn_error $? "newly created file is older than distributed files!
     2032Check your system clock" "$LINENO" 5
     2033fi
     2034{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     2035$as_echo "yes" >&6; }
     2036test "$program_prefix" != NONE &&
     2037  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     2038# Use a double $ so make ignores it.
     2039test "$program_suffix" != NONE &&
     2040  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
     2041# Double any \ or $.
     2042# By default was `s,x,x', remove it if useless.
     2043ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
     2044program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
     2045
     2046# expand $ac_aux_dir to an absolute path
     2047am_aux_dir=`cd $ac_aux_dir && pwd`
     2048
     2049if test x"${MISSING+set}" != xset; then
     2050  case $am_aux_dir in
     2051  *\ * | *\ *)
     2052    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
     2053  *)
     2054    MISSING="\${SHELL} $am_aux_dir/missing" ;;
     2055  esac
     2056fi
     2057# Use eval to expand $SHELL
     2058if eval "$MISSING --run true"; then
     2059  am_missing_run="$MISSING --run "
     2060else
     2061  am_missing_run=
     2062  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
     2063$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2064fi
     2065
     2066if test x"${install_sh}" != xset; then
     2067  case $am_aux_dir in
     2068  *\ * | *\ *)
     2069    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
     2070  *)
     2071    install_sh="\${SHELL} $am_aux_dir/install-sh"
     2072  esac
     2073fi
     2074
     2075# Installed binaries are usually stripped using `strip' when the user
     2076# run `make install-strip'.  However `strip' might not be the right
     2077# tool to use in cross-compilation environments, therefore Automake
     2078# will honor the `STRIP' environment variable to overrule this program.
     2079if test "$cross_compiling" != no; then
     2080  if test -n "$ac_tool_prefix"; then
     2081  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
     2082set dummy ${ac_tool_prefix}strip; ac_word=$2
     2083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2084$as_echo_n "checking for $ac_word... " >&6; }
     2085if ${ac_cv_prog_STRIP+:} false; then :
     2086  $as_echo_n "(cached) " >&6
     2087else
     2088  if test -n "$STRIP"; then
     2089  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
     2090else
     2091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2092for as_dir in $PATH
     2093do
     2094  IFS=$as_save_IFS
     2095  test -z "$as_dir" && as_dir=.
     2096    for ac_exec_ext in '' $ac_executable_extensions; do
     2097  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2098    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     2099    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2100    break 2
     2101  fi
     2102done
     2103  done
     2104IFS=$as_save_IFS
     2105
     2106fi
     2107fi
     2108STRIP=$ac_cv_prog_STRIP
     2109if test -n "$STRIP"; then
     2110  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
     2111$as_echo "$STRIP" >&6; }
     2112else
     2113  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2114$as_echo "no" >&6; }
     2115fi
     2116
     2117
     2118fi
     2119if test -z "$ac_cv_prog_STRIP"; then
     2120  ac_ct_STRIP=$STRIP
     2121  # Extract the first word of "strip", so it can be a program name with args.
     2122set dummy strip; ac_word=$2
     2123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2124$as_echo_n "checking for $ac_word... " >&6; }
     2125if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
     2126  $as_echo_n "(cached) " >&6
     2127else
     2128  if test -n "$ac_ct_STRIP"; then
     2129  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
     2130else
     2131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2132for as_dir in $PATH
     2133do
     2134  IFS=$as_save_IFS
     2135  test -z "$as_dir" && as_dir=.
     2136    for ac_exec_ext in '' $ac_executable_extensions; do
     2137  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2138    ac_cv_prog_ac_ct_STRIP="strip"
     2139    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2140    break 2
     2141  fi
     2142done
     2143  done
     2144IFS=$as_save_IFS
     2145
     2146fi
     2147fi
     2148ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
     2149if test -n "$ac_ct_STRIP"; then
     2150  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
     2151$as_echo "$ac_ct_STRIP" >&6; }
     2152else
     2153  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2154$as_echo "no" >&6; }
     2155fi
     2156
     2157  if test "x$ac_ct_STRIP" = x; then
     2158    STRIP=":"
     2159  else
     2160    case $cross_compiling:$ac_tool_warned in
     2161yes:)
     2162{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
     2163$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2164ac_tool_warned=yes ;;
     2165esac
     2166    STRIP=$ac_ct_STRIP
     2167  fi
     2168else
     2169  STRIP="$ac_cv_prog_STRIP"
     2170fi
     2171
     2172fi
     2173INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
     2174
     2175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
     2176$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     2177if test -z "$MKDIR_P"; then
     2178  if ${ac_cv_path_mkdir+:} false; then :
     2179  $as_echo_n "(cached) " >&6
     2180else
     2181  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2182for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
     2183do
     2184  IFS=$as_save_IFS
     2185  test -z "$as_dir" && as_dir=.
     2186    for ac_prog in mkdir gmkdir; do
     2187     for ac_exec_ext in '' $ac_executable_extensions; do
     2188       { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
     2189       case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
     2190         'mkdir (GNU coreutils) '* | \
     2191         'mkdir (coreutils) '* | \
     2192         'mkdir (fileutils) '4.1*)
     2193           ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
     2194           break 3;;
     2195       esac
     2196     done
     2197       done
     2198  done
     2199IFS=$as_save_IFS
     2200
     2201fi
     2202
     2203  test -d ./--version && rmdir ./--version
     2204  if test "${ac_cv_path_mkdir+set}" = set; then
     2205    MKDIR_P="$ac_cv_path_mkdir -p"
     2206  else
     2207    # As a last resort, use the slow shell script.  Don't cache a
     2208    # value for MKDIR_P within a source directory, because that will
     2209    # break other packages using the cache if that directory is
     2210    # removed, or if the value is a relative name.
     2211    MKDIR_P="$ac_install_sh -d"
     2212  fi
     2213fi
     2214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
     2215$as_echo "$MKDIR_P" >&6; }
     2216
     2217mkdir_p="$MKDIR_P"
     2218case $mkdir_p in
     2219  [\\/$]* | ?:[\\/]*) ;;
     2220  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     2221esac
     2222
     2223for ac_prog in gawk mawk nawk awk
     2224do
     2225  # Extract the first word of "$ac_prog", so it can be a program name with args.
     2226set dummy $ac_prog; ac_word=$2
     2227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     2228$as_echo_n "checking for $ac_word... " >&6; }
     2229if ${ac_cv_prog_AWK+:} false; then :
     2230  $as_echo_n "(cached) " >&6
     2231else
     2232  if test -n "$AWK"; then
     2233  ac_cv_prog_AWK="$AWK" # Let the user override the test.
     2234else
     2235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2236for as_dir in $PATH
     2237do
     2238  IFS=$as_save_IFS
     2239  test -z "$as_dir" && as_dir=.
     2240    for ac_exec_ext in '' $ac_executable_extensions; do
     2241  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2242    ac_cv_prog_AWK="$ac_prog"
     2243    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     2244    break 2
     2245  fi
     2246done
     2247  done
     2248IFS=$as_save_IFS
     2249
     2250fi
     2251fi
     2252AWK=$ac_cv_prog_AWK
     2253if test -n "$AWK"; then
     2254  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
     2255$as_echo "$AWK" >&6; }
     2256else
     2257  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2258$as_echo "no" >&6; }
     2259fi
     2260
     2261
     2262  test -n "$AWK" && break
     2263done
     2264
     2265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2266$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2267set x ${MAKE-make}
     2268ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2269if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
     2270  $as_echo_n "(cached) " >&6
     2271else
     2272  cat >conftest.make <<\_ACEOF
     2273SHELL = /bin/sh
     2274all:
     2275    @echo '@@@%%%=$(MAKE)=@@@%%%'
     2276_ACEOF
     2277# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
     2278case `${MAKE-make} -f conftest.make 2>/dev/null` in
     2279  *@@@%%%=?*=@@@%%%*)
     2280    eval ac_cv_prog_make_${ac_make}_set=yes;;
     2281  *)
     2282    eval ac_cv_prog_make_${ac_make}_set=no;;
     2283esac
     2284rm -f conftest.make
     2285fi
     2286if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
     2287  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     2288$as_echo "yes" >&6; }
     2289  SET_MAKE=
     2290else
     2291  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     2292$as_echo "no" >&6; }
     2293  SET_MAKE="MAKE=${MAKE-make}"
     2294fi
     2295
     2296rm -rf .tst 2>/dev/null
     2297mkdir .tst 2>/dev/null
     2298if test -d .tst; then
     2299  am__leading_dot=.
     2300else
     2301  am__leading_dot=_
     2302fi
     2303rmdir .tst 2>/dev/null
     2304
     2305if test "`cd $srcdir && pwd`" != "`pwd`"; then
     2306  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
     2307  # is not polluted with repeated "-I."
     2308  am__isrc=' -I$(srcdir)'
     2309  # test to see if srcdir already configured
     2310  if test -f $srcdir/config.status; then
     2311    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
     2312  fi
     2313fi
     2314
     2315# test whether we have cygpath
     2316if test -z "$CYGPATH_W"; then
     2317  if (cygpath --version) >/dev/null 2>/dev/null; then
     2318    CYGPATH_W='cygpath -w'
     2319  else
     2320    CYGPATH_W=echo
     2321  fi
     2322fi
     2323
     2324
     2325# Define the identity of the package.
     2326 PACKAGE='tdbcli'
     2327 VERSION='1.0'
     2328
     2329
     2330cat >>confdefs.h <<_ACEOF
     2331#define PACKAGE "$PACKAGE"
     2332_ACEOF
     2333
     2334
     2335cat >>confdefs.h <<_ACEOF
     2336#define VERSION "$VERSION"
     2337_ACEOF
     2338
     2339# Some tools Automake needs.
     2340
     2341ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
     2342
     2343
     2344AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
     2345
     2346
     2347AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
     2348
     2349
     2350AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
     2351
     2352
     2353MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
     2354
     2355# We need awk for the "check" target.  The system "awk" is bad on
     2356# some platforms.
     2357# Always define AMTAR for backward compatibility.
     2358
     2359AMTAR=${AMTAR-"${am_missing_run}tar"}
     2360
     2361am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
     2362
     2363
     2364
    18372365
    18382366
     
    24192947ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    24202948ac_compiler_gnu=$ac_cv_c_compiler_gnu
     2949DEPDIR="${am__leading_dot}deps"
     2950
     2951ac_config_commands="$ac_config_commands depfiles"
     2952
     2953
     2954am_make=${MAKE-make}
     2955cat > confinc << 'END'
     2956am__doit:
     2957    @echo this is the am__doit target
     2958.PHONY: am__doit
     2959END
     2960# If we don't find an include directive, just comment out the code.
     2961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
     2962$as_echo_n "checking for style of include used by $am_make... " >&6; }
     2963am__include="#"
     2964am__quote=
     2965_am_result=none
     2966# First try GNU make style include.
     2967echo "include confinc" > confmf
     2968# Ignore all kinds of additional output from `make'.
     2969case `$am_make -s -f confmf 2> /dev/null` in #(
     2970*the\ am__doit\ target*)
     2971  am__include=include
     2972  am__quote=
     2973  _am_result=GNU
     2974  ;;
     2975esac
     2976# Now try BSD make style include.
     2977if test "$am__include" = "#"; then
     2978   echo '.include "confinc"' > confmf
     2979   case `$am_make -s -f confmf 2> /dev/null` in #(
     2980   *the\ am__doit\ target*)
     2981     am__include=.include
     2982     am__quote="\""
     2983     _am_result=BSD
     2984     ;;
     2985   esac
     2986fi
     2987
     2988
     2989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
     2990$as_echo "$_am_result" >&6; }
     2991rm -f confinc confmf
     2992
     2993# Check whether --enable-dependency-tracking was given.
     2994if test "${enable_dependency_tracking+set}" = set; then :
     2995  enableval=$enable_dependency_tracking;
     2996fi
     2997
     2998if test "x$enable_dependency_tracking" != xno; then
     2999  am_depcomp="$ac_aux_dir/depcomp"
     3000  AMDEPBACKSLASH='\'
     3001fi
     3002 if test "x$enable_dependency_tracking" != xno; then
     3003  AMDEP_TRUE=
     3004  AMDEP_FALSE='#'
     3005else
     3006  AMDEP_TRUE='#'
     3007  AMDEP_FALSE=
     3008fi
     3009
     3010
     3011
     3012depcc="$CXX"  am_compiler_list=
     3013
     3014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
     3015$as_echo_n "checking dependency style of $depcc... " >&6; }
     3016if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
     3017  $as_echo_n "(cached) " >&6
     3018else
     3019  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     3020  # We make a subdir and do the tests there.  Otherwise we can end up
     3021  # making bogus files that we don't know about and never remove.  For
     3022  # instance it was reported that on HP-UX the gcc test will end up
     3023  # making a dummy file named `D' -- because `-MD' means `put the output
     3024  # in D'.
     3025  mkdir conftest.dir
     3026  # Copy depcomp to subdir because otherwise we won't find it if we're
     3027  # using a relative directory.
     3028  cp "$am_depcomp" conftest.dir
     3029  cd conftest.dir
     3030  # We will build objects and dependencies in a subdirectory because
     3031  # it helps to detect inapplicable dependency modes.  For instance
     3032  # both Tru64's cc and ICC support -MD to output dependencies as a
     3033  # side effect of compilation, but ICC will put the dependencies in
     3034  # the current directory while Tru64 will put them in the object
     3035  # directory.
     3036  mkdir sub
     3037
     3038  am_cv_CXX_dependencies_compiler_type=none
     3039  if test "$am_compiler_list" = ""; then
     3040     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
     3041  fi
     3042  am__universal=false
     3043  case " $depcc " in #(
     3044     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     3045     esac
     3046
     3047  for depmode in $am_compiler_list; do
     3048    # Setup a source with many dependencies, because some compilers
     3049    # like to wrap large dependency lists on column 80 (with \), and
     3050    # we should not choose a depcomp mode which is confused by this.
     3051    #
     3052    # We need to recreate these files for each test, as the compiler may
     3053    # overwrite some of them when testing with obscure command lines.
     3054    # This happens at least with the AIX C compiler.
     3055    : > sub/conftest.c
     3056    for i in 1 2 3 4 5 6; do
     3057      echo '#include "conftst'$i'.h"' >> sub/conftest.c
     3058      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3059      # Solaris 8's {/usr,}/bin/sh.
     3060      touch sub/conftst$i.h
     3061    done
     3062    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     3063
     3064    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     3065    # mode.  It turns out that the SunPro C++ compiler does not properly
     3066    # handle `-M -o', and we need to detect this.  Also, some Intel
     3067    # versions had trouble with output in subdirs
     3068    am__obj=sub/conftest.${OBJEXT-o}
     3069    am__minus_obj="-o $am__obj"
     3070    case $depmode in
     3071    gcc)
     3072      # This depmode causes a compiler race in universal mode.
     3073      test "$am__universal" = false || continue
     3074      ;;
     3075    nosideeffect)
     3076      # after this tag, mechanisms are not by side-effect, so they'll
     3077      # only be used when explicitly requested
     3078      if test "x$enable_dependency_tracking" = xyes; then
     3079    continue
     3080      else
     3081    break
     3082      fi
     3083      ;;
     3084    msvisualcpp | msvcmsys)
     3085      # This compiler won't grok `-c -o', but also, the minuso test has
     3086      # not run yet.  These depmodes are late enough in the game, and
     3087      # so weak that their functioning should not be impacted.
     3088      am__obj=conftest.${OBJEXT-o}
     3089      am__minus_obj=
     3090      ;;
     3091    none) break ;;
     3092    esac
     3093    if depmode=$depmode \
     3094       source=sub/conftest.c object=$am__obj \
     3095       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
     3096       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
     3097         >/dev/null 2>conftest.err &&
     3098       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
     3099       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
     3100       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
     3101       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
     3102      # icc doesn't choke on unknown options, it will just issue warnings
     3103      # or remarks (even with -Werror).  So we grep stderr for any message
     3104      # that says an option was ignored or not supported.
     3105      # When given -MP, icc 7.0 and 7.1 complain thusly:
     3106      #   icc: Command line warning: ignoring option '-M'; no argument required
     3107      # The diagnosis changed in icc 8.0:
     3108      #   icc: Command line remark: option '-MP' not supported
     3109      if (grep 'ignoring option' conftest.err ||
     3110          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
     3111        am_cv_CXX_dependencies_compiler_type=$depmode
     3112        break
     3113      fi
     3114    fi
     3115  done
     3116
     3117  cd ..
     3118  rm -rf conftest.dir
     3119else
     3120  am_cv_CXX_dependencies_compiler_type=none
     3121fi
     3122
     3123fi
     3124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
     3125$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
     3126CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
     3127
     3128 if
     3129  test "x$enable_dependency_tracking" != xno \
     3130  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
     3131  am__fastdepCXX_TRUE=
     3132  am__fastdepCXX_FALSE='#'
     3133else
     3134  am__fastdepCXX_TRUE='#'
     3135  am__fastdepCXX_FALSE=
     3136fi
     3137
    24213138
    24223139ac_ext=c
     
    29593676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    29603677ac_compiler_gnu=$ac_cv_c_compiler_gnu
     3678
     3679depcc="$CC"   am_compiler_list=
     3680
     3681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
     3682$as_echo_n "checking dependency style of $depcc... " >&6; }
     3683if ${am_cv_CC_dependencies_compiler_type+:} false; then :
     3684  $as_echo_n "(cached) " >&6
     3685else
     3686  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     3687  # We make a subdir and do the tests there.  Otherwise we can end up
     3688  # making bogus files that we don't know about and never remove.  For
     3689  # instance it was reported that on HP-UX the gcc test will end up
     3690  # making a dummy file named `D' -- because `-MD' means `put the output
     3691  # in D'.
     3692  mkdir conftest.dir
     3693  # Copy depcomp to subdir because otherwise we won't find it if we're
     3694  # using a relative directory.
     3695  cp "$am_depcomp" conftest.dir
     3696  cd conftest.dir
     3697  # We will build objects and dependencies in a subdirectory because
     3698  # it helps to detect inapplicable dependency modes.  For instance
     3699  # both Tru64's cc and ICC support -MD to output dependencies as a
     3700  # side effect of compilation, but ICC will put the dependencies in
     3701  # the current directory while Tru64 will put them in the object
     3702  # directory.
     3703  mkdir sub
     3704
     3705  am_cv_CC_dependencies_compiler_type=none
     3706  if test "$am_compiler_list" = ""; then
     3707     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
     3708  fi
     3709  am__universal=false
     3710  case " $depcc " in #(
     3711     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     3712     esac
     3713
     3714  for depmode in $am_compiler_list; do
     3715    # Setup a source with many dependencies, because some compilers
     3716    # like to wrap large dependency lists on column 80 (with \), and
     3717    # we should not choose a depcomp mode which is confused by this.
     3718    #
     3719    # We need to recreate these files for each test, as the compiler may
     3720    # overwrite some of them when testing with obscure command lines.
     3721    # This happens at least with the AIX C compiler.
     3722    : > sub/conftest.c
     3723    for i in 1 2 3 4 5 6; do
     3724      echo '#include "conftst'$i'.h"' >> sub/conftest.c
     3725      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3726      # Solaris 8's {/usr,}/bin/sh.
     3727      touch sub/conftst$i.h
     3728    done
     3729    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     3730
     3731    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     3732    # mode.  It turns out that the SunPro C++ compiler does not properly
     3733    # handle `-M -o', and we need to detect this.  Also, some Intel
     3734    # versions had trouble with output in subdirs
     3735    am__obj=sub/conftest.${OBJEXT-o}
     3736    am__minus_obj="-o $am__obj"
     3737    case $depmode in
     3738    gcc)
     3739      # This depmode causes a compiler race in universal mode.
     3740      test "$am__universal" = false || continue
     3741      ;;
     3742    nosideeffect)
     3743      # after this tag, mechanisms are not by side-effect, so they'll
     3744      # only be used when explicitly requested
     3745      if test "x$enable_dependency_tracking" = xyes; then
     3746    continue
     3747      else
     3748    break
     3749      fi
     3750      ;;
     3751    msvisualcpp | msvcmsys)
     3752      # This compiler won't grok `-c -o', but also, the minuso test has
     3753      # not run yet.  These depmodes are late enough in the game, and
     3754      # so weak that their functioning should not be impacted.
     3755      am__obj=conftest.${OBJEXT-o}
     3756      am__minus_obj=
     3757      ;;
     3758    none) break ;;
     3759    esac
     3760    if depmode=$depmode \
     3761       source=sub/conftest.c object=$am__obj \
     3762       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
     3763       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
     3764         >/dev/null 2>conftest.err &&
     3765       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
     3766       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
     3767       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
     3768       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
     3769      # icc doesn't choke on unknown options, it will just issue warnings
     3770      # or remarks (even with -Werror).  So we grep stderr for any message
     3771      # that says an option was ignored or not supported.
     3772      # When given -MP, icc 7.0 and 7.1 complain thusly:
     3773      #   icc: Command line warning: ignoring option '-M'; no argument required
     3774      # The diagnosis changed in icc 8.0:
     3775      #   icc: Command line remark: option '-MP' not supported
     3776      if (grep 'ignoring option' conftest.err ||
     3777          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
     3778        am_cv_CC_dependencies_compiler_type=$depmode
     3779        break
     3780      fi
     3781    fi
     3782  done
     3783
     3784  cd ..
     3785  rm -rf conftest.dir
     3786else
     3787  am_cv_CC_dependencies_compiler_type=none
     3788fi
     3789
     3790fi
     3791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
     3792$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
     3793CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
     3794
     3795 if
     3796  test "x$enable_dependency_tracking" != xno \
     3797  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
     3798  am__fastdepCC_TRUE=
     3799  am__fastdepCC_FALSE='#'
     3800else
     3801  am__fastdepCC_TRUE='#'
     3802  am__fastdepCC_FALSE=
     3803fi
     3804
    29613805
    29623806ac_ext=c
     
    32184062
    32194063
     4064 if test -n "$EXEEXT"; then
     4065  am__EXEEXT_TRUE=
     4066  am__EXEEXT_FALSE='#'
     4067else
     4068  am__EXEEXT_TRUE='#'
     4069  am__EXEEXT_FALSE=
     4070fi
     4071
     4072if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
     4073  as_fn_error $? "conditional \"AMDEP\" was never defined.
     4074Usually this means the macro was only invoked conditionally." "$LINENO" 5
     4075fi
     4076if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
     4077  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
     4078Usually this means the macro was only invoked conditionally." "$LINENO" 5
     4079fi
     4080if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
     4081  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
     4082Usually this means the macro was only invoked conditionally." "$LINENO" 5
     4083fi
    32204084
    32214085: "${CONFIG_STATUS=./config.status}"
     
    36544518config_files="$ac_config_files"
    36554519config_headers="$ac_config_headers"
     4520config_commands="$ac_config_commands"
    36564521
    36574522_ACEOF
     
    36834548$config_headers
    36844549
     4550Configuration commands:
     4551$config_commands
     4552
    36854553Report bugs to <[email protected]>."
    36864554
     
    36994567ac_pwd='$ac_pwd'
    37004568srcdir='$srcdir'
     4569INSTALL='$INSTALL'
     4570MKDIR_P='$MKDIR_P'
     4571AWK='$AWK'
    37014572test -n "\$AWK" || AWK=awk
    37024573_ACEOF
     
    38024673_ACEOF
    38034674cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     4675#
     4676# INIT-COMMANDS
     4677#
     4678AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
     4679
    38044680_ACEOF
    38054681
     
    38114687  case $ac_config_target in
    38124688    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     4689    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    38134690    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    38144691
     
    38254702  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
    38264703  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
     4704  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
    38274705fi
    38284706
     
    41214999
    41225000
    4123 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
     5001eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
    41245002shift
    41255003for ac_tag
     
    42555133  #
    42565134
     5135  case $INSTALL in
     5136  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
     5137  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
     5138  esac
     5139  ac_MKDIR_P=$MKDIR_P
     5140  case $MKDIR_P in
     5141  [\\/$]* | ?:[\\/]* ) ;;
     5142  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
     5143  esac
    42575144_ACEOF
    42585145
     
    43085195s&@abs_builddir@&$ac_abs_builddir&;t t
    43095196s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
     5197s&@INSTALL@&$ac_INSTALL&;t t
     5198s&@MKDIR_P@&$ac_MKDIR_P&;t t
    43105199$ac_datarootdir_hack
    43115200"
     
    43525241      || as_fn_error $? "could not create -" "$LINENO" 5
    43535242  fi
     5243# Compute "$ac_file"'s index in $config_headers.
     5244_am_arg="$ac_file"
     5245_am_stamp_count=1
     5246for _am_header in $config_headers :; do
     5247  case $_am_header in
     5248    $_am_arg | $_am_arg:* )
     5249      break ;;
     5250    * )
     5251      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
     5252  esac
     5253done
     5254echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
     5255$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     5256     X"$_am_arg" : 'X\(//\)[^/]' \| \
     5257     X"$_am_arg" : 'X\(//\)$' \| \
     5258     X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
     5259$as_echo X"$_am_arg" |
     5260    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     5261        s//\1/
     5262        q
     5263      }
     5264      /^X\(\/\/\)[^/].*/{
     5265        s//\1/
     5266        q
     5267      }
     5268      /^X\(\/\/\)$/{
     5269        s//\1/
     5270        q
     5271      }
     5272      /^X\(\/\).*/{
     5273        s//\1/
     5274        q
     5275      }
     5276      s/.*/./; q'`/stamp-h$_am_stamp_count
    43545277 ;;
    43555278
    4356 
     5279  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
     5280$as_echo "$as_me: executing $ac_file commands" >&6;}
     5281 ;;
    43575282  esac
    43585283
     5284
     5285  case $ac_file$ac_mode in
     5286    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
     5287  # Autoconf 2.62 quotes --file arguments for eval, but not when files
     5288  # are listed without --file.  Let's play safe and only enable the eval
     5289  # if we detect the quoting.
     5290  case $CONFIG_FILES in
     5291  *\'*) eval set x "$CONFIG_FILES" ;;
     5292  *)   set x $CONFIG_FILES ;;
     5293  esac
     5294  shift
     5295  for mf
     5296  do
     5297    # Strip MF so we end up with the name of the file.
     5298    mf=`echo "$mf" | sed -e 's/:.*$//'`
     5299    # Check whether this is an Automake generated Makefile or not.
     5300    # We used to match only the files named `Makefile.in', but
     5301    # some people rename them; so instead we look at the file content.
     5302    # Grep'ing the first line is not enough: some people post-process
     5303    # each Makefile.in and add a new line on top of each file to say so.
     5304    # Grep'ing the whole file is not good either: AIX grep has a line
     5305    # limit of 2048, but all sed's we know have understand at least 4000.
     5306    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     5307      dirpart=`$as_dirname -- "$mf" ||
     5308$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     5309     X"$mf" : 'X\(//\)[^/]' \| \
     5310     X"$mf" : 'X\(//\)$' \| \
     5311     X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
     5312$as_echo X"$mf" |
     5313    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     5314        s//\1/
     5315        q
     5316      }
     5317      /^X\(\/\/\)[^/].*/{
     5318        s//\1/
     5319        q
     5320      }
     5321      /^X\(\/\/\)$/{
     5322        s//\1/
     5323        q
     5324      }
     5325      /^X\(\/\).*/{
     5326        s//\1/
     5327        q
     5328      }
     5329      s/.*/./; q'`
     5330    else
     5331      continue
     5332    fi
     5333    # Extract the definition of DEPDIR, am__include, and am__quote
     5334    # from the Makefile without running `make'.
     5335    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     5336    test -z "$DEPDIR" && continue
     5337    am__include=`sed -n 's/^am__include = //p' < "$mf"`
     5338    test -z "am__include" && continue
     5339    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     5340    # When using ansi2knr, U may be empty or an underscore; expand it
     5341    U=`sed -n 's/^U = //p' < "$mf"`
     5342    # Find all dependency output files, they are included files with
     5343    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     5344    # simplest approach to changing $(DEPDIR) to its actual value in the
     5345    # expansion.
     5346    for file in `sed -n "
     5347      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
     5348     sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     5349      # Make sure the directory exists.
     5350      test -f "$dirpart/$file" && continue
     5351      fdir=`$as_dirname -- "$file" ||
     5352$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     5353     X"$file" : 'X\(//\)[^/]' \| \
     5354     X"$file" : 'X\(//\)$' \| \
     5355     X"$file" : 'X\(/\)' \| . 2>/dev/null ||
     5356$as_echo X"$file" |
     5357    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
     5358        s//\1/
     5359        q
     5360      }
     5361      /^X\(\/\/\)[^/].*/{
     5362        s//\1/
     5363        q
     5364      }
     5365      /^X\(\/\/\)$/{
     5366        s//\1/
     5367        q
     5368      }
     5369      /^X\(\/\).*/{
     5370        s//\1/
     5371        q
     5372      }
     5373      s/.*/./; q'`
     5374      as_dir=$dirpart/$fdir; as_fn_mkdir_p
     5375      # echo "creating $dirpart/$file"
     5376      echo '# dummy' > "$dirpart/$file"
     5377    done
     5378  done
     5379}
     5380 ;;
     5381
     5382  esac
    43595383done # for ac_tag
    43605384
  • gs2-extensions/tdb-edit/trunk/src/src/tdbcli-src/configure.ac

    r25392 r25394  
    44AC_PREREQ(2.59)
    55AC_INIT([tdbcli], [1.0], [[email protected]])
     6AM_INIT_AUTOMAKE
    67AC_CANONICAL_HOST
    78AC_CONFIG_SRCDIR([tdbcli.cpp])
Note: See TracChangeset for help on using the changeset viewer.