emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115086: * Makefile.in (ACLOCAL_INPUTS): Add configu


From: Paul Eggert
Subject: [Emacs-diffs] trunk r115086: * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
Date: Wed, 13 Nov 2013 08:05:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115086
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2013-11-13 00:04:57 -0800
message:
  * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-11-12 02:50:28 +0000
+++ b/ChangeLog 2013-11-13 08:04:57 +0000
@@ -1,3 +1,7 @@
+2013-11-13  Paul Eggert  <address@hidden>
+
+       * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
+
 2013-11-12  Dani Moncayo  <address@hidden>
 
        * configure.ac [MINGW32]: Source nt/mingw-cfg.site.

=== modified file 'Makefile.in'
--- a/Makefile.in       2013-11-12 02:40:14 +0000
+++ b/Makefile.in       2013-11-13 08:04:57 +0000
@@ -435,7 +435,7 @@
 $(srcdir)/configure: $(AUTOCONF_INPUTS)
        cd ${srcdir} && autoconf
 
-ACLOCAL_INPUTS = $(srcdir)/m4/gnulib-comp.m4
+ACLOCAL_INPUTS = $(srcdir)/configure.ac $(srcdir)/m4/gnulib-comp.m4
 $(srcdir)/aclocal.m4: $(ACLOCAL_INPUTS)
        cd $(srcdir) && aclocal -I m4
 


reply via email to

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