emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/quick-install-emacs


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/admin/quick-install-emacs
Date: Tue, 30 Sep 2003 21:38:40 -0400

Index: emacs/admin/quick-install-emacs
diff -c emacs/admin/quick-install-emacs:1.11 
emacs/admin/quick-install-emacs:1.12
*** emacs/admin/quick-install-emacs:1.11        Sat Sep 27 19:08:14 2003
--- emacs/admin/quick-install-emacs     Tue Sep 30 21:38:40 2003
***************
*** 133,139 ****
  fi
  
  CONFIG_STATUS="$BUILD/config.status"
! function get_config_var () {
    if ! sed -n "s/^s\(.\)@address@hidden(.*\)\1.*$/\2/p" $CONFIG_STATUS | sed 
q | grep ''
    then
      echo 1>&2 "$me: $1: Configuration variable not found in $CONFIG_STATUS"
--- 133,140 ----
  fi
  
  CONFIG_STATUS="$BUILD/config.status"
! get_config_var ()
! {
    if ! sed -n "s/^s\(.\)@address@hidden(.*\)\1.*$/\2/p" $CONFIG_STATUS | sed 
q | grep ''
    then
      echo 1>&2 "$me: $1: Configuration variable not found in $CONFIG_STATUS"
***************
*** 153,159 ****
  DST_LIBEXEC="$prefix/libexec/emacs/$VERSION/$ARCH"
  DST_INFO="$prefix/info"
  
! function maybe_mkdir () {
    if ! test -d "$1"; then
      $MKDIR "$1" 2>&1 | sed "s/^mkdir:/$me:/" 1>&2
    fi
--- 154,161 ----
  DST_LIBEXEC="$prefix/libexec/emacs/$VERSION/$ARCH"
  DST_INFO="$prefix/info"
  
! maybe_mkdir ()
! {
    if ! test -d "$1"; then
      $MKDIR "$1" 2>&1 | sed "s/^mkdir:/$me:/" 1>&2
    fi
***************
*** 181,187 ****
  
  test x"$PRUNE" = xonly && exit 0
  
! function maybe_emit_copy () {
    if test "$FORCE" = yes || ! cmp -s $1 $2; then
      echo $LINK_CMD $1 $2
    fi
--- 183,190 ----
  
  test x"$PRUNE" = xonly && exit 0
  
! maybe_emit_copy ()
! {
    if test "$FORCE" = yes || ! cmp -s $1 $2; then
      echo $LINK_CMD $1 $2
    fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]