emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113516: * configure.ac: Use self-descriptive tags f


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113516: * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
Date: Wed, 24 Jul 2013 01:03:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113516
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-23 21:03:56 -0400
message:
  * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-07-23 23:00:43 +0000
+++ b/ChangeLog 2013-07-24 01:03:56 +0000
@@ -1,3 +1,7 @@
+2013-07-24  Glenn Morris  <address@hidden>
+
+       * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
+
 2013-07-23  Glenn Morris  <address@hidden>
 
        * configure.ac (etc, lisp): No need to create specially.

=== modified file 'configure.ac'
--- a/configure.ac      2013-07-23 23:00:43 +0000
+++ b/configure.ac      2013-07-24 01:03:56 +0000
@@ -4862,8 +4862,7 @@
 dnl to run `make prefix=/some/where/else' and override the values set
 dnl by configure.  This also explains the `move-if-change' test and
 dnl the use of force in the `epaths-force' rule in Makefile.in.
-AC_CONFIG_COMMANDS([epaths], [
-echo creating src/epaths.h
+AC_CONFIG_COMMANDS([src/epaths.h], [
 if test "${opsys}" = "mingw32"; then
   ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force-w32
 else
@@ -4871,9 +4870,8 @@
 fi
 ], [GCC="$GCC" CPPFLAGS="$CPPFLAGS" opsys="$opsys"])
 
-AC_CONFIG_COMMANDS([gdbinit], [
+AC_CONFIG_COMMANDS([src/.gdbinit], [
 if test ! -f src/.gdbinit && test -f "$srcdir/src/.gdbinit"; then
-  echo creating src/.gdbinit
   echo "source $srcdir/src/.gdbinit" > src/.gdbinit
 fi
 ])


reply via email to

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