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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Wed, 23 Jul 2003 07:16:55 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.280 emacs/Makefile.in:1.281
*** emacs/Makefile.in:1.280     Sun Feb 23 12:07:42 2003
--- emacs/Makefile.in   Wed Jul 23 07:16:55 2003
***************
*** 68,74 ****
  address@hidden@
  address@hidden@
  address@hidden@
- address@hidden@
  address@hidden@
  
  ### These help us choose version- and architecture-specific directories
--- 68,73 ----
***************
*** 236,244 ****
  COPYDIR = ${srcdir}/etc ${srcdir}/lisp
  COPYDESTS = ${etcdir} ${lispdir}
  
- # Set to FRC to force running autoconf and autoheader
- MAINT =
- 
  all: ${SUBDIR} leim
  
  removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
--- 235,240 ----
***************
*** 291,302 ****
  config.status: ${srcdir}/configure
        ./config.status --recheck
  
! ${srcdir}/configure: $(MAINT)
        cd ${srcdir} && autoconf
  
  $(srcdir)/src/config.in: $(srcdir)/src/stamp-h.in
        @true
! $(srcdir)/src/stamp-h.in: $(MAINT)
        cd ${srcdir} && autoheader
        rm -f $(srcdir)/src/stamp-h.in
        echo timestamp > $(srcdir)/src/stamp-h.in
--- 287,298 ----
  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




reply via email to

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