comparison configure.in @ 90200:f9a65d7ebd29

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 07 Jul 2005 12:43:14 +0000
parents 173dee4e2611 1dca08518d97
children 890cc78a5a24
comparison
equal deleted inserted replaced
90199:bb71c6cf2009 90200:f9a65d7ebd29
18 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 dnl GNU General Public License for more details. 19 dnl GNU General Public License for more details.
20 dnl 20 dnl
21 dnl You should have received a copy of the GNU General Public License 21 dnl You should have received a copy of the GNU General Public License
22 dnl along with GNU Emacs; see the file COPYING. If not, write to the 22 dnl along with GNU Emacs; see the file COPYING. If not, write to the
23 dnl Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 dnl Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 dnl Boston, MA 02111-1307, USA. 24 dnl Boston, MA 02110-1301, USA.
25 25
26 AC_PREREQ(2.54)dnl 26 AC_PREREQ(2.54)dnl
27 AC_INIT(src/lisp.h) 27 AC_INIT(src/lisp.h)
28 AC_CONFIG_HEADER(src/config.h:src/config.in) 28 AC_CONFIG_HEADER(src/config.h:src/config.in)
29 29
1288 LDFLAGS="$LDFLAGS -Wl,-znocombreloc" 1288 LDFLAGS="$LDFLAGS -Wl,-znocombreloc"
1289 else 1289 else
1290 LDFLAGS="$LDFLAGS -znocombreloc" 1290 LDFLAGS="$LDFLAGS -znocombreloc"
1291 fi 1291 fi
1292 1292
1293 AC_MSG_CHECKING([For -znocombreloc]) 1293 AC_MSG_CHECKING([for -znocombreloc])
1294 AC_LINK_IFELSE([main(){return 0;}], 1294 AC_LINK_IFELSE([main(){return 0;}],
1295 [AC_MSG_RESULT(yes)], 1295 [AC_MSG_RESULT(yes)],
1296 LDFLAGS=$late_LDFLAGS 1296 LDFLAGS=$late_LDFLAGS
1297 [AC_MSG_RESULT(no)]) 1297 [AC_MSG_RESULT(no)])
1298 1298
2811 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2811 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2812 GNU General Public License for more details. 2812 GNU General Public License for more details.
2813 2813
2814 You should have received a copy of the GNU General Public License 2814 You should have received a copy of the GNU General Public License
2815 along with GNU Emacs; see the file COPYING. If not, write to the 2815 along with GNU Emacs; see the file COPYING. If not, write to the
2816 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 2816 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2817 Boston, MA 02111-1307, USA. */ 2817 Boston, MA 02110-1301, USA. */
2818 2818
2819 2819
2820 /* No code in Emacs #includes config.h twice, but some bits of code 2820 /* No code in Emacs #includes config.h twice, but some bits of code
2821 intended to work with other packages as well (like gmalloc.c) 2821 intended to work with other packages as well (like gmalloc.c)
2822 think they can include it as many times as they like. */ 2822 think they can include it as many times as they like. */