[libannodex] Fix build with new automake

Adam Jackson ajax at fedoraproject.org
Tue Jun 3 13:01:13 UTC 2014


commit f848e39ea5cf56d39f064a426f1427da83d628ee
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jun 3 09:01:21 2014 -0400

    Fix build with new automake

 libannodex.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/libannodex.spec b/libannodex.spec
index 8cf906c..6f2b78b 100644
--- a/libannodex.spec
+++ b/libannodex.spec
@@ -55,7 +55,7 @@ development using libannodex.
 aclocal -I m4
 libtoolize
 autoconf
-automake
+automake --add-missing
 
 %build
 %configure --disable-static
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Jun 03 2014 Adam Jackson <ajax at redhat.com> 0.7.3-19
+- Fix build with new automake
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list