emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/make-dist


From: Paul Eggert
Subject: [Emacs-diffs] Changes to emacs/make-dist
Date: Tue, 19 Feb 2002 01:49:08 -0500

Index: emacs/make-dist
diff -c emacs/make-dist:1.197 emacs/make-dist:1.198
*** emacs/make-dist:1.197       Fri Jan 11 04:39:16 2002
--- emacs/make-dist     Tue Feb 19 01:49:08 2002
***************
*** 231,237 ****
  fi
  
  ### Make sure configure is newer than configure.in.
! if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
    echo "\`./configure.in' is newer than \`./configure'" >&2
    echo "Running autoconf" >&2
    autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }
--- 231,237 ----
  fi
  
  ### Make sure configure is newer than configure.in.
! if [ "x`ls -t configure configure.in | sed q`" != "xconfigure" ]; then
    echo "\`./configure.in' is newer than \`./configure'" >&2
    echo "Running autoconf" >&2
    autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }
***************
*** 268,274 ****
      files="$files $thisdir"
    fi
   done
!  head -1 $files | grep '^;' | sed -e 's/;;; //' | sort > MANIFEST)
  
  echo "Creating staging directory: \`${tempparent}'"
  
--- 268,276 ----
      files="$files $thisdir"
    fi
   done
!  for file in $files
!  do sed -n 's/^;;; //p; q' $file
!  done | sort > MANIFEST)
  
  echo "Creating staging directory: \`${tempparent}'"
  



reply via email to

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