comparison configure @ 83122:d895a49cccb9

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-291 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-292 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-293 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-294 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296 Allow restarting an existing debugger session that's exited * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-298 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-162
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 11 May 2004 09:12:09 +0000
parents a3e9f5b44041
children 6e40bed9e91e 4c90ffeb71c5
comparison
equal deleted inserted replaced
83121:84cafe5c268f 83122:d895a49cccb9
1571 as a build directory right now; it has been configured in its own 1571 as a build directory right now; it has been configured in its own
1572 right. To configure in another directory as well, you MUST 1572 right. To configure in another directory as well, you MUST
1573 use GNU make. If you do not have GNU make, then you must 1573 use GNU make. If you do not have GNU make, then you must
1574 now do \`make distclean' in ${srcdir}, 1574 now do \`make distclean' in ${srcdir},
1575 and then run $0 again." >&2;} 1575 and then run $0 again." >&2;}
1576
1577 extrasub='/^VPATH[ ]*=/c\
1578 vpath %.c $(srcdir)\
1579 vpath %.h $(srcdir)\
1580 vpath %.y $(srcdir)\
1581 vpath %.l $(srcdir)\
1582 vpath %.s $(srcdir)\
1583 vpath %.in $(srcdir)\
1584 vpath %.texi $(srcdir)'
1585 fi 1576 fi
1586 1577
1587 #### Given the configuration name, set machfile and opsysfile to the 1578 #### Given the configuration name, set machfile and opsysfile to the
1588 #### names of the m/*.h and s/*.h files we should use. 1579 #### names of the m/*.h and s/*.h files we should use.
1589 1580
4192 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" 4183 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
4193 fi 4184 fi
4194 4185
4195 4186
4196 late_LDFLAGS=$LDFLAGS 4187 late_LDFLAGS=$LDFLAGS
4197 if test $GCC = yes; then 4188 if test "$GCC" = yes; then
4198 LDFLAGS="$LDFLAGS -Wl,-znocombreloc" 4189 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
4199 else 4190 else
4200 LDFLAGS="$LDFLAGS -znocombreloc" 4191 LDFLAGS="$LDFLAGS -znocombreloc"
4201 fi 4192 fi
4202 4193