]> git.pld-linux.org Git - packages/ntp.git/commitdiff
add missing -I m4 for sntp build
authorElan Ruusamäe <glen@delfi.ee>
Mon, 31 Aug 2015 07:41:35 +0000 (10:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 31 Aug 2015 07:41:35 +0000 (10:41 +0300)
ntp.spec

index 2e860192226b79cd0063e4f0071abd0715cdd5bd..3ff6b4e37cbff67dc8e5dfde70c116b22cd0c782 100644 (file)
--- a/ntp.spec
+++ b/ntp.spec
@@ -263,7 +263,7 @@ echo 'AM_CONDITIONAL([NEED_LIBOPTS], false)' >> sntp/configure.ac
 %{__automake}
 cd sntp
 %{__libtoolize}
-%{__aclocal} -I libopts/m4 -I libevent/m4
+%{__aclocal} -I m4 -I libopts/m4 -I libevent/m4
 %{__autoconf}
 %{__automake}
 cd ..
This page took 0.042342 seconds and 4 git commands to generate.