Mercurial > emacs
comparison configure @ 83847:04a921590494
Regenerate.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 02 Sep 2007 08:25:52 +0000 |
parents | c0220f0872a3 |
children | d5f914da2d4c |
comparison
equal
deleted
inserted
replaced
83846:952043283a52 | 83847:04a921590494 |
---|---|
1334 --without-pop don't support POP mail retrieval with movemail | 1334 --without-pop don't support POP mail retrieval with movemail |
1335 --with-kerberos support Kerberos-authenticated POP | 1335 --with-kerberos support Kerberos-authenticated POP |
1336 --with-kerberos5 support Kerberos version 5 authenticated POP | 1336 --with-kerberos5 support Kerberos version 5 authenticated POP |
1337 --with-hesiod support Hesiod to get the POP server host | 1337 --with-hesiod support Hesiod to get the POP server host |
1338 --without-sound don't compile with sound support | 1338 --without-sound don't compile with sound support |
1339 --with-x-toolkit=KIT use an X toolkit | 1339 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena, |
1340 (KIT = yes/lucid/athena/motif/gtk/no) | 1340 motif, gtk, no) |
1341 --with-xpm use -lXpm for displaying XPM images | 1341 --with-xpm use -lXpm for displaying XPM images |
1342 --with-jpeg use -ljpeg for displaying JPEG images | 1342 --with-jpeg use -ljpeg for displaying JPEG images |
1343 --with-tiff use -ltiff for displaying TIFF images | 1343 --with-tiff use -ltiff for displaying TIFF images |
1344 --with-gif use -lgif (or -lungif) for displaying GIF images | 1344 --with-gif use -lgif (or -lungif) for displaying GIF images |
1345 --with-png use -lpng for displaying PNG images | 1345 --with-png use -lpng for displaying PNG images |
1346 --with-gpm use -lgpm for mouse support on a GNU/Linux console | 1346 --with-gpm use -lgpm for mouse support on a GNU/Linux console |
1347 --with-rsvg use -lrsvg-2 for displaying SVG images | 1347 --with-rsvg use -lrsvg-2 for displaying SVG images |
1348 --with-gtk use GTK (same as --with-x-toolkit=gtk) | 1348 --with-gtk use GTK (same as --with-x-toolkit=gtk) |
1349 --with-pkg-config-prog Path to pkg-config to use for finding GTK and librsvg | 1349 --with-pkg-config-prog Path to pkg-config for finding GTK and librsvg |
1350 --without-toolkit-scroll-bars | 1350 --without-toolkit-scroll-bars |
1351 don't use Motif or Xaw3d scroll bars | 1351 don't use Motif or Xaw3d scroll bars |
1352 --without-xaw3d don't use Xaw3d | 1352 --without-xaw3d don't use Xaw3d |
1353 --without-xim don't use X11 XIM | 1353 --without-xim don't use X11 XIM |
1354 --without-carbon don't use Carbon GUI on Mac OS X | 1354 --without-carbon don't use Carbon GUI on Mac OS X |
1817 gamedir='${localstatedir}/games/emacs' | 1817 gamedir='${localstatedir}/games/emacs' |
1818 | 1818 |
1819 gameuser=games | 1819 gameuser=games |
1820 | 1820 |
1821 | 1821 |
1822 | |
1822 # Check whether --with-gcc was given. | 1823 # Check whether --with-gcc was given. |
1823 if test "${with_gcc+set}" = set; then | 1824 if test "${with_gcc+set}" = set; then |
1824 withval=$with_gcc; | 1825 withval=$with_gcc; |
1825 fi | 1826 fi |
1827 | |
1826 | 1828 |
1827 | 1829 |
1828 # Check whether --with-pop was given. | 1830 # Check whether --with-pop was given. |
1829 if test "${with_pop+set}" = set; then | 1831 if test "${with_pop+set}" = set; then |
1830 withval=$with_pop; if test "$withval" = yes; then | 1832 withval=$with_pop; if test "$withval" = yes; then |
1841 | 1843 |
1842 fi | 1844 fi |
1843 | 1845 |
1844 | 1846 |
1845 | 1847 |
1848 | |
1846 # Check whether --with-kerberos was given. | 1849 # Check whether --with-kerberos was given. |
1847 if test "${with_kerberos+set}" = set; then | 1850 if test "${with_kerberos+set}" = set; then |
1848 withval=$with_kerberos; if test "$withval" = yes; then | 1851 withval=$with_kerberos; if test "$withval" = yes; then |
1849 cat >>confdefs.h <<\_ACEOF | 1852 cat >>confdefs.h <<\_ACEOF |
1850 #define KERBEROS 1 | 1853 #define KERBEROS 1 |
1851 _ACEOF | 1854 _ACEOF |
1852 | 1855 |
1853 fi | 1856 fi |
1854 fi | 1857 fi |
1858 | |
1855 | 1859 |
1856 | 1860 |
1857 | 1861 |
1858 # Check whether --with-kerberos5 was given. | 1862 # Check whether --with-kerberos5 was given. |
1859 if test "${with_kerberos5+set}" = set; then | 1863 if test "${with_kerberos5+set}" = set; then |
1870 #define KERBEROS5 1 | 1874 #define KERBEROS5 1 |
1871 _ACEOF | 1875 _ACEOF |
1872 | 1876 |
1873 fi | 1877 fi |
1874 fi | 1878 fi |
1879 | |
1875 | 1880 |
1876 | 1881 |
1877 # Check whether --with-hesiod was given. | 1882 # Check whether --with-hesiod was given. |
1878 if test "${with_hesiod+set}" = set; then | 1883 if test "${with_hesiod+set}" = set; then |
1879 withval=$with_hesiod; if test "$withval" = yes; then | 1884 withval=$with_hesiod; if test "$withval" = yes; then |
1916 with_x_toolkit=$val | 1921 with_x_toolkit=$val |
1917 | 1922 |
1918 fi | 1923 fi |
1919 | 1924 |
1920 | 1925 |
1926 | |
1921 # Check whether --with-xpm was given. | 1927 # Check whether --with-xpm was given. |
1922 if test "${with_xpm+set}" = set; then | 1928 if test "${with_xpm+set}" = set; then |
1923 withval=$with_xpm; | 1929 withval=$with_xpm; |
1924 fi | 1930 fi |
1925 | 1931 |
1992 | 1998 |
1993 # Check whether --with-carbon was given. | 1999 # Check whether --with-carbon was given. |
1994 if test "${with_carbon+set}" = set; then | 2000 if test "${with_carbon+set}" = set; then |
1995 withval=$with_carbon; | 2001 withval=$with_carbon; |
1996 fi | 2002 fi |
2003 | |
1997 | 2004 |
1998 # Check whether --enable-carbon-app was given. | 2005 # Check whether --enable-carbon-app was given. |
1999 if test "${enable_carbon_app+set}" = set; then | 2006 if test "${enable_carbon_app+set}" = set; then |
2000 enableval=$enable_carbon_app; carbon_appdir_x=${enableval} | 2007 enableval=$enable_carbon_app; carbon_appdir_x=${enableval} |
2001 fi | 2008 fi |