[libmodbus] Run aclocal and automake to fix fc21 autoconf problems

John Morris zultron at fedoraproject.org
Sat Jan 4 15:19:07 UTC 2014


commit 3daf4b3702f01a7f57a3b54b7d959eb1970c05f8
Author: John Morris <john at zultron.com>
Date:   Sat Jan 4 09:18:04 2014 -0600

    Run aclocal and automake to fix fc21 autoconf problems

 libmodbus.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libmodbus.spec b/libmodbus.spec
index b95d128..ecbcf25 100644
--- a/libmodbus.spec
+++ b/libmodbus.spec
@@ -29,6 +29,8 @@ for developing software which uses the libmodbus library.
 %prep
 %setup -q
 
+aclocal
+automake --add-missing
 autoreconf
 
 %build
@@ -63,6 +65,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
 %changelog
 * Sat Dec 28 2013 John Morris <john at zultron.com> - 3.0.5-2
 - Fix 'bogus date in %%changelog' warnings
+- Run aclocal and automake to fix fc21 autoconf problems
 
 * Thu Dec 19 2013 John Morris <john at zultron.com> - 3.0.5-1
 - new upstream release


More information about the scm-commits mailing list