home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / sed-3.02 / config.status < prev    next >
Text File  |  1999-06-28  |  13KB  |  353 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host lingus:
  6. #
  7. # ./configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.12"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/usr/bin/install -c"
  30.  
  31. trap 'rm -fr Makefile djgpp/Makefile doc/Makefile lib/Makefile sed/Makefile testsuite/Makefile
  32.  config.h conftest*; exit 1' 1 2 15
  33.  
  34. # Protect against being on the right side of a sed subst in config.status.
  35. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  36.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  37. /^[     ]*VPATH[     ]*=[^:]*$/d
  38.  
  39. s%@CFLAGS@%-g -O2%g
  40. s%@CPPFLAGS@%%g
  41. s%@CXXFLAGS@%%g
  42. s%@DEFS@%-DHAVE_CONFIG_H%g
  43. s%@LDFLAGS@%%g
  44. s%@LIBS@%%g
  45. s%@exec_prefix@%${prefix}%g
  46. s%@prefix@%/usr/local%g
  47. s%@program_transform_name@%s,x,x,%g
  48. s%@bindir@%${exec_prefix}/bin%g
  49. s%@sbindir@%${exec_prefix}/sbin%g
  50. s%@libexecdir@%${exec_prefix}/libexec%g
  51. s%@datadir@%${prefix}/share%g
  52. s%@sysconfdir@%${prefix}/etc%g
  53. s%@sharedstatedir@%${prefix}/com%g
  54. s%@localstatedir@%${prefix}/var%g
  55. s%@libdir@%${exec_prefix}/lib%g
  56. s%@includedir@%${prefix}/include%g
  57. s%@oldincludedir@%/usr/include%g
  58. s%@infodir@%${prefix}/info%g
  59. s%@mandir@%${prefix}/man%g
  60. s%@INSTALL_PROGRAM@%${INSTALL}%g
  61. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  62. s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
  63. s%@PACKAGE@%sed%g
  64. s%@VERSION@%3.02%g
  65. s%@ACLOCAL@%/usr/0.9/sed-3.02/missing aclocal%g
  66. s%@AUTOCONF@%autoconf%g
  67. s%@AUTOMAKE@%/usr/0.9/sed-3.02/missing automake%g
  68. s%@AUTOHEADER@%autoheader%g
  69. s%@MAKEINFO@%makeinfo%g
  70. s%@SET_MAKE@%%g
  71. s%@CC@%gcc%g
  72. s%@RANLIB@%ranlib%g
  73. s%@CPP@%gcc -E%g
  74. s%@ALLOCA@%%g
  75. s%@LIBOBJS@% regex.o%g
  76.  
  77. CEOF
  78.  
  79. # Split the substitutions into bite-sized pieces for seds with
  80. # small command number limits, like on Digital OSF/1 and HP-UX.
  81. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  82. ac_file=1 # Number of current file.
  83. ac_beg=1 # First line for current file.
  84. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  85. ac_more_lines=:
  86. ac_sed_cmds=""
  87. while $ac_more_lines; do
  88.   if test $ac_beg -gt 1; then
  89.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  90.   else
  91.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  92.   fi
  93.   if test ! -s conftest.s$ac_file; then
  94.     ac_more_lines=false
  95.     rm -f conftest.s$ac_file
  96.   else
  97.     if test -z "$ac_sed_cmds"; then
  98.       ac_sed_cmds="sed -f conftest.s$ac_file"
  99.     else
  100.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  101.     fi
  102.     ac_file=`expr $ac_file + 1`
  103.     ac_beg=$ac_end
  104.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  105.   fi
  106. done
  107. if test -z "$ac_sed_cmds"; then
  108.   ac_sed_cmds=cat
  109. fi
  110.  
  111. CONFIG_FILES=${CONFIG_FILES-"Makefile djgpp/Makefile doc/Makefile lib/Makefile sed/Makefile testsuite/Makefile
  112. "}
  113. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  114.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  115.   case "$ac_file" in
  116.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  117.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  118.   *) ac_file_in="${ac_file}.in" ;;
  119.   esac
  120.  
  121.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  122.  
  123.   # Remove last slash and all that follows it.  Not all systems have dirname.
  124.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  125.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  126.     # The file is in a subdirectory.
  127.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  128.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  129.     # A "../" for each directory in $ac_dir_suffix.
  130.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  131.   else
  132.     ac_dir_suffix= ac_dots=
  133.   fi
  134.  
  135.   case "$ac_given_srcdir" in
  136.   .)  srcdir=.
  137.       if test -z "$ac_dots"; then top_srcdir=.
  138.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  139.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  140.   *) # Relative path.
  141.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  142.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  143.   esac
  144.  
  145.   case "$ac_given_INSTALL" in
  146.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  147.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  148.   esac
  149.  
  150.   echo creating "$ac_file"
  151.   rm -f "$ac_file"
  152.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  153.   case "$ac_file" in
  154.   *Makefile*) ac_comsub="1i\\
  155. # $configure_input" ;;
  156.   *) ac_comsub= ;;
  157.   esac
  158.  
  159.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  160.   sed -e "$ac_comsub
  161. s%@configure_input@%$configure_input%g
  162. s%@srcdir@%$srcdir%g
  163. s%@top_srcdir@%$top_srcdir%g
  164. s%@INSTALL@%$INSTALL%g
  165. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  166. fi; done
  167. rm -f conftest.s*
  168.  
  169. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  170. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  171. #
  172. # ac_d sets the value in "#define NAME VALUE" lines.
  173. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  174. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  175. ac_dC='\3'
  176. ac_dD='%g'
  177. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  178. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  179. ac_uB='\([     ]\)%\1#\2define\3'
  180. ac_uC=' '
  181. ac_uD='\4%g'
  182. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  183. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  184. ac_eB='$%\1#\2define\3'
  185. ac_eC=' '
  186. ac_eD='%g'
  187.  
  188. if test "${CONFIG_HEADERS+set}" != set; then
  189.   CONFIG_HEADERS="config.h:config_h.in"
  190. fi
  191. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  192.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  193.   case "$ac_file" in
  194.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  195.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  196.   *) ac_file_in="${ac_file}.in" ;;
  197.   esac
  198.  
  199.   echo creating $ac_file
  200.  
  201.   rm -f conftest.frag conftest.in conftest.out
  202.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  203.   cat $ac_file_inputs > conftest.in
  204.  
  205.   cat > conftest.frag <<CEOF
  206. ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"sed"${ac_dD}
  207. ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"sed"${ac_uD}
  208. ${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"sed"${ac_eD}
  209. ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"3.02"${ac_dD}
  210. ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"3.02"${ac_uD}
  211. ${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"3.02"${ac_eD}
  212. ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
  213. ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
  214. ${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
  215. ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
  216. ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
  217. ${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
  218. CEOF
  219.   sed -f conftest.frag conftest.in > conftest.out
  220.   rm -f conftest.in
  221.   mv conftest.out conftest.in
  222.  
  223.   cat > conftest.frag <<CEOF
  224. ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
  225. ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
  226. ${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
  227. ${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
  228. ${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
  229. ${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
  230. ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
  231. ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
  232. ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
  233. ${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
  234. ${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
  235. ${ac_eA}HAVE_MEMORY_H${ac_eB}HAVE_MEMORY_H${ac_eC}1${ac_eD}
  236. CEOF
  237.   sed -f conftest.frag conftest.in > conftest.out
  238.   rm -f conftest.in
  239.   mv conftest.out conftest.in
  240.  
  241.   cat > conftest.frag <<CEOF
  242. ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
  243. ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
  244. ${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
  245. ${ac_dA}HAVE_REGNEXEC${ac_dB}HAVE_REGNEXEC${ac_dC}1${ac_dD}
  246. ${ac_uA}HAVE_REGNEXEC${ac_uB}HAVE_REGNEXEC${ac_uC}1${ac_uD}
  247. ${ac_eA}HAVE_REGNEXEC${ac_eB}HAVE_REGNEXEC${ac_eC}1${ac_eD}
  248. ${ac_dA}HAVE_REGEXEC${ac_dB}HAVE_REGEXEC${ac_dC}1${ac_dD}
  249. ${ac_uA}HAVE_REGEXEC${ac_uB}HAVE_REGEXEC${ac_uC}1${ac_uD}
  250. ${ac_eA}HAVE_REGEXEC${ac_eB}HAVE_REGEXEC${ac_eC}1${ac_eD}
  251. ${ac_dA}USE_REGEX_GNU_H${ac_dB}USE_REGEX_GNU_H${ac_dC}1${ac_dD}
  252. ${ac_uA}USE_REGEX_GNU_H${ac_uB}USE_REGEX_GNU_H${ac_uC}1${ac_uD}
  253. ${ac_eA}USE_REGEX_GNU_H${ac_eB}USE_REGEX_GNU_H${ac_eC}1${ac_eD}
  254. CEOF
  255.   sed -f conftest.frag conftest.in > conftest.out
  256.   rm -f conftest.in
  257.   mv conftest.out conftest.in
  258.  
  259.   cat > conftest.frag <<CEOF
  260. ${ac_dA}HAVE_ALLOCA_H${ac_dB}HAVE_ALLOCA_H${ac_dC}1${ac_dD}
  261. ${ac_uA}HAVE_ALLOCA_H${ac_uB}HAVE_ALLOCA_H${ac_uC}1${ac_uD}
  262. ${ac_eA}HAVE_ALLOCA_H${ac_eB}HAVE_ALLOCA_H${ac_eC}1${ac_eD}
  263. ${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}
  264. ${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}
  265. ${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}
  266. ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
  267. ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
  268. ${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
  269. ${ac_dA}HAVE_GETPAGESIZE${ac_dB}HAVE_GETPAGESIZE${ac_dC}1${ac_dD}
  270. ${ac_uA}HAVE_GETPAGESIZE${ac_uB}HAVE_GETPAGESIZE${ac_uC}1${ac_uD}
  271. ${ac_eA}HAVE_GETPAGESIZE${ac_eB}HAVE_GETPAGESIZE${ac_eC}1${ac_eD}
  272. CEOF
  273.   sed -f conftest.frag conftest.in > conftest.out
  274.   rm -f conftest.in
  275.   mv conftest.out conftest.in
  276.  
  277.   cat > conftest.frag <<CEOF
  278. ${ac_dA}HAVE_MMAP${ac_dB}HAVE_MMAP${ac_dC}1${ac_dD}
  279. ${ac_uA}HAVE_MMAP${ac_uB}HAVE_MMAP${ac_uC}1${ac_uD}
  280. ${ac_eA}HAVE_MMAP${ac_eB}HAVE_MMAP${ac_eC}1${ac_eD}
  281. ${ac_dA}HAVE_VPRINTF${ac_dB}HAVE_VPRINTF${ac_dC}1${ac_dD}
  282. ${ac_uA}HAVE_VPRINTF${ac_uB}HAVE_VPRINTF${ac_uC}1${ac_uD}
  283. ${ac_eA}HAVE_VPRINTF${ac_eB}HAVE_VPRINTF${ac_eC}1${ac_eD}
  284. ${ac_dA}HAVE_MEMCHR${ac_dB}HAVE_MEMCHR${ac_dC}1${ac_dD}
  285. ${ac_uA}HAVE_MEMCHR${ac_uB}HAVE_MEMCHR${ac_uC}1${ac_uD}
  286. ${ac_eA}HAVE_MEMCHR${ac_eB}HAVE_MEMCHR${ac_eC}1${ac_eD}
  287. ${ac_dA}HAVE_MEMCMP${ac_dB}HAVE_MEMCMP${ac_dC}1${ac_dD}
  288. ${ac_uA}HAVE_MEMCMP${ac_uB}HAVE_MEMCMP${ac_uC}1${ac_uD}
  289. ${ac_eA}HAVE_MEMCMP${ac_eB}HAVE_MEMCMP${ac_eC}1${ac_eD}
  290. CEOF
  291.   sed -f conftest.frag conftest.in > conftest.out
  292.   rm -f conftest.in
  293.   mv conftest.out conftest.in
  294.  
  295.   cat > conftest.frag <<CEOF
  296. ${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
  297. ${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
  298. ${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${ac_eC}1${ac_eD}
  299. ${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
  300. ${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
  301. ${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
  302. ${ac_dA}HAVE_ISATTY${ac_dB}HAVE_ISATTY${ac_dC}1${ac_dD}
  303. ${ac_uA}HAVE_ISATTY${ac_uB}HAVE_ISATTY${ac_uC}1${ac_uD}
  304. ${ac_eA}HAVE_ISATTY${ac_eB}HAVE_ISATTY${ac_eC}1${ac_eD}
  305. ${ac_dA}HAVE_BCOPY${ac_dB}HAVE_BCOPY${ac_dC}1${ac_dD}
  306. ${ac_uA}HAVE_BCOPY${ac_uB}HAVE_BCOPY${ac_uC}1${ac_uD}
  307. ${ac_eA}HAVE_BCOPY${ac_eB}HAVE_BCOPY${ac_eC}1${ac_eD}
  308. CEOF
  309.   sed -f conftest.frag conftest.in > conftest.out
  310.   rm -f conftest.in
  311.   mv conftest.out conftest.in
  312.  
  313.   cat > conftest.frag <<CEOF
  314. ${ac_dA}HAVE_BZERO${ac_dB}HAVE_BZERO${ac_dC}1${ac_dD}
  315. ${ac_uA}HAVE_BZERO${ac_uB}HAVE_BZERO${ac_uC}1${ac_uD}
  316. ${ac_eA}HAVE_BZERO${ac_eB}HAVE_BZERO${ac_eC}1${ac_eD}
  317. ${ac_dA}HAVE_ISASCII${ac_dB}HAVE_ISASCII${ac_dC}1${ac_dD}
  318. ${ac_uA}HAVE_ISASCII${ac_uB}HAVE_ISASCII${ac_uC}1${ac_uD}
  319. ${ac_eA}HAVE_ISASCII${ac_eB}HAVE_ISASCII${ac_eC}1${ac_eD}
  320. ${ac_dA}HAVE_MEMCPY${ac_dB}HAVE_MEMCPY${ac_dC}1${ac_dD}
  321. ${ac_uA}HAVE_MEMCPY${ac_uB}HAVE_MEMCPY${ac_uC}1${ac_uD}
  322. ${ac_eA}HAVE_MEMCPY${ac_eB}HAVE_MEMCPY${ac_eC}1${ac_eD}
  323. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  324. CEOF
  325.   sed -f conftest.frag conftest.in > conftest.out
  326.   rm -f conftest.in
  327.   mv conftest.out conftest.in
  328.  
  329.   rm -f conftest.frag conftest.h
  330.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  331.   cat conftest.in >> conftest.h
  332.   rm -f conftest.in
  333.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  334.     echo "$ac_file is unchanged"
  335.     rm -f conftest.h
  336.   else
  337.     # Remove last slash and all that follows it.  Not all systems have dirname.
  338.       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  339.       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  340.       # The file is in a subdirectory.
  341.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  342.     fi
  343.     rm -f $ac_file
  344.     mv conftest.h $ac_file
  345.   fi
  346. fi; done
  347.  
  348.  
  349.  
  350. test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
  351.  
  352. exit 0
  353.