aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-23 06:17:31 -0400
committerGlenn Morris2012-05-23 06:17:31 -0400
commit42bbbe8bb080520a80f588c61d30f93095d66065 (patch)
treed8961f05e051ad867719319871b62a7d76d15cd5
parentbd7239f5425eef5c6bff2d696dd3452751747747 (diff)
downloademacs-42bbbe8bb080520a80f588c61d30f93095d66065.tar.gz
emacs-42bbbe8bb080520a80f588c61d30f93095d66065.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in1
-rw-r--r--autogen/config.in36
-rwxr-xr-xautogen/configure221
3 files changed, 69 insertions, 189 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 4cd8fce942a..4e733f74759 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -535,7 +535,6 @@ MAINT = @MAINT@
535MAKEINFO = @MAKEINFO@ 535MAKEINFO = @MAKEINFO@
536MKDEPDIR = @MKDEPDIR@ 536MKDEPDIR = @MKDEPDIR@
537MKDIR_P = @MKDIR_P@ 537MKDIR_P = @MKDIR_P@
538M_FILE = @M_FILE@
539NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ 538NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
540NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ 539NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
541NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ 540NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
diff --git a/autogen/config.in b/autogen/config.in
index 2a8f523d237..61439b72487 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -1226,9 +1226,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1226 declarations. Define as empty for no equivalent. */ 1226 declarations. Define as empty for no equivalent. */
1227#undef __restrict_arr 1227#undef __restrict_arr
1228 1228
1229/* Define to the used machine dependent file. */
1230#undef config_machfile
1231
1232/* Define to the used os dependent file. */ 1229/* Define to the used os dependent file. */
1233#undef config_opsysfile 1230#undef config_opsysfile
1234 1231
@@ -1345,11 +1342,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1345 1342
1346#define subprocesses 1343#define subprocesses
1347 1344
1348/* Include the os and machine dependent files. */ 1345/* Include the os dependent file. */
1349#include config_opsysfile 1346#include config_opsysfile
1350#ifdef config_machfile
1351# include config_machfile
1352#endif
1353 1347
1354/* GNUstep needs a bit more pure memory. Of the existing knobs, 1348/* GNUstep needs a bit more pure memory. Of the existing knobs,
1355 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. 1349 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
@@ -1373,34 +1367,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1373#endif 1367#endif
1374#endif 1368#endif
1375 1369
1376/* These default definitions are good for almost all machines.
1377 Any exceptions should override them in m/MACHINE.h.
1378 They must be usable in preprocessor conditionals. */
1379
1380#ifndef BITS_PER_CHAR
1381#define BITS_PER_CHAR 8
1382#endif
1383
1384#ifndef BITS_PER_SHORT
1385#define BITS_PER_SHORT 16
1386#endif
1387
1388#ifndef BITS_PER_INT
1389#define BITS_PER_INT 32
1390#endif
1391
1392#ifndef BITS_PER_LONG
1393#ifdef _LP64
1394#define BITS_PER_LONG 64
1395#else
1396#define BITS_PER_LONG 32
1397#endif
1398#endif
1399
1400#if !defined BITS_PER_LONG_LONG && HAVE_LONG_LONG_INT
1401#define BITS_PER_LONG_LONG 64
1402#endif
1403
1404#include <string.h> 1370#include <string.h>
1405#include <stdlib.h> 1371#include <stdlib.h>
1406 1372
diff --git a/autogen/configure b/autogen/configure
index f0a1894c7aa..db3f0fa873e 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1086,7 +1086,6 @@ ns_appresdir
1086ns_appbindir 1086ns_appbindir
1087ns_appdir 1087ns_appdir
1088S_FILE 1088S_FILE
1089M_FILE
1090X_TOOLKIT_TYPE 1089X_TOOLKIT_TYPE
1091GNUSTEP_CFLAGS 1090GNUSTEP_CFLAGS
1092C_SWITCH_X_SITE 1091C_SWITCH_X_SITE
@@ -2381,45 +2380,6 @@ $as_echo "$ac_res" >&6; }
2381 2380
2382} # ac_fn_c_check_header_compile 2381} # ac_fn_c_check_header_compile
2383 2382
2384# ac_fn_c_check_decl LINENO SYMBOL VAR
2385# ------------------------------------
2386# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2387ac_fn_c_check_decl ()
2388{
2389 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2391$as_echo_n "checking whether $2 is declared... " >&6; }
2392if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2393 $as_echo_n "(cached) " >&6
2394else
2395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2396/* end confdefs.h. */
2397$4
2398int
2399main ()
2400{
2401#ifndef $2
2402 (void) $2;
2403#endif
2404
2405 ;
2406 return 0;
2407}
2408_ACEOF
2409if ac_fn_c_try_compile "$LINENO"; then :
2410 eval "$3=yes"
2411else
2412 eval "$3=no"
2413fi
2414rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2415fi
2416eval ac_res=\$$3
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2418$as_echo "$ac_res" >&6; }
2419 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2420
2421} # ac_fn_c_check_decl
2422
2423# ac_fn_c_try_link LINENO 2383# ac_fn_c_try_link LINENO
2424# ----------------------- 2384# -----------------------
2425# Try to link conftest.$ac_ext, and return whether this succeeded. 2385# Try to link conftest.$ac_ext, and return whether this succeeded.
@@ -2466,6 +2426,45 @@ fi
2466 2426
2467} # ac_fn_c_try_link 2427} # ac_fn_c_try_link
2468 2428
2429# ac_fn_c_check_decl LINENO SYMBOL VAR
2430# ------------------------------------
2431# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2432ac_fn_c_check_decl ()
2433{
2434 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2436$as_echo_n "checking whether $2 is declared... " >&6; }
2437if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2438 $as_echo_n "(cached) " >&6
2439else
2440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2441/* end confdefs.h. */
2442$4
2443int
2444main ()
2445{
2446#ifndef $2
2447 (void) $2;
2448#endif
2449
2450 ;
2451 return 0;
2452}
2453_ACEOF
2454if ac_fn_c_try_compile "$LINENO"; then :
2455 eval "$3=yes"
2456else
2457 eval "$3=no"
2458fi
2459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2460fi
2461eval ac_res=\$$3
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2463$as_echo "$ac_res" >&6; }
2464 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2465
2466} # ac_fn_c_check_decl
2467
2469# ac_fn_c_check_header_preproc LINENO HEADER VAR 2468# ac_fn_c_check_header_preproc LINENO HEADER VAR
2470# ---------------------------------------------- 2469# ----------------------------------------------
2471# Tests whether HEADER is present, setting the cache variable VAR accordingly. 2470# Tests whether HEADER is present, setting the cache variable VAR accordingly.
@@ -4304,8 +4303,8 @@ case "${srcdir}" in
4304 * ) srcdir="`(cd ${srcdir}; pwd)`" ;; 4303 * ) srcdir="`(cd ${srcdir}; pwd)`" ;;
4305esac 4304esac
4306 4305
4307#### Given the configuration name, set machfile and opsysfile to the 4306#### Given the configuration name, set opsysfile to the
4308#### names of the m/*.h and s/*.h files we should use. 4307#### name of s/*.h file we should use.
4309 4308
4310### Canonicalize the configuration name. 4309### Canonicalize the configuration name.
4311 4310
@@ -4387,13 +4386,11 @@ configuration=${host_alias-${build_alias-$host}}
4387 4386
4388### If you add support for a new configuration, add code to this 4387### If you add support for a new configuration, add code to this
4389### switch statement to recognize your configuration name and select 4388### switch statement to recognize your configuration name and select
4390### the appropriate operating system and machine description files. 4389### the appropriate operating system file.
4391 4390
4392### You would hope that you could choose an m/*.h file pretty much 4391### You would hope that you could choose an s/*.h
4393### based on the machine portion of the configuration name, and an s/*.h
4394### file based on the operating system portion. However, it turns out 4392### file based on the operating system portion. However, it turns out
4395### that each m/*.h file is pretty manufacturer-specific - for 4393### that each s/*.h file is pretty manufacturer-specific.
4396### example mips.h is MIPS
4397### So we basically have to have a special case for each 4394### So we basically have to have a special case for each
4398### configuration name. 4395### configuration name.
4399### 4396###
@@ -4403,82 +4400,40 @@ configuration=${host_alias-${build_alias-$host}}
4403### prepared to handle anything reasonably. If version numbers 4400### prepared to handle anything reasonably. If version numbers
4404### matter, be sure /etc/MACHINES says something about it. 4401### matter, be sure /etc/MACHINES says something about it.
4405 4402
4406machine='' opsys='' unported=no 4403opsys='' unported=no
4407case "${canonical}" in 4404case "${canonical}" in
4408 4405
4409 ## GNU/Linux and similar ports 4406 ## GNU/Linux and similar ports
4410 *-*-linux* ) 4407 *-*-linux* )
4411 opsys=gnu-linux 4408 opsys=gnu-linux
4412 case ${canonical} in
4413 alpha*) machine=alpha ;;
4414 s390x-*) machine=ibms390x ;;
4415 powerpc*) machine=macppc ;;
4416 sparc*) machine=sparc ;;
4417 ia64*) machine=ia64 ;;
4418 m68k*) machine=m68k ;;
4419 x86_64*) machine=amdx86-64 ;;
4420 esac
4421 ;; 4409 ;;
4422 4410
4423 ## FreeBSD ports 4411 ## FreeBSD ports
4424 *-*-freebsd* ) 4412 *-*-freebsd* )
4425 opsys=freebsd 4413 opsys=freebsd
4426 case "${canonical}" in
4427 alpha*) machine=alpha ;;
4428 amd64-*|x86_64-*) machine=amdx86-64 ;;
4429 ia64-*) machine=ia64 ;;
4430 i[3456]86-*) machine=intel386 ;;
4431 powerpc-*) machine=macppc ;;
4432 sparc-*) machine=sparc ;;
4433 sparc64-*) machine=sparc ;;
4434 esac
4435 ;; 4414 ;;
4436 4415
4437 ## FreeBSD kernel + glibc based userland 4416 ## FreeBSD kernel + glibc based userland
4438 *-*-kfreebsd*gnu* ) 4417 *-*-kfreebsd*gnu* )
4439 opsys=gnu-kfreebsd 4418 opsys=gnu-kfreebsd
4440 case "${canonical}" in
4441 alpha*) machine=alpha ;;
4442 amd64-*|x86_64-*) machine=amdx86-64 ;;
4443 ia64-*) machine=ia64 ;;
4444 i[3456]86-*) machine=intel386 ;;
4445 powerpc-*) machine=macppc ;;
4446 sparc-*) machine=sparc ;;
4447 sparc64-*) machine=sparc ;;
4448 esac
4449 ;; 4419 ;;
4450 4420
4451 ## NetBSD ports 4421 ## NetBSD ports
4452 *-*-netbsd* ) 4422 *-*-netbsd* )
4453 opsys=netbsd 4423 opsys=netbsd
4454 case "${canonical}" in
4455 alpha*) machine=alpha ;;
4456 x86_64-*) machine=amdx86-64 ;;
4457 i[3456]86-*) machine=intel386 ;;
4458 m68k-*) machine=m68k ;;
4459 powerpc-*) machine=macppc ;;
4460 sparc*-) machine=sparc ;;
4461 esac
4462 ;; 4424 ;;
4463 4425
4464 ## OpenBSD ports 4426 ## OpenBSD ports
4465 *-*-openbsd* ) 4427 *-*-openbsd* )
4466 opsys=openbsd 4428 opsys=openbsd
4467 case "${canonical}" in
4468 alpha*) machine=alpha ;;
4469 x86_64-*) machine=amdx86-64 ;;
4470 i386-*) machine=intel386 ;;
4471 powerpc-*) machine=macppc ;;
4472 sparc*) machine=sparc ;;
4473 esac
4474 ;; 4429 ;;
4475 4430
4476 ## Apple Darwin / Mac OS X 4431 ## Apple Darwin / Mac OS X
4477 *-apple-darwin* ) 4432 *-apple-darwin* )
4478 case "${canonical}" in 4433 case "${canonical}" in
4479 i[3456]86-* ) machine=intel386 ;; 4434 i[3456]86-* ) ;;
4480 powerpc-* ) machine=macppc ;; 4435 powerpc-* ) ;;
4481 x86_64-* ) machine=amdx86-64 ;; 4436 x86_64-* ) ;;
4482 * ) unported=yes ;; 4437 * ) unported=yes ;;
4483 esac 4438 esac
4484 opsys=darwin 4439 opsys=darwin
@@ -4501,16 +4456,16 @@ case "${canonical}" in
4501 4456
4502 ## IBM machines 4457 ## IBM machines
4503 rs6000-ibm-aix4.[23]* ) 4458 rs6000-ibm-aix4.[23]* )
4504 machine=ibmrs6000 opsys=aix4-2 4459 opsys=aix4-2
4505 ;; 4460 ;;
4506 powerpc-ibm-aix4.[23]* ) 4461 powerpc-ibm-aix4.[23]* )
4507 machine=ibmrs6000 opsys=aix4-2 4462 opsys=aix4-2
4508 ;; 4463 ;;
4509 rs6000-ibm-aix[56]* ) 4464 rs6000-ibm-aix[56]* )
4510 machine=ibmrs6000 opsys=aix4-2 4465 opsys=aix4-2
4511 ;; 4466 ;;
4512 powerpc-ibm-aix[56]* ) 4467 powerpc-ibm-aix[56]* )
4513 machine=ibmrs6000 opsys=aix4-2 4468 opsys=aix4-2
4514 ;; 4469 ;;
4515 4470
4516 ## Silicon Graphics machines 4471 ## Silicon Graphics machines
@@ -4528,9 +4483,9 @@ case "${canonical}" in
4528 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \ 4483 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* \
4529 | x86_64-*-solaris2* | x86_64-*-sunos5*) 4484 | x86_64-*-solaris2* | x86_64-*-sunos5*)
4530 case "${canonical}" in 4485 case "${canonical}" in
4531 i[3456]86-*-* ) machine=intel386 ;; 4486 i[3456]86-*-* ) ;;
4532 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;; 4487 amd64-*-*|x86_64-*-*) ;;
4533 sparc* ) machine=sparc ;; 4488 sparc* ) ;;
4534 * ) unported=yes ;; 4489 * ) unported=yes ;;
4535 esac 4490 esac
4536 case "${canonical}" in 4491 case "${canonical}" in
@@ -4562,7 +4517,6 @@ case "${canonical}" in
4562 4517
4563 ## Intel 386 machines where we don't care about the manufacturer. 4518 ## Intel 386 machines where we don't care about the manufacturer.
4564 i[3456]86-*-* ) 4519 i[3456]86-*-* )
4565 machine=intel386
4566 case "${canonical}" in 4520 case "${canonical}" in
4567 *-cygwin ) opsys=cygwin ;; 4521 *-cygwin ) opsys=cygwin ;;
4568 *-darwin* ) opsys=darwin ;; 4522 *-darwin* ) opsys=darwin ;;
@@ -4600,11 +4554,6 @@ if test $unported = yes; then
4600Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 4554Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4601fi 4555fi
4602 4556
4603if test -n "$machine"; then
4604 machfile="m/${machine}.h"
4605else
4606 machfile=
4607fi
4608opsysfile="s/${opsys}.h" 4557opsysfile="s/${opsys}.h"
4609 4558
4610 4559
@@ -7683,23 +7632,6 @@ fi
7683 7632
7684 7633
7685 7634
7686## Although we're running on an amd64 kernel, we're actually compiling for
7687## the x86 architecture. The user should probably have provided an
7688## explicit --build to `configure', but if everything else than the kernel
7689## is running in i386 mode, we can help them out.
7690if test "$machine" = "amdx86-64"; then
7691 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
7692if test "x$ac_cv_have_decl_i386" = x""yes; then :
7693
7694fi
7695
7696 if test "$ac_cv_have_decl_i386" = "yes"; then
7697 canonical=`echo "$canonical" | sed -e 's/^amd64/i386/' -e 's/^x86_64/i386/'`
7698 machine=intel386
7699 machfile="m/${machine}.h"
7700 fi
7701fi
7702
7703# Extract the first word of "install-info", so it can be a program name with args. 7635# Extract the first word of "install-info", so it can be a program name with args.
7704set dummy install-info; ac_word=$2 7636set dummy install-info; ac_word=$2
7705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -8075,7 +8007,8 @@ esac
8075 8007
8076 8008
8077C_SWITCH_MACHINE= 8009C_SWITCH_MACHINE=
8078if test "$machine" = "alpha"; then 8010case $canonical in
8011 alpha*)
8079 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" 8012 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
8080if test "x$ac_cv_have_decl___ELF__" = x""yes; then : 8013if test "x$ac_cv_have_decl___ELF__" = x""yes; then :
8081 8014
@@ -8095,7 +8028,8 @@ fi
8095 else 8028 else
8096 UNEXEC_OBJ=unexalpha.o 8029 UNEXEC_OBJ=unexalpha.o
8097 fi 8030 fi
8098fi 8031 ;;
8032esac
8099 8033
8100 8034
8101 8035
@@ -10066,7 +10000,7 @@ case ${HAVE_X11} in
10066 yes ) HAVE_MENUS=yes ;; 10000 yes ) HAVE_MENUS=yes ;;
10067esac 10001esac
10068 10002
10069# Do the opsystem or machine files prohibit the use of the GNU malloc? 10003# Does the opsystem file prohibit the use of the GNU malloc?
10070# Assume not, until told otherwise. 10004# Assume not, until told otherwise.
10071GNU_MALLOC=yes 10005GNU_MALLOC=yes
10072 10006
@@ -15837,11 +15771,6 @@ version=$PACKAGE_VERSION
15837 15771
15838## Used in lwlib/Makefile.in. 15772## Used in lwlib/Makefile.in.
15839 15773
15840if test -n "${machfile}"; then
15841 M_FILE="\$(srcdir)/${machfile}"
15842else
15843 M_FILE=
15844fi
15845S_FILE="\$(srcdir)/${opsysfile}" 15774S_FILE="\$(srcdir)/${opsysfile}"
15846 15775
15847 15776
@@ -15852,7 +15781,6 @@ S_FILE="\$(srcdir)/${opsysfile}"
15852 15781
15853 15782
15854 15783
15855
15856cat >>confdefs.h <<_ACEOF 15784cat >>confdefs.h <<_ACEOF
15857#define EMACS_CONFIGURATION "${canonical}" 15785#define EMACS_CONFIGURATION "${canonical}"
15858_ACEOF 15786_ACEOF
@@ -15862,13 +15790,6 @@ cat >>confdefs.h <<_ACEOF
15862#define EMACS_CONFIG_OPTIONS "${ac_configure_args}" 15790#define EMACS_CONFIG_OPTIONS "${ac_configure_args}"
15863_ACEOF 15791_ACEOF
15864 15792
15865if test -n "$machfile"; then
15866
15867cat >>confdefs.h <<_ACEOF
15868#define config_machfile "${machfile}"
15869_ACEOF
15870
15871fi
15872 15793
15873cat >>confdefs.h <<_ACEOF 15794cat >>confdefs.h <<_ACEOF
15874#define config_opsysfile "${opsysfile}" 15795#define config_opsysfile "${opsysfile}"
@@ -22368,8 +22289,7 @@ case "$opsys" in
22368 ## #ifndef LD_SWITCH_SYSTEM 22289 ## #ifndef LD_SWITCH_SYSTEM
22369 ## #if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF))) 22290 ## #if !defined (__GNUC__) && ((defined (BSD_SYSTEM) && !defined (COFF)))
22370 ## Since all the *bsds define LD_SWITCH_SYSTEM, this simplifies to: 22291 ## Since all the *bsds define LD_SWITCH_SYSTEM, this simplifies to:
22371 ## not using gcc, darwin system not on an alpha (ie darwin, since 22292 ## not using gcc, darwin.
22372 ## darwin + alpha does not occur).
22373 ## Because this was done in src/Makefile.in, the resulting part of 22293 ## Because this was done in src/Makefile.in, the resulting part of
22374 ## LD_SWITCH_SYSTEM was not used in configure (ie, in ac_link). 22294 ## LD_SWITCH_SYSTEM was not used in configure (ie, in ac_link).
22375 ## It therefore seems cleaner to put this in LD_SWITCH_SYSTEM_TEMACS, 22295 ## It therefore seems cleaner to put this in LD_SWITCH_SYSTEM_TEMACS,
@@ -22409,12 +22329,12 @@ case "$opsys" in
22409 ## will also work on earlier NetBSD releases. 22329 ## will also work on earlier NetBSD releases.
22410 netbsd|openbsd) LD_FIRSTFLAG="-nostartfiles" ;; 22330 netbsd|openbsd) LD_FIRSTFLAG="-nostartfiles" ;;
22411 22331
22412 ## macpcc: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says 22332 ## powerpc*: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says
22413 ## MkLinux/LinuxPPC needs this. 22333 ## MkLinux/LinuxPPC needs this.
22414 ## ibms390x only supports opsys = gnu-linux so it can be added here. 22334 ## s390x-* only supports opsys = gnu-linux so it can be added here.
22415 gnu-*) 22335 gnu-*)
22416 case "$machine" in 22336 case "$canonical" in
22417 macppc|ibms390x) LD_FIRSTFLAG="-nostdlib" ;; 22337 powerpc*|s390x-*) LD_FIRSTFLAG="-nostdlib" ;;
22418 esac 22338 esac
22419 ;; 22339 ;;
22420esac 22340esac
@@ -22428,7 +22348,7 @@ $as_echo "#define ORDINARY_LINK 1" >>confdefs.h
22428 22348
22429 22349
22430## The system files defining neither ORDINARY_LINK nor LD_FIRSTFLAG are: 22350## The system files defining neither ORDINARY_LINK nor LD_FIRSTFLAG are:
22431## freebsd, gnu-* not on macppc|ibms390x. 22351## freebsd, gnu-* not on powerpc*|s390x*.
22432elif test "x$GCC" = "xyes" && test "x$LD_FIRSTFLAG" = "x"; then 22352elif test "x$GCC" = "xyes" && test "x$LD_FIRSTFLAG" = "x"; then
22433 22353
22434 ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure 22354 ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure
@@ -22501,17 +22421,12 @@ if test "${HAVE_GTK}" = "yes"; then
22501 USE_X_TOOLKIT=GTK 22421 USE_X_TOOLKIT=GTK
22502fi 22422fi
22503 22423
22504and_machfile=
22505if test -n "$machfile"; then
22506 and_machfile=" and \`${machfile}'"
22507fi
22508
22509echo " 22424echo "
22510Configured for \`${canonical}'. 22425Configured for \`${canonical}'.
22511 22426
22512 Where should the build process find the source code? ${srcdir} 22427 Where should the build process find the source code? ${srcdir}
22513 What operating system and machine description files should Emacs use? 22428 What operating system file should Emacs use?
22514 \`${opsysfile}'${and_machfile} 22429 \`${opsysfile}'
22515 What compiler should emacs be built with? ${CC} ${CFLAGS} 22430 What compiler should emacs be built with? ${CC} ${CFLAGS}
22516 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 22431 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
22517 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} 22432 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}