comparison configure @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 989365b64e9c 7dc2524306eb
children c30ad5eb44dc
comparison
equal deleted inserted replaced
91366:86f3a8f0a3a6 91367:c70e45a7acfd
1343 --disable-largefile omit support for large files 1343 --disable-largefile omit support for large files
1344 1344
1345 Optional Packages: 1345 Optional Packages:
1346 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1346 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1347 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1347 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1348 --without-gcc don't use GCC to compile Emacs if GCC is found 1348 --without-gcc don't use GCC to compile Emacs even if GCC is found
1349 --without-pop don't support POP mail retrieval with movemail 1349 --without-pop don't support POP mail retrieval with movemail
1350 --with-kerberos support Kerberos-authenticated POP 1350 --with-kerberos support Kerberos-authenticated POP
1351 --with-kerberos5 support Kerberos version 5 authenticated POP 1351 --with-kerberos5 support Kerberos version 5 authenticated POP
1352 --with-hesiod support Hesiod to get the POP server host 1352 --with-hesiod support Hesiod to get the POP server host
1353 --without-sound don't compile with sound support 1353 --without-sound don't compile with sound support
1354 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena, 1354 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena,
1355 motif, gtk, no) 1355 motif, gtk, no)
1356 --with-xpm use -lXpm for displaying XPM images 1356 --without-xpm don't compile with XPM image support
1357 --with-jpeg use -ljpeg for displaying JPEG images 1357 --without-jpeg don't compile with JPEG image support
1358 --with-tiff use -ltiff for displaying TIFF images 1358 --without-tiff don't compile with TIFF image support
1359 --with-gif use -lgif (or -lungif) for displaying GIF images 1359 --without-gif don't compile with GIF image support
1360 --with-png use -lpng for displaying PNG images 1360 --without-png don't compile with PNG image support
1361 --without-rsvg don't compile with SVG image support
1361 --with-freetype use -lfreetype for local fonts support 1362 --with-freetype use -lfreetype for local fonts support
1362 --with-xft use -lXft for anti aliased fonts 1363 --with-xft use -lXft for anti aliased fonts
1363 --with-gpm use -lgpm for mouse support on a GNU/Linux console 1364 --without-libotf don't use libotf for OpenType font support
1364 --with-rsvg use -lrsvg-2 for displaying SVG images 1365 --without-m17n-flt don't use m17n-flt for text shaping
1365 --with-gtk use GTK (same as --with-x-toolkit=gtk) 1366 --with-gtk use GTK toolkit
1366 --with-pkg-config-prog Path to pkg-config for finding GTK and librsvg
1367 --without-toolkit-scroll-bars 1367 --without-toolkit-scroll-bars
1368 don't use Motif or Xaw3d scroll bars 1368 don't use Motif or Xaw3d scroll bars
1369 --without-xaw3d don't use Xaw3d 1369 --without-xaw3d don't use Xaw3d
1370 --without-xim don't use X11 XIM 1370 --without-xim don't use X11 XIM
1371 --without-carbon don't use Carbon GUI on Mac OS X 1371 --with-carbon use Carbon GUI on Mac OS X. This is unsupported!
1372 --with-dbus use D-Bus 1372 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
1373 --without-libotf don't use libotf for OpenType font support 1373 console
1374 --without-m17n-flt don't use m17n-flt for text shaping 1374 --with-dbus compile with D-Bus support
1375 --with-pkg-config-prog=PATH
1376 Path to pkg-config for finding GTK and librsvg
1375 --with-x use the X Window System 1377 --with-x use the X Window System
1376 1378
1377 Some influential environment variables: 1379 Some influential environment variables:
1378 CC C compiler command 1380 CC C compiler command
1379 CFLAGS C compiler flags 1381 CFLAGS C compiler flags
1847 1849
1848 gameuser=games 1850 gameuser=games
1849 1851
1850 1852
1851 1853
1854
1852 # Check whether --with-gcc was given. 1855 # Check whether --with-gcc was given.
1853 if test "${with_gcc+set}" = set; then 1856 if test "${with_gcc+set}" = set; then
1854 withval=$with_gcc; 1857 withval=$with_gcc;
1855 fi 1858 fi
1856 1859
1857 1860
1858 1861
1859 # Check whether --with-pop was given. 1862 # Check whether --with-pop was given.
1860 if test "${with_pop+set}" = set; then 1863 if test "${with_pop+set}" = set; then
1861 withval=$with_pop; if test "$withval" = yes; then 1864 withval=$with_pop;
1865 else
1866 with_pop=yes
1867 fi
1868
1869 if test "$with_pop" = yes; then
1862 cat >>confdefs.h <<\_ACEOF 1870 cat >>confdefs.h <<\_ACEOF
1863 #define MAIL_USE_POP 1 1871 #define MAIL_USE_POP 1
1864 _ACEOF 1872 _ACEOF
1865 1873
1866 else : 1874 fi
1867 fi
1868 else
1869 cat >>confdefs.h <<\_ACEOF
1870 #define MAIL_USE_POP 1
1871 _ACEOF
1872
1873 fi
1874
1875 1875
1876 1876
1877 1877
1878 # Check whether --with-kerberos was given. 1878 # Check whether --with-kerberos was given.
1879 if test "${with_kerberos+set}" = set; then 1879 if test "${with_kerberos+set}" = set; then
1880 withval=$with_kerberos; if test "$withval" = yes; then 1880 withval=$with_kerberos;
1881 else
1882 with_kerberos=no
1883 fi
1884
1885 if test "$with_kerberos" = yes; then
1881 cat >>confdefs.h <<\_ACEOF 1886 cat >>confdefs.h <<\_ACEOF
1882 #define KERBEROS 1 1887 #define KERBEROS 1
1883 _ACEOF 1888 _ACEOF
1884 1889
1885 fi 1890 fi
1886 fi
1887
1888 1891
1889 1892
1890 1893
1891 # Check whether --with-kerberos5 was given. 1894 # Check whether --with-kerberos5 was given.
1892 if test "${with_kerberos5+set}" = set; then 1895 if test "${with_kerberos5+set}" = set; then
1893 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then 1896 withval=$with_kerberos5;
1894 if test "${with_kerberos+set}" != set; then 1897 else
1898 with_kerberos5=no
1899 fi
1900
1901 if test "${with_kerberos5}" = yes; then
1902 if test "${with_kerberos}" != yes; then
1895 with_kerberos=yes 1903 with_kerberos=yes
1896 cat >>confdefs.h <<\_ACEOF 1904 cat >>confdefs.h <<\_ACEOF
1897 #define KERBEROS 1 1905 #define KERBEROS 1
1898 _ACEOF 1906 _ACEOF
1899 1907
1902 cat >>confdefs.h <<\_ACEOF 1910 cat >>confdefs.h <<\_ACEOF
1903 #define KERBEROS5 1 1911 #define KERBEROS5 1
1904 _ACEOF 1912 _ACEOF
1905 1913
1906 fi 1914 fi
1907 fi
1908
1909 1915
1910 1916
1911 # Check whether --with-hesiod was given. 1917 # Check whether --with-hesiod was given.
1912 if test "${with_hesiod+set}" = set; then 1918 if test "${with_hesiod+set}" = set; then
1913 withval=$with_hesiod; if test "$withval" = yes; then 1919 withval=$with_hesiod;
1920 else
1921 with_hesiod=no
1922 fi
1923
1924 if test "$with_hesiod" = yes; then
1914 1925
1915 cat >>confdefs.h <<\_ACEOF 1926 cat >>confdefs.h <<\_ACEOF
1916 #define HESIOD 1 1927 #define HESIOD 1
1917 _ACEOF 1928 _ACEOF
1918 1929
1919 fi 1930 fi
1920 fi
1921
1922 1931
1923 1932
1924 # Check whether --with-sound was given. 1933 # Check whether --with-sound was given.
1925 if test "${with_sound+set}" = set; then 1934 if test "${with_sound+set}" = set; then
1926 withval=$with_sound; 1935 withval=$with_sound;
1936 else
1937 with_sound=yes
1927 fi 1938 fi
1928 1939
1929 1940
1930 1941
1931 # Check whether --with-x-toolkit was given. 1942 # Check whether --with-x-toolkit was given.
1954 1965
1955 1966
1956 # Check whether --with-xpm was given. 1967 # Check whether --with-xpm was given.
1957 if test "${with_xpm+set}" = set; then 1968 if test "${with_xpm+set}" = set; then
1958 withval=$with_xpm; 1969 withval=$with_xpm;
1970 else
1971 with_xpm=yes
1959 fi 1972 fi
1960 1973
1961 1974
1962 # Check whether --with-jpeg was given. 1975 # Check whether --with-jpeg was given.
1963 if test "${with_jpeg+set}" = set; then 1976 if test "${with_jpeg+set}" = set; then
1964 withval=$with_jpeg; 1977 withval=$with_jpeg;
1978 else
1979 with_jpeg=yes
1965 fi 1980 fi
1966 1981
1967 1982
1968 # Check whether --with-tiff was given. 1983 # Check whether --with-tiff was given.
1969 if test "${with_tiff+set}" = set; then 1984 if test "${with_tiff+set}" = set; then
1970 withval=$with_tiff; 1985 withval=$with_tiff;
1986 else
1987 with_tiff=yes
1971 fi 1988 fi
1972 1989
1973 1990
1974 # Check whether --with-gif was given. 1991 # Check whether --with-gif was given.
1975 if test "${with_gif+set}" = set; then 1992 if test "${with_gif+set}" = set; then
1976 withval=$with_gif; 1993 withval=$with_gif;
1994 else
1995 with_gif=yes
1977 fi 1996 fi
1978 1997
1979 1998
1980 # Check whether --with-png was given. 1999 # Check whether --with-png was given.
1981 if test "${with_png+set}" = set; then 2000 if test "${with_png+set}" = set; then
1982 withval=$with_png; 2001 withval=$with_png;
1983 fi 2002 else
2003 with_png=yes
2004 fi
2005
2006
2007 # Check whether --with-rsvg was given.
2008 if test "${with_rsvg+set}" = set; then
2009 withval=$with_rsvg;
2010 else
2011 with_rsvg=yes
2012 fi
2013
1984 2014
1985 2015
1986 # Check whether --with-freetype was given. 2016 # Check whether --with-freetype was given.
1987 if test "${with_freetype+set}" = set; then 2017 if test "${with_freetype+set}" = set; then
1988 withval=$with_freetype; 2018 withval=$with_freetype;
2019 else
2020 with_freetype=no
1989 fi 2021 fi
1990 2022
1991 2023
1992 # Check whether --with-xft was given. 2024 # Check whether --with-xft was given.
1993 if test "${with_xft+set}" = set; then 2025 if test "${with_xft+set}" = set; then
1994 withval=$with_xft; 2026 withval=$with_xft;
1995 fi 2027 else
2028 with_xft=no
2029 fi
2030
2031
2032 # Check whether --with-libotf was given.
2033 if test "${with_libotf+set}" = set; then
2034 withval=$with_libotf;
2035 else
2036 with_libotf=yes
2037 fi
2038
2039
2040 # Check whether --with-m17n-flt was given.
2041 if test "${with_m17n_flt+set}" = set; then
2042 withval=$with_m17n_flt;
2043 else
2044 with_m17n_flt=yes
2045 fi
2046
2047
2048
2049 # Check whether --with-gtk was given.
2050 if test "${with_gtk+set}" = set; then
2051 withval=$with_gtk;
2052 else
2053 with_gtk=no
2054 fi
2055
2056
2057 # Check whether --with-toolkit-scroll-bars was given.
2058 if test "${with_toolkit_scroll_bars+set}" = set; then
2059 withval=$with_toolkit_scroll_bars;
2060 else
2061 with_toolkit_scroll_bars=yes
2062 fi
2063
2064
2065 # Check whether --with-xaw3d was given.
2066 if test "${with_xaw3d+set}" = set; then
2067 withval=$with_xaw3d;
2068 else
2069 with_xaw3d=yes
2070 fi
2071
2072
2073 # Check whether --with-xim was given.
2074 if test "${with_xim+set}" = set; then
2075 withval=$with_xim;
2076 else
2077 with_xim=yes
2078 fi
2079
2080
2081 # Check whether --with-carbon was given.
2082 if test "${with_carbon+set}" = set; then
2083 withval=$with_carbon;
2084 else
2085 with_carbon=no
2086 fi
2087
1996 2088
1997 2089
1998 # Check whether --with-gpm was given. 2090 # Check whether --with-gpm was given.
1999 if test "${with_gpm+set}" = set; then 2091 if test "${with_gpm+set}" = set; then
2000 withval=$with_gpm; 2092 withval=$with_gpm;
2001 fi 2093 else
2002 2094 with_gpm=yes
2003 2095 fi
2004 # Check whether --with-rsvg was given. 2096
2005 if test "${with_rsvg+set}" = set; then 2097
2006 withval=$with_rsvg; 2098 # Check whether --with-dbus was given.
2007 fi 2099 if test "${with_dbus+set}" = set; then
2008 2100 withval=$with_dbus;
2009 2101 else
2010 # Check whether --with-gtk was given. 2102 with_dbus=no
2011 if test "${with_gtk+set}" = set; then 2103 fi
2012 withval=$with_gtk; 2104
2013 fi
2014 2105
2015 2106
2016 # Check whether --with-pkg-config-prog was given. 2107 # Check whether --with-pkg-config-prog was given.
2017 if test "${with_pkg_config_prog+set}" = set; then 2108 if test "${with_pkg_config_prog+set}" = set; then
2018 withval=$with_pkg_config_prog; 2109 withval=$with_pkg_config_prog;
2019 fi 2110 fi
2020 2111
2021 2112 if test "X${with_pkg_config_prog}" != X; then
2022 # Check whether --with-toolkit-scroll-bars was given. 2113 if test "${with_pkg_config_prog}" != yes; then
2023 if test "${with_toolkit_scroll_bars+set}" = set; then 2114 PKG_CONFIG="${with_pkg_config_prog}"
2024 withval=$with_toolkit_scroll_bars; 2115 fi
2025 fi 2116 fi
2026
2027
2028 # Check whether --with-xaw3d was given.
2029 if test "${with_xaw3d+set}" = set; then
2030 withval=$with_xaw3d;
2031 fi
2032
2033
2034 # Check whether --with-xim was given.
2035 if test "${with_xim+set}" = set; then
2036 withval=$with_xim;
2037 fi
2038
2039
2040 # Check whether --with-carbon was given.
2041 if test "${with_carbon+set}" = set; then
2042 withval=$with_carbon;
2043 fi
2044
2045
2046 # Check whether --with-dbus was given.
2047 if test "${with_dbus+set}" = set; then
2048 withval=$with_dbus;
2049 fi
2050
2051
2052 # Check whether --with-libotf was given.
2053 if test "${with_libotf+set}" = set; then
2054 withval=$with_libotf;
2055 fi
2056
2057
2058 # Check whether --with-m17n-flt was given.
2059 if test "${with_m17n_flt+set}" = set; then
2060 withval=$with_m17n_flt;
2061 fi
2062
2063 2117
2064 # Check whether --enable-carbon-app was given. 2118 # Check whether --enable-carbon-app was given.
2065 if test "${enable_carbon_app+set}" = set; then 2119 if test "${enable_carbon_app+set}" = set; then
2066 enableval=$enable_carbon_app; carbon_appdir_x=${enableval} 2120 enableval=$enable_carbon_app; carbon_appdir_x=${enableval}
2067 fi 2121 fi
2278 2332
2279 ### You would hope that you could choose an m/*.h file pretty much 2333 ### You would hope that you could choose an m/*.h file pretty much
2280 ### based on the machine portion of the configuration name, and an s- 2334 ### based on the machine portion of the configuration name, and an s-
2281 ### file based on the operating system portion. However, it turns out 2335 ### file based on the operating system portion. However, it turns out
2282 ### that each m/*.h file is pretty manufacturer-specific - for 2336 ### that each m/*.h file is pretty manufacturer-specific - for
2283 ### example, apollo.h, hp9000s300.h, mega68k, news.h, and tad68k are 2337 ### example hp9000s300.h is a 68000 machine;
2284 ### all 68000 machines; mips.h, pmax.h, and news-risc are all MIPS 2338 ### mips.h, pmax.h are all MIPS
2285 ### machines. So we basically have to have a special case for each 2339 ### machines. So we basically have to have a special case for each
2286 ### configuration name. 2340 ### configuration name.
2287 ### 2341 ###
2288 ### As far as handling version numbers on operating systems is 2342 ### As far as handling version numbers on operating systems is
2289 ### concerned, make sure things will fail in a fixable way. If 2343 ### concerned, make sure things will fail in a fixable way. If
2342 # This is somewhat bogus. 2396 # This is somewhat bogus.
2343 machine=hp9000s300 ;; 2397 machine=hp9000s300 ;;
2344 mips-*-netbsd*) machine=pmax ;; 2398 mips-*-netbsd*) machine=pmax ;;
2345 mipsel-*-netbsd*) machine=pmax ;; 2399 mipsel-*-netbsd*) machine=pmax ;;
2346 mipseb-*-netbsd*) machine=pmax ;; 2400 mipseb-*-netbsd*) machine=pmax ;;
2347 ns32k-*-netbsd*) machine=ns32000 ;;
2348 powerpc-*-netbsd*) machine=macppc ;; 2401 powerpc-*-netbsd*) machine=macppc ;;
2349 sparc*-*-netbsd*) machine=sparc ;; 2402 sparc*-*-netbsd*) machine=sparc ;;
2350 vax-*-netbsd*) machine=vax ;; 2403 vax-*-netbsd*) machine=vax ;;
2351 arm-*-netbsd*) machine=arm ;; 2404 arm-*-netbsd*) machine=arm ;;
2352 x86_64-*-netbsd*) machine=amdx86-64 ;; 2405 x86_64-*-netbsd*) machine=amdx86-64 ;;
2353 hppa-*-netbsd*) machine=hp800 ;; 2406 hppa-*-netbsd*) machine=hp800 ;;
2354 shle-*-netbsd*) machine=sh3el ;;
2355 esac 2407 esac
2356 ;; 2408 ;;
2357 2409
2358 ## OpenBSD ports 2410 ## OpenBSD ports
2359 *-*-openbsd* ) 2411 *-*-openbsd* )
2362 alpha*-*-openbsd*) machine=alpha ;; 2414 alpha*-*-openbsd*) machine=alpha ;;
2363 arm-*-openbsd*) machine=arm ;; 2415 arm-*-openbsd*) machine=arm ;;
2364 hppa-*-openbsd*) machine=hp9000s300 ;; 2416 hppa-*-openbsd*) machine=hp9000s300 ;;
2365 i386-*-openbsd*) machine=intel386 ;; 2417 i386-*-openbsd*) machine=intel386 ;;
2366 m68k-*-openbsd*) machine=hp9000s300 ;; 2418 m68k-*-openbsd*) machine=hp9000s300 ;;
2367 m88k-*-openbsd*) machine=aviion ;;
2368 mips64-*-openbsd*) machine=mips64 ;; 2419 mips64-*-openbsd*) machine=mips64 ;;
2369 powerpc-*-openbsd*) machine=macppc ;; 2420 powerpc-*-openbsd*) machine=macppc ;;
2370 sh-*-openbsd*) machine=sh3el ;;
2371 sparc*-*-openbsd*) machine=sparc ;; 2421 sparc*-*-openbsd*) machine=sparc ;;
2372 vax-*-openbsd*) machine=vax ;; 2422 vax-*-openbsd*) machine=vax ;;
2373 x86_64-*-openbsd*) machine=amdx86-64 ;; 2423 x86_64-*-openbsd*) machine=amdx86-64 ;;
2374 esac 2424 esac
2375 ;; 2425 ;;
2379 opsys=lynxos 2429 opsys=lynxos
2380 case "${canonical}" in 2430 case "${canonical}" in
2381 i[3456]86-*-lynxos*) machine=intel386 ;; 2431 i[3456]86-*-lynxos*) machine=intel386 ;;
2382 powerpc-*-lynxos*) machine=powerpc ;; 2432 powerpc-*-lynxos*) machine=powerpc ;;
2383 esac 2433 esac
2384 ;;
2385
2386 ## Acorn RISCiX:
2387 arm-acorn-riscix1.1* )
2388 machine=acorn opsys=riscix1-1
2389 ;;
2390 arm-acorn-riscix1.2* | arm-acorn-riscix )
2391 ## This name is riscix12 instead of riscix1.2
2392 ## to avoid a file name conflict on MSDOS.
2393 machine=acorn opsys=riscix12
2394 ;; 2434 ;;
2395 2435
2396 ## BSDI ports 2436 ## BSDI ports
2397 *-*-bsdi* ) 2437 *-*-bsdi* )
2398 opsys=bsdi 2438 opsys=bsdi
2408 *-*-bsdi3* ) opsys=bsdos3 ;; 2448 *-*-bsdi3* ) opsys=bsdos3 ;;
2409 *-*-bsdi[45]* ) opsys=bsdos4 ;; 2449 *-*-bsdi[45]* ) opsys=bsdos4 ;;
2410 esac 2450 esac
2411 ;; 2451 ;;
2412 2452
2413 ## Alliant machines
2414 ## Strictly speaking, we need the version of the alliant operating
2415 ## system to choose the right machine file, but currently the
2416 ## configuration name doesn't tell us enough to choose the right
2417 ## one; we need to give alliants their own operating system name to
2418 ## do this right. When someone cares, they can help us.
2419 fx80-alliant-* )
2420 machine=alliant4 opsys=bsd4-2
2421 ;;
2422 i860-alliant-* )
2423 machine=alliant-2800 opsys=bsd4-3
2424 ;;
2425
2426 ## Alpha (DEC) machines. 2453 ## Alpha (DEC) machines.
2427 alpha*-dec-osf* ) 2454 alpha*-dec-osf* )
2428 machine=alpha opsys=osf1 2455 machine=alpha opsys=osf1
2429 # This is needed to find X11R6.1 libraries for certain tests. 2456 # This is needed to find X11R6.1 libraries for certain tests.
2430 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib 2457 NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
2444 machine=alpha opsys=gnu-linux 2471 machine=alpha opsys=gnu-linux
2445 ;; 2472 ;;
2446 2473
2447 arm*-*-linux-gnu* ) 2474 arm*-*-linux-gnu* )
2448 machine=arm opsys=gnu-linux 2475 machine=arm opsys=gnu-linux
2449 ;;
2450
2451 ## Altos 3068
2452 m68*-altos-sysv* )
2453 machine=altos opsys=usg5-2
2454 ;;
2455
2456 ## Amdahl UTS
2457 580-amdahl-sysv* )
2458 machine=amdahl opsys=usg5-2-2
2459 ;;
2460
2461 ## Apollo, Domain/OS
2462 m68*-apollo-* )
2463 machine=apollo opsys=bsd4-3
2464 ;; 2476 ;;
2465 2477
2466 ## Apple Darwin / Mac OS X 2478 ## Apple Darwin / Mac OS X
2467 *-apple-darwin* ) 2479 *-apple-darwin* )
2468 case "${canonical}" in 2480 case "${canonical}" in
2479 CPP="${CPP} ${GCC_TEST_OPTIONS}" 2491 CPP="${CPP} ${GCC_TEST_OPTIONS}"
2480 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} 2492 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
2481 fi 2493 fi
2482 ;; 2494 ;;
2483 2495
2484 ## AT&T 3b2, 3b5, 3b15, 3b20
2485 we32k-att-sysv* )
2486 machine=att3b opsys=usg5-2-2
2487 ;;
2488
2489 ## AT&T 3b1 - The Mighty Unix PC!
2490 m68*-att-sysv* )
2491 machine=7300 opsys=usg5-2-2
2492 ;;
2493
2494 ## Bull dpx20
2495 rs6000-bull-bosx* )
2496 machine=ibmrs6000 opsys=aix3-2
2497 ;;
2498
2499 ## Bull dpx2
2500 m68*-bull-sysv3* )
2501 machine=dpx2 opsys=usg5-3
2502 ;;
2503
2504 ## Bull sps7
2505 m68*-bull-sysv2* )
2506 machine=sps7 opsys=usg5-2
2507 ;;
2508
2509 ## CCI 5/32, 6/32 -- see "Tahoe".
2510
2511 ## Celerity
2512 ## I don't know what configuration name to use for this; config.sub
2513 ## doesn't seem to know anything about it. Hey, Celerity users, get
2514 ## in touch with us!
2515 celerity-celerity-bsd* )
2516 machine=celerity opsys=bsd4-2
2517 ;;
2518
2519 ## Clipper
2520 ## What operating systems does this chip run that Emacs has been
2521 ## tested on?
2522 clipper-* )
2523 machine=clipper
2524 ## We'll use the catch-all code at the bottom to guess the
2525 ## operating system.
2526 ;;
2527
2528 ## Compaq Nonstop 2496 ## Compaq Nonstop
2529 mips-compaq-nonstopux* ) 2497 mips-compaq-nonstopux* )
2530 machine=nonstopux opsys=nonstopux 2498 machine=nonstopux opsys=nonstopux
2531 ;; 2499 ;;
2532 2500
2533 ## Convex
2534 *-convex-bsd* | *-convex-convexos* )
2535 machine=convex opsys=bsd4-3
2536 ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
2537 NON_GNU_CPP="cc -E -P"
2538 ;;
2539
2540 ## Cubix QBx/386 2501 ## Cubix QBx/386
2541 i[3456]86-cubix-sysv* ) 2502 i[3456]86-cubix-sysv* )
2542 machine=intel386 opsys=usg5-3 2503 machine=intel386 opsys=usg5-3
2543 ;; 2504 ;;
2544 2505
2545 ## Cydra 5
2546 cydra*-cydrome-sysv* )
2547 machine=cydra5 opsys=usg5-3
2548 ;;
2549
2550 ## Data General AViiON Machines
2551 ## DG changed naming conventions with the release of 5.4.4.10, they
2552 ## dropped the initial 5.4 but left the intervening R. Because of the
2553 ## R this shouldn't conflict with older versions of the OS (which I
2554 ## think were named like dgux4.*). In addition, DG new AViiONs series
2555 ## uses either Motorola M88k or Intel Pentium CPUs.
2556 m88k-dg-dguxR4.* | m88k-dg-dgux4* )
2557 machine=aviion opsys=dgux4
2558 ;;
2559 m88k-dg-dgux5.4R3* | m88k-dg-dgux5.4.3* )
2560 ## This name is dgux5-4-3 instead of dgux5-4r3
2561 ## to avoid a file name conflict on MSDOS.
2562 machine=aviion opsys=dgux5-4-3
2563 ;;
2564 m88k-dg-dgux5.4R2* | m88k-dg-dgux5.4.2* )
2565 machine=aviion opsys=dgux5-4r2
2566 ;;
2567 m88k-dg-dgux* )
2568 machine=aviion opsys=dgux
2569 ;;
2570
2571 ## Data General AViiON Intel (x86) Machines
2572 ## Exists from 5.4.3 (current i586-dg-dguxR4.11)
2573 ## Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il
2574 i[345]86-dg-dguxR4* )
2575 machine=aviion-intel opsys=dgux4
2576 ;;
2577
2578 ## DECstations
2579 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* ) 2506 mips-dec-ultrix[0-3].* | mips-dec-ultrix4.0* | mips-dec-bsd4.2* )
2580 machine=pmax opsys=bsd4-2 2507 machine=pmax opsys=bsd4-2
2581 ;; 2508 ;;
2582 mips-dec-ultrix4.[12]* | mips-dec-bsd* ) 2509 mips-dec-ultrix4.[12]* | mips-dec-bsd* )
2583 machine=pmax opsys=bsd4-3 2510 machine=pmax opsys=bsd4-3
2588 mips-dec-osf* ) 2515 mips-dec-osf* )
2589 machine=pmax opsys=osf1 2516 machine=pmax opsys=osf1
2590 ;; 2517 ;;
2591 mips-dec-mach_bsd4.3* ) 2518 mips-dec-mach_bsd4.3* )
2592 machine=pmax opsys=mach-bsd4-3 2519 machine=pmax opsys=mach-bsd4-3
2593 ;;
2594
2595 ## Motorola Delta machines
2596 m68k-motorola-sysv* | m68000-motorola-sysv* )
2597 machine=delta opsys=usg5-3
2598 if test -z "`type gnucc | grep 'not found'`"
2599 then
2600 if test -s /etc/167config
2601 then CC="gnucc -m68040"
2602 else CC="gnucc -m68881"
2603 fi
2604 else
2605 if test -z "`type gcc | grep 'not found'`"
2606 then CC=gcc
2607 else CC=cc
2608 fi
2609 fi
2610 ;;
2611 m88k-motorola-sysv4* )
2612 # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110
2613 # needs POSIX_SIGNALS and therefore needs usg5-4-2.
2614 # I hope there are not other 4.0 versions for this machine
2615 # which really need usg5-4 instead.
2616 machine=delta88k opsys=usg5-4-2
2617 ;;
2618 m88k-motorola-sysv* | m88k-motorola-m88kbcs* )
2619 machine=delta88k opsys=usg5-3
2620 ;;
2621
2622 ## Dual machines
2623 m68*-dual-sysv* )
2624 machine=dual opsys=usg5-2
2625 ;;
2626 m68*-dual-uniplus* )
2627 machine=dual opsys=unipl5-2
2628 ;;
2629
2630 ## Elxsi 6400
2631 elxsi-elxsi-sysv* )
2632 machine=elxsi opsys=usg5-2
2633 ;;
2634
2635 ## Encore machines
2636 ns16k-encore-bsd* )
2637 machine=ns16000 opsys=umax
2638 ;;
2639
2640 ## The GEC 63 - apparently, this port isn't really finished yet.
2641 # I'm sure we finished off the last of the machines, though. -- fx
2642
2643 ## Gould Power Node and NP1
2644 pn-gould-bsd4.2* )
2645 machine=gould opsys=bsd4-2
2646 ;;
2647 pn-gould-bsd4.3* )
2648 machine=gould opsys=bsd4-3
2649 ;;
2650 np1-gould-bsd* )
2651 machine=gould-np1 opsys=bsd4-3
2652 ;;
2653
2654 ## Harris Night Hawk machines running CX/UX (a 5000 looks just like a 4000
2655 ## as far as Emacs is concerned).
2656 m88k-harris-cxux* )
2657 # Build needs to be different on 7.0 and later releases
2658 case "`uname -r`" in
2659 [56].[0-9] ) machine=nh4000 opsys=cxux ;;
2660 [7].[0-9] ) machine=nh4000 opsys=cxux7 ;;
2661 esac
2662 NON_GNU_CPP="/lib/cpp"
2663 ;;
2664 ## Harris ecx or gcx running CX/UX (Series 1200, Series 3000)
2665 m68k-harris-cxux* )
2666 machine=nh3000 opsys=cxux
2667 ;;
2668 ## Harris power pc NightHawk running Power UNIX (Series 6000)
2669 powerpc-harris-powerunix )
2670 machine=nh6000 opsys=powerunix
2671 NON_GNU_CPP="cc -Xo -E -P"
2672 ;;
2673 ## SR2001/SR2201 running HI-UX/MPP
2674 hppa1.1-hitachi-hiuxmpp* )
2675 machine=sr2k opsys=hiuxmpp
2676 ;;
2677 hppa1.1-hitachi-hiuxwe2* )
2678 machine=sr2k opsys=hiuxwe2
2679 ;;
2680 ## Honeywell XPS100
2681 xps*-honeywell-sysv* )
2682 machine=xps100 opsys=usg5-2
2683 ;; 2520 ;;
2684 2521
2685 ## HP 9000 series 200 or 300 2522 ## HP 9000 series 200 or 300
2686 m68*-hp-bsd* ) 2523 m68*-hp-bsd* )
2687 machine=hp9000s300 opsys=bsd4-3 2524 machine=hp9000s300 opsys=bsd4-3
2741 ;; 2578 ;;
2742 hppa*-*-nextstep* ) 2579 hppa*-*-nextstep* )
2743 machine=hp800 opsys=nextstep 2580 machine=hp800 opsys=nextstep
2744 ;; 2581 ;;
2745 2582
2746 ## Orion machines
2747 orion-orion-bsd* )
2748 machine=orion opsys=bsd4-2
2749 ;;
2750 clipper-orion-bsd* )
2751 machine=orion105 opsys=bsd4-2
2752 ;;
2753
2754 ## IBM machines 2583 ## IBM machines
2755 i[3456]86-ibm-aix1.1* )
2756 machine=ibmps2-aix opsys=usg5-2-2
2757 ;;
2758 i[3456]86-ibm-aix1.[23]* | i[3456]86-ibm-aix* )
2759 machine=ibmps2-aix opsys=usg5-3
2760 ;;
2761 i370-ibm-aix*) 2584 i370-ibm-aix*)
2762 machine=ibm370aix opsys=usg5-3 2585 machine=ibm370aix opsys=usg5-3
2763 ;; 2586 ;;
2764 s390-*-linux-gnu* ) 2587 s390-*-linux-gnu* )
2765 machine=ibms390 opsys=gnu-linux 2588 machine=ibms390 opsys=gnu-linux
2792 machine=ibmrs6000 opsys=aix4-1 2615 machine=ibmrs6000 opsys=aix4-1
2793 ;; 2616 ;;
2794 rs6000-ibm-aix* | powerpc-ibm-aix* ) 2617 rs6000-ibm-aix* | powerpc-ibm-aix* )
2795 machine=ibmrs6000 opsys=aix3-2 2618 machine=ibmrs6000 opsys=aix3-2
2796 ;; 2619 ;;
2797 romp-ibm-bsd4.3* )
2798 machine=ibmrt opsys=bsd4-3
2799 ;;
2800 romp-ibm-bsd4.2* )
2801 machine=ibmrt opsys=bsd4-2
2802 ;;
2803 romp-ibm-aos4.3* )
2804 machine=ibmrt opsys=bsd4-3
2805 ;;
2806 romp-ibm-aos4.2* )
2807 machine=ibmrt opsys=bsd4-2
2808 ;;
2809 romp-ibm-aos* )
2810 machine=ibmrt opsys=bsd4-3
2811 ;;
2812 romp-ibm-bsd* )
2813 machine=ibmrt opsys=bsd4-3
2814 ;;
2815 romp-ibm-aix* )
2816 machine=ibmrt-aix opsys=usg5-2-2
2817 ;;
2818
2819 ## Integrated Solutions `Optimum V'
2820 m68*-isi-bsd4.2* )
2821 machine=isi-ov opsys=bsd4-2
2822 ;;
2823 m68*-isi-bsd4.3* )
2824 machine=isi-ov opsys=bsd4-3
2825 ;;
2826
2827 ## Intel 386 machines where we do care about the manufacturer
2828 i[3456]86-intsys-sysv* )
2829 machine=is386 opsys=usg5-2-2
2830 ;;
2831 2620
2832 ## Prime EXL 2621 ## Prime EXL
2833 i[3456]86-prime-sysv* ) 2622 i[3456]86-prime-sysv* )
2834 machine=i386 opsys=usg5-3 2623 machine=i386 opsys=usg5-3
2835 ;;
2836
2837 ## Sequent Symmetry running Dynix
2838 i[3456]86-sequent-bsd* )
2839 machine=symmetry opsys=bsd4-3
2840 ;;
2841
2842 ## Sequent Symmetry running ptx 4, which is a modified SVR4.
2843 i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
2844 machine=sequent-ptx opsys=ptx4
2845 NON_GNU_CPP=/lib/cpp
2846 ;;
2847
2848 ## Sequent Symmetry running DYNIX/ptx
2849 ## Use the old cpp rather than the newer ANSI one.
2850 i[3456]86-sequent-ptx* )
2851 machine=sequent-ptx opsys=ptx
2852 NON_GNU_CPP="/lib/cpp"
2853 ;; 2624 ;;
2854 2625
2855 ## ncr machine running svr4.3. 2626 ## ncr machine running svr4.3.
2856 i[3456]86-ncr-sysv4.3 ) 2627 i[3456]86-ncr-sysv4.3 )
2857 machine=ncr386 opsys=usg5-4-3 2628 machine=ncr386 opsys=usg5-4-3
2861 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) 2632 ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
2862 i[3456]86-ncr-sysv* ) 2633 i[3456]86-ncr-sysv* )
2863 machine=ncr386 opsys=usg5-4-2 2634 machine=ncr386 opsys=usg5-4-2
2864 ;; 2635 ;;
2865 2636
2866 ## Intel Paragon OSF/1
2867 i860-intel-osf1* )
2868 machine=paragon opsys=osf1 NON_GNU_CPP=/usr/mach/lib/cpp
2869 ;;
2870
2871 ## Intel 860
2872 i860-*-sysv4* )
2873 machine=i860 opsys=usg5-4
2874 NON_GNU_CC="/bin/cc" # Ie, not the one in /usr/ucb/cc.
2875 NON_GNU_CPP="/usr/ccs/lib/cpp" # cc -E tokenizes macro expansion.
2876 ;;
2877
2878 ## Macintosh PowerPC 2637 ## Macintosh PowerPC
2879 powerpc*-*-linux-gnu* ) 2638 powerpc*-*-linux-gnu* )
2880 machine=macppc opsys=gnu-linux 2639 machine=macppc opsys=gnu-linux
2881 ;;
2882
2883 ## Masscomp machines
2884 m68*-masscomp-rtu* )
2885 machine=masscomp opsys=rtu
2886 ;;
2887
2888 ## Megatest machines
2889 m68*-megatest-bsd* )
2890 machine=mega68 opsys=bsd4-2
2891 ;; 2640 ;;
2892 2641
2893 ## Workstations sold by MIPS 2642 ## Workstations sold by MIPS
2894 ## This is not necessarily all workstations using the MIPS processor - 2643 ## This is not necessarily all workstations using the MIPS processor -
2895 ## Irises are produced by SGI, and DECstations by DEC. 2644 ## Irises are produced by SGI, and DECstations by DEC.
2925 ## NeXT 2674 ## NeXT
2926 m68*-next-* | m68k-*-nextstep* ) 2675 m68*-next-* | m68k-*-nextstep* )
2927 machine=m68k opsys=nextstep 2676 machine=m68k opsys=nextstep
2928 ;; 2677 ;;
2929 2678
2930 ## The complete machine from National Semiconductor
2931 ns32k-ns-genix* )
2932 machine=ns32000 opsys=usg5-2
2933 ;;
2934
2935 ## NCR machines
2936 m68*-ncr-sysv2* | m68*-ncr-sysvr2* )
2937 machine=tower32 opsys=usg5-2-2
2938 ;;
2939 m68*-ncr-sysv3* | m68*-ncr-sysvr3* )
2940 machine=tower32v3 opsys=usg5-3
2941 ;;
2942
2943 ## NEC EWS4800 2679 ## NEC EWS4800
2944 mips-nec-sysv4*) 2680 mips-nec-sysv4*)
2945 machine=ews4800 opsys=ux4800 2681 machine=ews4800 opsys=ux4800
2946 ;;
2947
2948 ## Nixdorf Targon 31
2949 m68*-nixdorf-sysv* )
2950 machine=targon31 opsys=usg5-2-2
2951 ;;
2952
2953 ## Nu (TI or LMI)
2954 m68*-nu-sysv* )
2955 machine=nu opsys=usg5-2
2956 ;;
2957
2958 ## Plexus
2959 m68*-plexus-sysv* )
2960 machine=plexus opsys=usg5-2
2961 ;;
2962
2963 ## Pyramid machines
2964 ## I don't really have any idea what sort of processor the Pyramid has,
2965 ## so I'm assuming it is its own architecture.
2966 pyramid-pyramid-bsd* )
2967 machine=pyramid opsys=bsd4-2
2968 ;;
2969
2970 ## Sequent Balance
2971 ns32k-sequent-bsd4.2* )
2972 machine=sequent opsys=bsd4-2
2973 ;;
2974 ns32k-sequent-bsd4.3* )
2975 machine=sequent opsys=bsd4-3
2976 ;; 2682 ;;
2977 2683
2978 ## Siemens Nixdorf 2684 ## Siemens Nixdorf
2979 mips-siemens-sysv* | mips-sni-sysv*) 2685 mips-siemens-sysv* | mips-sni-sysv*)
2980 machine=mips-siemens opsys=usg5-4 2686 machine=mips-siemens opsys=usg5-4
2981 NON_GNU_CC=/usr/ccs/bin/cc 2687 NON_GNU_CC=/usr/ccs/bin/cc
2982 NON_GNU_CPP=/usr/ccs/lib/cpp 2688 NON_GNU_CPP=/usr/ccs/lib/cpp
2983 ;; 2689 ;;
2984 2690
2985 ## Silicon Graphics machines 2691 ## Silicon Graphics machines
2986 ## Iris 2500 and Iris 2500 Turbo (aka the Iris 3030)
2987 m68*-sgi-iris3.5* )
2988 machine=irist opsys=iris3-5
2989 ;;
2990 m68*-sgi-iris3.6* | m68*-sgi-iris*)
2991 machine=irist opsys=iris3-6
2992 ;;
2993 ## Iris 4D 2692 ## Iris 4D
2994 mips-sgi-irix3* )
2995 machine=iris4d opsys=irix3-3
2996 ;;
2997 mips-sgi-irix4* )
2998 machine=iris4d opsys=irix4-0
2999 ;;
3000 mips-sgi-irix6.5 ) 2693 mips-sgi-irix6.5 )
3001 machine=iris4d opsys=irix6-5 2694 machine=iris4d opsys=irix6-5
3002 # Without defining _LANGUAGE_C, things get masked out in the headers 2695 # Without defining _LANGUAGE_C, things get masked out in the headers
3003 # so that, for instance, grepping for `free' in stdlib.h fails and 2696 # so that, for instance, grepping for `free' in stdlib.h fails and
3004 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). 2697 # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
3018 ;; 2711 ;;
3019 mips-sgi-irix5* | mips-sgi-irix* ) 2712 mips-sgi-irix5* | mips-sgi-irix* )
3020 machine=iris4d opsys=irix5-2 2713 machine=iris4d opsys=irix5-2
3021 ;; 2714 ;;
3022 2715
3023 ## SONY machines
3024 m68*-sony-bsd4.2* )
3025 machine=news opsys=bsd4-2
3026 ;;
3027 m68*-sony-bsd4.3* )
3028 machine=news opsys=bsd4-3
3029 ;;
3030 m68*-sony-newsos3* | m68*-sony-news3*)
3031 machine=news opsys=bsd4-3
3032 ;;
3033 mips-sony-bsd* | mips-sony-newsos4* | mips-sony-news4*)
3034 machine=news-risc opsys=bsd4-3
3035 ;;
3036 mips-sony-newsos6* )
3037 machine=news-r6 opsys=newsos6
3038 ;;
3039 mips-sony-news* )
3040 machine=news-risc opsys=newsos5
3041 ;;
3042
3043 ## Stride
3044 m68*-stride-sysv* )
3045 machine=stride opsys=usg5-2
3046 ;;
3047
3048 ## Suns 2716 ## Suns
3049 sparc-*-linux-gnu* | sparc64-*-linux-gnu* ) 2717 sparc-*-linux-gnu* | sparc64-*-linux-gnu* )
3050 machine=sparc opsys=gnu-linux 2718 machine=sparc opsys=gnu-linux
3051 ;; 2719 ;;
3052 2720
3053 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \ 2721 *-auspex-sunos* | *-sun-sunos* | *-sun-bsd* | *-sun-solaris* \
3054 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \ 2722 | i[3456]86-*-solaris2* | i[3456]86-*-sunos5* | powerpc*-*-solaris2* \
3055 | rs6000-*-solaris2*) 2723 | rs6000-*-solaris2*)
3056 case "${canonical}" in 2724 case "${canonical}" in
3057 m68*-sunos1* ) machine=sun1 ;;
3058 m68*-sunos2* ) machine=sun2 ;;
3059 m68* ) machine=sun3 ;;
3060 i[3456]86-sun-sunos[34]* ) machine=sun386 ;;
3061 i[3456]86-*-* ) machine=intel386 ;; 2725 i[3456]86-*-* ) machine=intel386 ;;
3062 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;; 2726 amd64-*-*|x86_64-*-*) machine=amdx86-64 ;;
3063 powerpcle* ) machine=powerpcle ;; 2727 powerpcle* ) machine=powerpcle ;;
3064 powerpc* | rs6000* ) machine=ibmrs6000 ;; 2728 powerpc* | rs6000* ) machine=ibmrs6000 ;;
3065 sparc* ) machine=sparc ;; 2729 sparc* ) machine=sparc ;;
3066 * ) unported=yes ;; 2730 * ) unported=yes ;;
3067 esac 2731 esac
3068 case "${canonical}" in 2732 case "${canonical}" in
3069 ## The Sun386 didn't get past 4.0.
3070 i[3456]86-*-sunos4 ) opsys=sunos4-0 ;;
3071 *-sunos4.0* ) opsys=sunos4-0 ;;
3072 *-sunos4.1.[3-9]*noshare )
3073 ## This name is sunos413 instead of sunos4-1-3
3074 ## to avoid a file name conflict on MSDOS.
3075 opsys=sunos413
3076 NON_GNU_CPP=/usr/lib/cpp
3077 NON_GCC_TEST_OPTIONS=-Bstatic
3078 GCC_TEST_OPTIONS=-static
3079 ;;
3080 *-sunos4.1.[3-9]* | *-sunos4shr*)
3081 opsys=sunos4shr
3082 NON_GNU_CPP=/usr/lib/cpp
3083 ;;
3084 *-sunos4* | *-sunos )
3085 opsys=sunos4-1
3086 NON_GCC_TEST_OPTIONS=-Bstatic
3087 GCC_TEST_OPTIONS=-static
3088 ;;
3089 *-sunos5.3* | *-solaris2.3* ) 2733 *-sunos5.3* | *-solaris2.3* )
3090 opsys=sol2-3 2734 opsys=sol2-3
3091 NON_GNU_CPP=/usr/ccs/lib/cpp 2735 NON_GNU_CPP=/usr/ccs/lib/cpp
3092 ;; 2736 ;;
3093 *-sunos5.4* | *-solaris2.4* ) 2737 *-sunos5.4* | *-solaris2.4* )
3126 ;; 2770 ;;
3127 sparc-*-nextstep* ) 2771 sparc-*-nextstep* )
3128 machine=sparc opsys=nextstep 2772 machine=sparc opsys=nextstep
3129 ;; 2773 ;;
3130 2774
3131 ## Tadpole 68k
3132 m68*-tadpole-sysv* )
3133 machine=tad68k opsys=usg5-3
3134 ;;
3135
3136 ## Tahoe machines
3137 tahoe-tahoe-bsd4.2* )
3138 machine=tahoe opsys=bsd4-2
3139 ;;
3140 tahoe-tahoe-bsd4.3* )
3141 machine=tahoe opsys=bsd4-3
3142 ;;
3143
3144 ## Tandem Integrity S2 2775 ## Tandem Integrity S2
3145 mips-tandem-sysv* ) 2776 mips-tandem-sysv* )
3146 machine=tandem-s2 opsys=usg5-3 2777 machine=tandem-s2 opsys=usg5-3
3147 ;;
3148
3149 ## Tektronix XD88
3150 m88k-tektronix-sysv3* )
3151 machine=tekxd88 opsys=usg5-3
3152 ;;
3153
3154 ## Tektronix 16000 box (6130?)
3155 ns16k-tektronix-bsd* )
3156 machine=ns16000 opsys=bsd4-2
3157 ;;
3158 ## Tektronix 4300
3159 ## src/m/tek4300.h hints that this is a m68k machine.
3160 m68*-tektronix-bsd* )
3161 machine=tek4300 opsys=bsd4-3
3162 ;;
3163
3164 ## Titan P2 or P3
3165 ## We seem to have lost the machine-description file titan.h!
3166 titan-titan-sysv* )
3167 machine=titan opsys=usg5-3
3168 ;;
3169
3170 ## Ustation E30 (SS5E)
3171 m68*-unisys-uniplus* )
3172 machine=ustation opsystem=unipl5-2
3173 ;; 2778 ;;
3174 2779
3175 ## Vaxen. 2780 ## Vaxen.
3176 vax-dec-* ) 2781 vax-dec-* )
3177 machine=vax 2782 machine=vax
3184 *-vms* ) opsys=vms ;; 2789 *-vms* ) opsys=vms ;;
3185 * ) unported=yes 2790 * ) unported=yes
3186 esac 2791 esac
3187 ;; 2792 ;;
3188 2793
3189 ## Whitechapel MG1
3190 ns16k-whitechapel-* )
3191 machine=mg1
3192 ## We don't know what sort of OS runs on these; we'll let the
3193 ## operating system guessing code below try.
3194 ;;
3195
3196 ## Wicat
3197 m68*-wicat-sysv* )
3198 machine=wicat opsys=usg5-2
3199 ;;
3200
3201 ## IA-64 2794 ## IA-64
3202 ia64*-*-linux* ) 2795 ia64*-*-linux* )
3203 machine=ia64 opsys=gnu-linux 2796 machine=ia64 opsys=gnu-linux
3204 ;; 2797 ;;
3205 2798
3209 case "${canonical}" in 2802 case "${canonical}" in
3210 *-cygwin ) opsys=cygwin ;; 2803 *-cygwin ) opsys=cygwin ;;
3211 *-darwin* ) opsys=darwin 2804 *-darwin* ) opsys=darwin
3212 CPP="${CC-cc} -E -no-cpp-precomp" 2805 CPP="${CC-cc} -E -no-cpp-precomp"
3213 ;; 2806 ;;
3214 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
3215 *-isc2.2* ) opsys=isc2-2 ;;
3216 *-isc4.0* ) opsys=isc4-0 ;;
3217 *-isc4.* ) opsys=isc4-1
3218 GCC_TEST_OPTIONS=-posix
3219 NON_GCC_TEST_OPTIONS=-Xp
3220 ;;
3221 *-isc* ) opsys=isc3-0 ;;
3222 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
3223 *-esix* ) opsys=esix ;;
3224 *-xenix* ) opsys=xenix ;; 2807 *-xenix* ) opsys=xenix ;;
3225 *-linux-gnu* ) opsys=gnu-linux ;; 2808 *-linux-gnu* ) opsys=gnu-linux ;;
3226 *-sco3.2v4* ) opsys=sco4 ; NON_GNU_CPP=/lib/cpp ;;
3227 *-sco3.2v5* ) opsys=sco5
3228 NON_GNU_CPP=/lib/cpp
3229 # Prevent -belf from being passed to $CPP.
3230 # /lib/cpp does not accept it.
3231 OVERRIDE_CPPFLAGS=" "
3232 ;;
3233 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; 2809 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3234 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; 2810 *-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3235 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; 2811 *-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
3236 *-386bsd* ) opsys=386bsd ;; 2812 *-386bsd* ) opsys=386bsd ;;
3237 *-nextstep* ) opsys=nextstep ;; 2813 *-nextstep* ) opsys=nextstep ;;
3254 machine=sparc opsys=uxpds 2830 machine=sparc opsys=uxpds
3255 NON_GNU_CPP=/usr/ccs/lib/cpp 2831 NON_GNU_CPP=/usr/ccs/lib/cpp
3256 RANLIB="ar -ts" 2832 RANLIB="ar -ts"
3257 ;; 2833 ;;
3258 2834
3259 ## UXP/V
3260 f301-fujitsu-uxpv4.1)
3261 machine=f301 opsys=uxpv
3262 ;;
3263
3264 ## AMD x86-64 Linux-based GNU system 2835 ## AMD x86-64 Linux-based GNU system
3265 x86_64-*-linux-gnu* ) 2836 x86_64-*-linux-gnu* )
3266 machine=amdx86-64 opsys=gnu-linux 2837 machine=amdx86-64 opsys=gnu-linux
3267 ;; 2838 ;;
3268 2839
3269 ## Tensilica Xtensa Linux-based GNU system 2840 ## Tensilica Xtensa Linux-based GNU system
3270 xtensa-*-linux-gnu* ) 2841 xtensa*-*-linux-gnu* )
3271 machine=xtensa opsys=gnu-linux 2842 machine=xtensa opsys=gnu-linux
3272 ;; 2843 ;;
3273 2844
3274 * ) 2845 * )
3275 unported=yes 2846 unported=yes
6036 fi 5607 fi
6037 fi 5608 fi
6038 5609
6039 5610
6040 5611
6041 ### The standard library on x86-64 GNU/Linux distributions can 5612 ### The standard library on x86-64 and s390x GNU/Linux distributions can
6042 ### be located in either /usr/lib64 or /usr/lib. 5613 ### be located in either /usr/lib64 or /usr/lib.
6043 case "${canonical}" in 5614 case "${canonical}" in
6044 x86_64-*-linux-gnu* ) 5615 x86_64-*-linux-gnu* | s390x-*-linux-gnu* )
6045 if test -d /usr/lib64; then 5616 if test -d /usr/lib64; then
6046 5617
6047 cat >>confdefs.h <<\_ACEOF 5618 cat >>confdefs.h <<\_ACEOF
6048 #define HAVE_X86_64_LIB64_DIR 1 5619 #define HAVE_LIB64_DIR 1
6049 _ACEOF 5620 _ACEOF
6050 5621
6051 fi 5622 fi
6052 esac 5623 esac
6053 5624
6511 6082
6512 6083
6513 6084
6514 ALSA_REQUIRED=1.0.0 6085 ALSA_REQUIRED=1.0.0
6515 ALSA_MODULES="alsa >= $ALSA_REQUIRED" 6086 ALSA_MODULES="alsa >= $ALSA_REQUIRED"
6516 if test "X${with_pkg_config_prog}" != X; then
6517 PKG_CONFIG="${with_pkg_config_prog}"
6518 fi
6519 6087
6520 succeeded=no 6088 succeeded=no
6521 6089
6522 if test -z "$PKG_CONFIG"; then 6090 # Extract the first word of "pkg-config", so it can be a program name with args.
6523 # Extract the first word of "pkg-config", so it can be a program name with args.
6524 set dummy pkg-config; ac_word=$2 6091 set dummy pkg-config; ac_word=$2
6525 { echo "$as_me:$LINENO: checking for $ac_word" >&5 6092 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6526 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6527 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 6094 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
6528 echo $ECHO_N "(cached) $ECHO_C" >&6 6095 echo $ECHO_N "(cached) $ECHO_C" >&6
6559 { echo "$as_me:$LINENO: result: no" >&5 6126 { echo "$as_me:$LINENO: result: no" >&5
6560 echo "${ECHO_T}no" >&6; } 6127 echo "${ECHO_T}no" >&6; }
6561 fi 6128 fi
6562 6129
6563 6130
6564 fi
6565 6131
6566 if test "$PKG_CONFIG" = "no" ; then 6132 if test "$PKG_CONFIG" = "no" ; then
6567 HAVE_ALSA=no 6133 HAVE_ALSA=no
6568 else 6134 else
6569 PKG_CONFIG_MIN_VERSION=0.9.0 6135 PKG_CONFIG_MIN_VERSION=0.9.0
9810 HAVE_MENUS=no 9376 HAVE_MENUS=no
9811 case ${HAVE_X11} in 9377 case ${HAVE_X11} in
9812 yes ) HAVE_MENUS=yes ;; 9378 yes ) HAVE_MENUS=yes ;;
9813 esac 9379 esac
9814 9380
9815 if test "${opsys}" = "hpux9"; then
9816 case "${x_libraries}" in
9817 *X11R4* )
9818 opsysfile="s/hpux9-x11r4.h"
9819 ;;
9820 esac
9821 fi
9822
9823 if test "${opsys}" = "hpux9shr"; then
9824 case "${x_libraries}" in
9825 *X11R4* )
9826 opsysfile="s/hpux9shxr4.h"
9827 ;;
9828 esac
9829 fi
9830
9831 ### Compute the unexec source name from the object name. 9381 ### Compute the unexec source name from the object name.
9832 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`" 9382 UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
9833 9383
9834 # Do the opsystem or machine files prohibit the use of the GNU malloc? 9384 # Do the opsystem or machine files prohibit the use of the GNU malloc?
9835 # Assume not, until told otherwise. 9385 # Assume not, until told otherwise.
11160 10710
11161 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. 10711 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
11162 HAVE_RSVG=no 10712 HAVE_RSVG=no
11163 if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then 10713 if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then
11164 if test "${with_rsvg}" != "no"; then 10714 if test "${with_rsvg}" != "no"; then
11165 if test "X${with_pkg_config_prog}" != X; then
11166 PKG_CONFIG="${with_pkg_config_prog}"
11167 fi
11168
11169 RSVG_REQUIRED=2.0.0 10715 RSVG_REQUIRED=2.0.0
11170 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" 10716 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
11171 10717
11172 10718
11173 succeeded=no 10719 succeeded=no
11174 10720
11175 if test -z "$PKG_CONFIG"; then 10721 # Extract the first word of "pkg-config", so it can be a program name with args.
11176 # Extract the first word of "pkg-config", so it can be a program name with args.
11177 set dummy pkg-config; ac_word=$2 10722 set dummy pkg-config; ac_word=$2
11178 { echo "$as_me:$LINENO: checking for $ac_word" >&5 10723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11179 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 10724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11180 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 10725 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11181 echo $ECHO_N "(cached) $ECHO_C" >&6 10726 echo $ECHO_N "(cached) $ECHO_C" >&6
11212 { echo "$as_me:$LINENO: result: no" >&5 10757 { echo "$as_me:$LINENO: result: no" >&5
11213 echo "${ECHO_T}no" >&6; } 10758 echo "${ECHO_T}no" >&6; }
11214 fi 10759 fi
11215 10760
11216 10761
11217 fi
11218 10762
11219 if test "$PKG_CONFIG" = "no" ; then 10763 if test "$PKG_CONFIG" = "no" ; then
11220 : 10764 :
11221 else 10765 else
11222 PKG_CONFIG_MIN_VERSION=0.9.0 10766 PKG_CONFIG_MIN_VERSION=0.9.0
11295 fi 10839 fi
11296 GLIB_REQUIRED=2.6 10840 GLIB_REQUIRED=2.6
11297 GTK_REQUIRED=2.6 10841 GTK_REQUIRED=2.6
11298 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED" 10842 GTK_MODULES="gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED"
11299 10843
11300 if test "X${with_pkg_config_prog}" != X; then
11301 PKG_CONFIG="${with_pkg_config_prog}"
11302 fi
11303 10844
11304 succeeded=no 10845 succeeded=no
11305 10846
11306 if test -z "$PKG_CONFIG"; then 10847 # Extract the first word of "pkg-config", so it can be a program name with args.
11307 # Extract the first word of "pkg-config", so it can be a program name with args.
11308 set dummy pkg-config; ac_word=$2 10848 set dummy pkg-config; ac_word=$2
11309 { echo "$as_me:$LINENO: checking for $ac_word" >&5 10849 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 10850 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11311 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 10851 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
11312 echo $ECHO_N "(cached) $ECHO_C" >&6 10852 echo $ECHO_N "(cached) $ECHO_C" >&6
11343 { echo "$as_me:$LINENO: result: no" >&5 10883 { echo "$as_me:$LINENO: result: no" >&5
11344 echo "${ECHO_T}no" >&6; } 10884 echo "${ECHO_T}no" >&6; }
11345 fi 10885 fi
11346 10886
11347 10887
11348 fi
11349 10888
11350 if test "$PKG_CONFIG" = "no" ; then 10889 if test "$PKG_CONFIG" = "no" ; then
11351 pkg_check_gtk=no 10890 pkg_check_gtk=no
11352 else 10891 else
11353 PKG_CONFIG_MIN_VERSION=0.9.0 10892 PKG_CONFIG_MIN_VERSION=0.9.0
12061 HAVE_DBUS=no 11600 HAVE_DBUS=no
12062 if test "${with_dbus}" = "yes"; then 11601 if test "${with_dbus}" = "yes"; then
12063 11602
12064 succeeded=no 11603 succeeded=no
12065 11604
12066 if test -z "$PKG_CONFIG"; then 11605 # Extract the first word of "pkg-config", so it can be a program name with args.
12067 # Extract the first word of "pkg-config", so it can be a program name with args.
12068 set dummy pkg-config; ac_word=$2 11606 set dummy pkg-config; ac_word=$2
12069 { echo "$as_me:$LINENO: checking for $ac_word" >&5 11607 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 11608 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12071 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 11609 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12072 echo $ECHO_N "(cached) $ECHO_C" >&6 11610 echo $ECHO_N "(cached) $ECHO_C" >&6
12103 { echo "$as_me:$LINENO: result: no" >&5 11641 { echo "$as_me:$LINENO: result: no" >&5
12104 echo "${ECHO_T}no" >&6; } 11642 echo "${ECHO_T}no" >&6; }
12105 fi 11643 fi
12106 11644
12107 11645
12108 fi
12109 11646
12110 if test "$PKG_CONFIG" = "no" ; then 11647 if test "$PKG_CONFIG" = "no" ; then
12111 HAVE_DBUS=no 11648 HAVE_DBUS=no
12112 else 11649 else
12113 PKG_CONFIG_MIN_VERSION=0.9.0 11650 PKG_CONFIG_MIN_VERSION=0.9.0
12928 fi 12465 fi
12929 12466
12930 12467
12931 succeeded=no 12468 succeeded=no
12932 12469
12933 if test -z "$PKG_CONFIG"; then 12470 # Extract the first word of "pkg-config", so it can be a program name with args.
12934 # Extract the first word of "pkg-config", so it can be a program name with args.
12935 set dummy pkg-config; ac_word=$2 12471 set dummy pkg-config; ac_word=$2
12936 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12472 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12937 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12938 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12474 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
12939 echo $ECHO_N "(cached) $ECHO_C" >&6 12475 echo $ECHO_N "(cached) $ECHO_C" >&6
12970 { echo "$as_me:$LINENO: result: no" >&5 12506 { echo "$as_me:$LINENO: result: no" >&5
12971 echo "${ECHO_T}no" >&6; } 12507 echo "${ECHO_T}no" >&6; }
12972 fi 12508 fi
12973 12509
12974 12510
12975 fi
12976 12511
12977 if test "$PKG_CONFIG" = "no" ; then 12512 if test "$PKG_CONFIG" = "no" ; then
12978 HAVE_XFT=no 12513 HAVE_XFT=no
12979 else 12514 else
12980 PKG_CONFIG_MIN_VERSION=0.9.0 12515 PKG_CONFIG_MIN_VERSION=0.9.0
13249 elif test "x${with_freetype}" != "xno"; then 12784 elif test "x${with_freetype}" != "xno"; then
13250 if test "X${with_pkg_config_prog}" != X; then 12785 if test "X${with_pkg_config_prog}" != X; then
13251 PKG_CONFIG="${with_pkg_config_prog}" 12786 PKG_CONFIG="${with_pkg_config_prog}"
13252 fi 12787 fi
13253 12788
12789
13254 succeeded=no 12790 succeeded=no
13255 12791
13256 if test -z "$PKG_CONFIG"; then 12792 # Extract the first word of "pkg-config", so it can be a program name with args.
13257 # Extract the first word of "pkg-config", so it can be a program name with args.
13258 set dummy pkg-config; ac_word=$2 12793 set dummy pkg-config; ac_word=$2
13259 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12794 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12795 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13261 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12796 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13262 echo $ECHO_N "(cached) $ECHO_C" >&6 12797 echo $ECHO_N "(cached) $ECHO_C" >&6
13293 { echo "$as_me:$LINENO: result: no" >&5 12828 { echo "$as_me:$LINENO: result: no" >&5
13294 echo "${ECHO_T}no" >&6; } 12829 echo "${ECHO_T}no" >&6; }
13295 fi 12830 fi
13296 12831
13297 12832
13298 fi
13299 12833
13300 if test "$PKG_CONFIG" = "no" ; then 12834 if test "$PKG_CONFIG" = "no" ; then
13301 HAVE_FREETYPE=no 12835 HAVE_FREETYPE=no
13302 else 12836 else
13303 PKG_CONFIG_MIN_VERSION=0.9.0 12837 PKG_CONFIG_MIN_VERSION=0.9.0
13348 12882
13349 if test "${HAVE_FREETYPE}" = "yes"; then 12883 if test "${HAVE_FREETYPE}" = "yes"; then
13350 12884
13351 succeeded=no 12885 succeeded=no
13352 12886
13353 if test -z "$PKG_CONFIG"; then 12887 # Extract the first word of "pkg-config", so it can be a program name with args.
13354 # Extract the first word of "pkg-config", so it can be a program name with args.
13355 set dummy pkg-config; ac_word=$2 12888 set dummy pkg-config; ac_word=$2
13356 { echo "$as_me:$LINENO: checking for $ac_word" >&5 12889 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 12890 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13358 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 12891 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13359 echo $ECHO_N "(cached) $ECHO_C" >&6 12892 echo $ECHO_N "(cached) $ECHO_C" >&6
13390 { echo "$as_me:$LINENO: result: no" >&5 12923 { echo "$as_me:$LINENO: result: no" >&5
13391 echo "${ECHO_T}no" >&6; } 12924 echo "${ECHO_T}no" >&6; }
13392 fi 12925 fi
13393 12926
13394 12927
13395 fi
13396 12928
13397 if test "$PKG_CONFIG" = "no" ; then 12929 if test "$PKG_CONFIG" = "no" ; then
13398 HAVE_FC=no 12930 HAVE_FC=no
13399 else 12931 else
13400 PKG_CONFIG_MIN_VERSION=0.9.0 12932 PKG_CONFIG_MIN_VERSION=0.9.0
13461 PKG_CONFIG="${with_pkg_config_prog}" 12993 PKG_CONFIG="${with_pkg_config_prog}"
13462 fi 12994 fi
13463 12995
13464 succeeded=no 12996 succeeded=no
13465 12997
13466 if test -z "$PKG_CONFIG"; then 12998 # Extract the first word of "pkg-config", so it can be a program name with args.
13467 # Extract the first word of "pkg-config", so it can be a program name with args.
13468 set dummy pkg-config; ac_word=$2 12999 set dummy pkg-config; ac_word=$2
13469 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13000 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13471 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13002 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13472 echo $ECHO_N "(cached) $ECHO_C" >&6 13003 echo $ECHO_N "(cached) $ECHO_C" >&6
13503 { echo "$as_me:$LINENO: result: no" >&5 13034 { echo "$as_me:$LINENO: result: no" >&5
13504 echo "${ECHO_T}no" >&6; } 13035 echo "${ECHO_T}no" >&6; }
13505 fi 13036 fi
13506 13037
13507 13038
13508 fi
13509 13039
13510 if test "$PKG_CONFIG" = "no" ; then 13040 if test "$PKG_CONFIG" = "no" ; then
13511 pkg_check_libotf=no 13041 pkg_check_libotf=no
13512 else 13042 else
13513 PKG_CONFIG_MIN_VERSION=0.9.0 13043 PKG_CONFIG_MIN_VERSION=0.9.0
13572 PKG_CONFIG="${with_pkg_config_prog}" 13102 PKG_CONFIG="${with_pkg_config_prog}"
13573 fi 13103 fi
13574 13104
13575 succeeded=no 13105 succeeded=no
13576 13106
13577 if test -z "$PKG_CONFIG"; then 13107 # Extract the first word of "pkg-config", so it can be a program name with args.
13578 # Extract the first word of "pkg-config", so it can be a program name with args.
13579 set dummy pkg-config; ac_word=$2 13108 set dummy pkg-config; ac_word=$2
13580 { echo "$as_me:$LINENO: checking for $ac_word" >&5 13109 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 13110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13582 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 13111 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13583 echo $ECHO_N "(cached) $ECHO_C" >&6 13112 echo $ECHO_N "(cached) $ECHO_C" >&6
13614 { echo "$as_me:$LINENO: result: no" >&5 13143 { echo "$as_me:$LINENO: result: no" >&5
13615 echo "${ECHO_T}no" >&6; } 13144 echo "${ECHO_T}no" >&6; }
13616 fi 13145 fi
13617 13146
13618 13147
13619 fi
13620 13148
13621 if test "$PKG_CONFIG" = "no" ; then 13149 if test "$PKG_CONFIG" = "no" ; then
13622 pkg_check_m17n_flt=no 13150 pkg_check_m17n_flt=no
13623 else 13151 else
13624 PKG_CONFIG_MIN_VERSION=0.9.0 13152 PKG_CONFIG_MIN_VERSION=0.9.0
19102 /* confdefs.h. */ 18630 /* confdefs.h. */
19103 _ACEOF 18631 _ACEOF
19104 cat confdefs.h >>conftest.$ac_ext 18632 cat confdefs.h >>conftest.$ac_ext
19105 cat >>conftest.$ac_ext <<_ACEOF 18633 cat >>conftest.$ac_ext <<_ACEOF
19106 /* end confdefs.h. */ 18634 /* end confdefs.h. */
19107 #include <sys/types.h> /* for off_t */ 18635 #include <stdio.h>
19108 #include <stdio.h>
19109 int 18636 int
19110 main () 18637 main ()
19111 { 18638 {
19112 int (*fp) (FILE *, off_t, int) = fseeko; 18639 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
19113 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
19114 ; 18640 ;
19115 return 0; 18641 return 0;
19116 } 18642 }
19117 _ACEOF 18643 _ACEOF
19118 rm -f conftest.$ac_objext conftest$ac_exeext 18644 rm -f conftest.$ac_objext conftest$ac_exeext
19148 _ACEOF 18674 _ACEOF
19149 cat confdefs.h >>conftest.$ac_ext 18675 cat confdefs.h >>conftest.$ac_ext
19150 cat >>conftest.$ac_ext <<_ACEOF 18676 cat >>conftest.$ac_ext <<_ACEOF
19151 /* end confdefs.h. */ 18677 /* end confdefs.h. */
19152 #define _LARGEFILE_SOURCE 1 18678 #define _LARGEFILE_SOURCE 1
19153 #include <sys/types.h> /* for off_t */ 18679 #include <stdio.h>
19154 #include <stdio.h>
19155 int 18680 int
19156 main () 18681 main ()
19157 { 18682 {
19158 int (*fp) (FILE *, off_t, int) = fseeko; 18683 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
19159 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
19160 ; 18684 ;
19161 return 0; 18685 return 0;
19162 } 18686 }
19163 _ACEOF 18687 _ACEOF
19164 rm -f conftest.$ac_objext conftest$ac_exeext 18688 rm -f conftest.$ac_objext conftest$ac_exeext
24426 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" 23950 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
24427 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name" 23951 echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_gif_lib_name"
24428 echo " Does Emacs use -lpng? ${HAVE_PNG}" 23952 echo " Does Emacs use -lpng? ${HAVE_PNG}"
24429 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}" 23953 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
24430 echo " Does Emacs use -lgpm? ${HAVE_GPM}" 23954 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
23955 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
24431 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 23956 echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
24432 echo 23957 echo
24433 23958
24434 if test $USE_XASSERTS = yes; then 23959 if test $USE_XASSERTS = yes; then
24435 echo " Compiling with asserts turned on." 23960 echo " Compiling with asserts turned on."