emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/configure.in [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/configure.in [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:34:27 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.351.2.2 emacs/configure.in:1.351.2.3
*** emacs/configure.in:1.351.2.2        Fri Apr 16 12:49:39 2004
--- emacs/configure.in  Mon Jun 28 07:28:20 2004
***************
*** 3,9 ****
  dnl   autoconf
  dnl in the directory containing this script.
  dnl
! dnl  Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003
  dnl  Free Software Foundation, Inc.
  dnl
  dnl  This file is part of GNU Emacs.
--- 3,9 ----
  dnl   autoconf
  dnl in the directory containing this script.
  dnl
! dnl  Copyright (C) 1994, 95, 96, 1999, 2000, 01, 02, 03, 2004
  dnl  Free Software Foundation, Inc.
  dnl
  dnl  This file is part of GNU Emacs.
***************
*** 170,184 ****
     use GNU make.  If you do not have GNU make, then you must
     now do `make distclean' in ${srcdir},
     and then run $0 again.]])
- 
- [extrasub='/^VPATH[    ]*=/c\
- vpath %.c $(srcdir)\
- vpath %.h $(srcdir)\
- vpath %.y $(srcdir)\
- vpath %.l $(srcdir)\
- vpath %.s $(srcdir)\
- vpath %.in $(srcdir)\
- vpath %.texi $(srcdir)']
  fi
  
  #### Given the configuration name, set machfile and opsysfile to the
--- 170,175 ----
***************
*** 1280,1286 ****
  dnl if not built to support GNU ld.
  
  late_LDFLAGS=$LDFLAGS
! if test $GCC = yes; then
    LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
  else
    LDFLAGS="$LDFLAGS -znocombreloc"
--- 1271,1277 ----
  dnl if not built to support GNU ld.
  
  late_LDFLAGS=$LDFLAGS
! if test "$GCC" = yes; then
    LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
  else
    LDFLAGS="$LDFLAGS -znocombreloc"




reply via email to

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