From b689e7c8b7ae03305f203549fc96fb1c1ef9d4ec Mon Sep 17 00:00:00 2001 From: Shmad Date: Sun, 1 Sep 2002 16:05:00 +0000 Subject: [PATCH] makeconf fixes, loveserv update, and other things i forgot about :) --- config.status | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.status b/config.status index 4717562..d075f8d 100755 --- a/config.status +++ b/config.status @@ -1,11 +1,11 @@ -#! /bin/sh +#! /bin/bash # Generated by configure. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false -SHELL=${CONFIG_SHELL-/bin/sh} +SHELL=${CONFIG_SHELL-/bin/bash} ## --------------------- ## ## M4sh Initialization. ## @@ -307,8 +307,8 @@ do case $1 in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - echo "running /bin/sh ./configure " " --no-create --no-recursion" - exec /bin/sh ./configure --no-create --no-recursion ;; + echo "running /bin/bash ./configure " " --no-create --no-recursion" + exec /bin/bash ./configure --no-create --no-recursion ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) @@ -398,7 +398,7 @@ if test -n "$CONFIG_FILES"; then # Protect against being on the right side of a sed subst in config.status. sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g; s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF -s,@SHELL@,/bin/sh,;t t +s,@SHELL@,/bin/bash,;t t s,@PATH_SEPARATOR@,:,;t t s,@PACKAGE_NAME@,,;t t s,@PACKAGE_TARNAME@,,;t t @@ -406,7 +406,7 @@ s,@PACKAGE_VERSION@,,;t t s,@PACKAGE_STRING@,,;t t s,@PACKAGE_BUGREPORT@,,;t t s,@exec_prefix@,${prefix},;t t -s,@prefix@,/home/neostats/NeoStats/,;t t +s,@prefix@,/home/shmad/NeoStats/,;t t s,@program_transform_name@,s,x,x,,;t t s,@bindir@,${exec_prefix}/bin,;t t s,@sbindir@,${exec_prefix}/sbin,;t t @@ -438,7 +438,7 @@ s,@OBJEXT@,o,;t t s,@INSTALL_PROGRAM@,${INSTALL},;t t s,@INSTALL_SCRIPT@,${INSTALL},;t t s,@INSTALL_DATA@,${INSTALL} -m 644,;t t -s,@DIRINST@,/home/neostats/NeoStats/,;t t +s,@DIRINST@,/home/shmad/NeoStats/,;t t CEOF # Split the substitutions into bite-sized pieces for seds with