emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109345: * configure.ac (opsysfile):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109345: * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
Date: Tue, 31 Jul 2012 19:12:24 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109345
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-07-31 19:12:24 -0400
message:
  * configure.ac (opsysfile): Use AH_TEMPLATE.  Doc fix.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-31 22:24:49 +0000
+++ b/ChangeLog 2012-07-31 23:12:24 +0000
@@ -1,5 +1,7 @@
 2012-07-31  Glenn Morris  <address@hidden>
 
+       * configure.ac (opsysfile): Use AH_TEMPLATE.  Doc fix.
+
        * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
        Move here from src.
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-31 22:24:49 +0000
+++ b/configure.ac      2012-07-31 23:12:24 +0000
@@ -3889,9 +3889,8 @@
                   [Define to the canonical Emacs configuration name.])
 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}",
                   [Define to the options passed to configure.])
-if test -z "No longer used"; then
-  AC_DEFINE(config_opsysfile, [], [Define to the used os dependent file.])
-fi
+AH_TEMPLATE(config_opsysfile, [Some platforms that do not use configure
+  define this to include extra configuration information.])
 
 XMENU_OBJ=
 XOBJ=


reply via email to

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