]> git.eshelyaron.com Git - emacs.git/commitdiff
Rebuild.
authorAndreas Schwab <schwab@suse.de>
Mon, 10 May 2004 11:50:28 +0000 (11:50 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 10 May 2004 11:50:28 +0000 (11:50 +0000)
configure

index 3e2bb4f6869603749bfca959104bd0b3c0ea7d3a..0e74a04e7002c0396e7baa981d01f2c546e36261 100755 (executable)
--- a/configure
+++ b/configure
@@ -1573,15 +1573,6 @@ echo "$as_me: WARNING: The directory tree \`${srcdir}' is being used
    use GNU make.  If you do not have GNU make, then you must
    now do \`make distclean' in ${srcdir},
    and then run $0 again." >&2;}
-
-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
@@ -4194,7 +4185,7 @@ fi
 
 
 late_LDFLAGS=$LDFLAGS
-if test $GCC = yes; then
+if test "$GCC" = yes; then
   LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
 else
   LDFLAGS="$LDFLAGS -znocombreloc"