emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100374: * configure.in (--with-gtk,


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100374: * configure.in (--with-gtk, --with-gcc): Remove option stubs.
Date: Wed, 19 May 2010 22:48:16 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100374
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-05-19 22:48:16 -0700
message:
  * configure.in (--with-gtk, --with-gcc): Remove option stubs.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-05-19 02:42:04 +0000
+++ b/ChangeLog 2010-05-20 05:48:16 +0000
@@ -1,3 +1,7 @@
+2010-05-20  Glenn Morris  <address@hidden>
+
+       * configure.in (--with-gtk, --with-gcc): Remove option stubs.
+
 2010-05-19  Glenn Morris  <address@hidden>
 
        * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.

=== modified file 'configure.in'
--- a/configure.in      2010-05-19 02:42:04 +0000
+++ b/configure.in      2010-05-20 05:48:16 +0000
@@ -2,9 +2,11 @@
 dnl To rebuild the `configure' script from this, execute the command
 dnl    autoconf
 dnl in the directory containing this script.
+dnl If you changed any AC_DEFINES, also run autoheader.
 dnl
-dnl  Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003,
-dnl    2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+dnl  Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004,
+dnl    2005, 2006, 2007, 2008, 2009, 2010
+dnl    Free Software Foundation, Inc.
 dnl
 dnl  This file is part of GNU Emacs.
 dnl
@@ -168,15 +170,6 @@
 dnl http://lists.gnu.org/archive/html/emacs-devel/2008-04/msg01844.html
 OPTION_DEFAULT_ON([makeinfo],[don't require makeinfo for building manuals])
 
-dnl Can remove these in Emacs 24.
-AC_ARG_WITH([gtk],,
-  [AC_MSG_ERROR([--with-gtk has been removed.  Use --with-x-toolkit to
-specify a toolkit.])],,)
-
-AC_ARG_WITH([gcc],,
-  [AC_MSG_ERROR([--with-gcc has been removed.  Set the `CC' environment
-variable to specify a compiler.])],,)
-
 AC_ARG_WITH([pkg-config-prog],dnl
 [AS_HELP_STRING([--with-pkg-config-prog=PATH],
                   [path to pkg-config for finding GTK and librsvg])])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]