/[emacs]/emacs/make-dist
ViewVC logotype

Diff of /emacs/make-dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.182.4.5 by eliz, Sat Feb 2 14:59:25 2002 UTC revision 1.182.4.6 by eggert, Tue Feb 19 06:45:05 2002 UTC
# Line 231  then Line 231  then
231  fi  fi
232    
233  ### Make sure configure is newer than configure.in.  ### Make sure configure is newer than configure.in.
234  if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then  if [ "x`ls -t configure configure.in | sed q`" != "xconfigure" ]; then
235    echo "\`./configure.in' is newer than \`./configure'" >&2    echo "\`./configure.in' is newer than \`./configure'" >&2
236    echo "Running autoconf" >&2    echo "Running autoconf" >&2
237    autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }    autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }
# Line 266  echo "Making lisp/MANIFEST" Line 266  echo "Making lisp/MANIFEST"
266      files="$files $thisdir"      files="$files $thisdir"
267    fi    fi
268   done   done
269   head -1 $files | grep '^;' | sed -e 's/;;; //' | sort > MANIFEST)   for file in $files
270     do sed -n 's/^;;; //p; q' $file
271     done | sort > MANIFEST)
272    
273  echo "Creating staging directory: \`${tempparent}'"  echo "Creating staging directory: \`${tempparent}'"
274    

Legend:
Removed from v.1.182.4.5  
changed lines
  Added in v.1.182.4.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26