Fix dependence on computed configure variables.

* doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
$(top_srcdir)/configure.ac so that changes to computed variables, such
as PACKAGE_VERSION, are seen.
* tests/Makefile.am ($(srcdir)/package.m4): Likewise.
This commit is contained in:
Joel E. Denny
2008-07-27 01:15:12 -04:00
parent 5523ac79a0
commit c53d18b157
3 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
2008-07-27 Joel E. Denny <[email protected]>
Fix dependence on computed configure variables.
* doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
$(top_srcdir)/configure.ac so that changes to computed variables, such
as PACKAGE_VERSION, are seen.
* tests/Makefile.am ($(srcdir)/package.m4): Likewise.
2008-07-20 Joel E. Denny <[email protected]>
Update copyright dates for recent changes.