/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

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

revision 1.351.2.2 by handa, Fri Apr 16 12:49:39 2004 UTC revision 1.351.2.3 by miles, Mon Jun 28 07:28:20 2004 UTC
# Line 3  dnl To rebuild the `configure' script fr Line 3  dnl To rebuild the `configure' script fr
3  dnl     autoconf  dnl     autoconf
4  dnl in the directory containing this script.  dnl in the directory containing this script.
5  dnl  dnl
6  dnl  Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003  dnl  Copyright (C) 1994, 95, 96, 1999, 2000, 01, 02, 03, 2004
7  dnl  Free Software Foundation, Inc.  dnl  Free Software Foundation, Inc.
8  dnl  dnl
9  dnl  This file is part of GNU Emacs.  dnl  This file is part of GNU Emacs.
# Line 170  if test `pwd` != `(cd ${srcdir} && pwd)` Line 170  if test `pwd` != `(cd ${srcdir} && pwd)`
170     use GNU make.  If you do not have GNU make, then you must     use GNU make.  If you do not have GNU make, then you must
171     now do `make distclean' in ${srcdir},     now do `make distclean' in ${srcdir},
172     and then run $0 again.]])     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)']  
173  fi  fi
174    
175  #### Given the configuration name, set machfile and opsysfile to the  #### Given the configuration name, set machfile and opsysfile to the
# Line 1280  dnl Treat GCC specially since it just gi Line 1271  dnl Treat GCC specially since it just gi
1271  dnl if not built to support GNU ld.  dnl if not built to support GNU ld.
1272    
1273  late_LDFLAGS=$LDFLAGS  late_LDFLAGS=$LDFLAGS
1274  if test $GCC = yes; then  if test "$GCC" = yes; then
1275    LDFLAGS="$LDFLAGS -Wl,-znocombreloc"    LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
1276  else  else
1277    LDFLAGS="$LDFLAGS -znocombreloc"    LDFLAGS="$LDFLAGS -znocombreloc"

Legend:
Removed from v.1.351.2.2  
changed lines
  Added in v.1.351.2.3

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