diff options
| author | Glenn Morris | 2010-05-19 22:48:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-19 22:48:16 -0700 |
| commit | 21566ba7e5c6d0ba3fdd14da8320e76bc3cb63fe (patch) | |
| tree | 0aebd989a332e90d5521522c668c5f940e43abb6 | |
| parent | 49a817b3b33a62f66ff99f2b2c1ecc904d558a9e (diff) | |
| download | emacs-21566ba7e5c6d0ba3fdd14da8320e76bc3cb63fe.tar.gz emacs-21566ba7e5c6d0ba3fdd14da8320e76bc3cb63fe.zip | |
* configure.in (--with-gtk, --with-gcc): Remove option stubs.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 15 |
2 files changed, 8 insertions, 11 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (--with-gtk, --with-gcc): Remove option stubs. | ||
| 4 | |||
| 1 | 2010-05-19 Glenn Morris <rgm@gnu.org> | 5 | 2010-05-19 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables. | 7 | * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables. |
diff --git a/configure.in b/configure.in index 5d168d77886..a3574dd2391 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2,9 +2,11 @@ dnl Autoconf script for GNU Emacs | |||
| 2 | dnl To rebuild the `configure' script from this, execute the command | 2 | dnl To rebuild the `configure' script from this, execute the command |
| 3 | dnl autoconf | 3 | dnl autoconf |
| 4 | dnl in the directory containing this script. | 4 | dnl in the directory containing this script. |
| 5 | dnl If you changed any AC_DEFINES, also run autoheader. | ||
| 5 | dnl | 6 | dnl |
| 6 | dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, | 7 | dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, |
| 7 | dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 8 | dnl 2005, 2006, 2007, 2008, 2009, 2010 |
| 9 | dnl Free Software Foundation, Inc. | ||
| 8 | dnl | 10 | dnl |
| 9 | dnl This file is part of GNU Emacs. | 11 | dnl This file is part of GNU Emacs. |
| 10 | dnl | 12 | dnl |
| @@ -168,15 +170,6 @@ OPTION_DEFAULT_ON([selinux],[don't compile with SELinux support]) | |||
| 168 | dnl http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html | 170 | dnl http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html |
| 169 | OPTION_DEFAULT_ON([makeinfo],[don't require makeinfo for building manuals]) | 171 | OPTION_DEFAULT_ON([makeinfo],[don't require makeinfo for building manuals]) |
| 170 | 172 | ||
| 171 | dnl Can remove these in Emacs 24. | ||
| 172 | AC_ARG_WITH([gtk],, | ||
| 173 | [AC_MSG_ERROR([--with-gtk has been removed. Use --with-x-toolkit to | ||
| 174 | specify a toolkit.])],,) | ||
| 175 | |||
| 176 | AC_ARG_WITH([gcc],, | ||
| 177 | [AC_MSG_ERROR([--with-gcc has been removed. Set the `CC' environment | ||
| 178 | variable to specify a compiler.])],,) | ||
| 179 | |||
| 180 | AC_ARG_WITH([pkg-config-prog],dnl | 173 | AC_ARG_WITH([pkg-config-prog],dnl |
| 181 | [AS_HELP_STRING([--with-pkg-config-prog=PATH], | 174 | [AS_HELP_STRING([--with-pkg-config-prog=PATH], |
| 182 | [path to pkg-config for finding GTK and librsvg])]) | 175 | [path to pkg-config for finding GTK and librsvg])]) |