emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/Makefile.in


From: Paul Eggert
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Tue, 26 Jul 2005 17:43:14 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.303 emacs/Makefile.in:1.304
*** emacs/Makefile.in:1.303     Mon Jul  4 14:04:09 2005
--- emacs/Makefile.in   Tue Jul 26 21:43:11 2005
***************
*** 2,8 ****
  # DIST: make most of the changes to this file you might want, so try
  # DIST: that first.
  
! # Copyright (C) 1992,93,94,95,96,97,98,1999,2000,01,02,03,2004
  #   Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
--- 2,8 ----
  # DIST: make most of the changes to this file you might want, so try
  # DIST: that first.
  
! # Copyright (C) 1992,93,94,95,96,97,98,1999,2000,01,02,03,04,2005
  #   Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
***************
*** 302,313 ****
  config.status: ${srcdir}/configure
        ./config.status --recheck
  
! ${srcdir}/configure: @MAINT@ ${srcdir}/configure.in
        cd ${srcdir} && autoconf
  
  $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
        @true
! $(srcdir)/src/stamp-h.in: @MAINT@ ${srcdir}/configure.in
        cd ${srcdir} && autoheader
        rm -f $(srcdir)/src/stamp-h.in
        echo timestamp > $(srcdir)/src/stamp-h.in
--- 302,315 ----
  config.status: ${srcdir}/configure
        ./config.status --recheck
  
! AUTOCONF_INPUTS = @MAINT@ $(srcdir)/configure.in $(srcdir)/m4/getopt.m4
! 
! $(srcdir)/configure: $(AUTOCONF_INPUTS)
        cd ${srcdir} && autoconf
  
  $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
        @true
! $(srcdir)/src/stamp-h.in: $(AUTOCONF_INPUTS)
        cd ${srcdir} && autoheader
        rm -f $(srcdir)/src/stamp-h.in
        echo timestamp > $(srcdir)/src/stamp-h.in




reply via email to

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