emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115717: * configure.ac: Replace obsolete macro AC_C


From: Andreas Schwab
Subject: [Emacs-diffs] trunk r115717: * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
Date: Mon, 23 Dec 2013 15:14:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115717
revision-id: address@hidden
parent: address@hidden
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Mon 2013-12-23 16:13:14 +0100
message:
  * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
  AC_CONFIG_HEADERS.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-12-19 18:00:05 +0000
+++ b/ChangeLog 2013-12-23 15:13:14 +0000
@@ -1,3 +1,8 @@
+2013-12-23  Andreas Schwab  <address@hidden>
+
+       * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
+       AC_CONFIG_HEADERS.
+
 2013-12-19  RĂ¼diger Sonderfeld  <address@hidden>
 
        * .gitignore: Ignore refcard temporaries and info/*.info files.

=== modified file 'configure.ac'
--- a/configure.ac      2013-12-14 22:59:20 +0000
+++ b/configure.ac      2013-12-23 15:13:14 +0000
@@ -78,7 +78,7 @@
   optsep=' '
 done
 
-AC_CONFIG_HEADER(src/config.h:src/config.in)
+AC_CONFIG_HEADERS(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)
 AC_CONFIG_AUX_DIR(build-aux)
 dnl Fairly arbitrary, older versions might work too.


reply via email to

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