From 49c9194035b60d89c9204dab9e3be27058ba832e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 25 Jan 2012 13:45:36 +0100 Subject: [PATCH] amversion: add missing dependency * m4/Makefile.am ($(top_srcdir)/m4/amversion.m4): Depend on configure.ac, since the value of $(VERSION) can change every time configure.ac is updated. --- m4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/Makefile.am b/m4/Makefile.am index 4fa1406..b0e0d84 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -72,7 +72,7 @@ EXTRA_DIST = acdir/dirlist amversion.in # loop otherwise. # Use `$(top_srcdir)/m4' for the benefit of non-GNU makes: this is # how amversion.m4 appears in our dependencies. -$(top_srcdir)/m4/amversion.m4: $(srcdir)/amversion.in +$(top_srcdir)/m4/amversion.m4: $(top_srcdir)/configure.ac $(srcdir)/amversion.in $(AM_V_at)sed \ -e 's,[@]VERSION[@],$(VERSION),g' \ -e 's,[@]APIVERSION[@],$(APIVERSION),g' \ -- 2.7.4