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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/make-dist
Date: Mon, 15 Apr 2002 09:13:32 -0400

Index: emacs/make-dist
diff -c emacs/make-dist:1.198 emacs/make-dist:1.199
*** emacs/make-dist:1.198       Tue Feb 19 01:49:08 2002
--- emacs/make-dist     Mon Apr 15 09:13:32 2002
***************
*** 6,12 ****
  #### be distributed.  This means that if you add a file with an odd name,
  #### you should make sure that this script will include it.
  
! # Copyright (C) 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
  #
  # This file is part of GNU Emacs.
  #
--- 6,12 ----
  #### be distributed.  This means that if you add a file with an odd name,
  #### you should make sure that this script will include it.
  
! # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, 
Inc.
  #
  # This file is part of GNU Emacs.
  #
***************
*** 235,240 ****
--- 235,249 ----
    echo "\`./configure.in' is newer than \`./configure'" >&2
    echo "Running autoconf" >&2
    autoconf || { x=$?; echo Autoconf FAILED! >&2; exit $x; }
+ fi
+ 
+ ### Make sure src/config-in.stamp is newer than configure.in.
+ if [ "x`ls -t src/stamp-h.in configure.in | sed q`" != "xsrc/stamp-h.in" ]; 
then
+   echo "\`./configure.in' is newer than \`./src/stamp-h.in'" >&2
+   echo "Running autoheader" >&2
+   autoheader || { x=$?; echo Autoheader FAILED! >&2; exit $x; }
+   rm -f src/stamp-h.in
+   echo timestamp > src/stamp-h.in
  fi
  
  if [ $update = yes ];



reply via email to

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