[nesc] Last try.

Christopher Meng cicku at fedoraproject.org
Wed Jul 2 15:11:02 UTC 2014


commit 8c6ba0a98b6902bad4e1662c6a6ed4c42cdd13a1
Author: Christopher Meng <i at cicku.me>
Date:   Wed Jul 2 23:10:59 2014 +0800

    Last try.

 nesc.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/nesc.spec b/nesc.spec
index 9c31c5f..4f9f30b 100644
--- a/nesc.spec
+++ b/nesc.spec
@@ -19,6 +19,7 @@ BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gperf
+BuildRequires:  libtool
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
 %if 0%{?el} >= 6
@@ -71,8 +72,8 @@ package to use %{pkgname} with GNU Emacs.
 #patch2 -p1 -b .address
 
 %build
-autoreconf -fiv --enable-m4_pattern_allow
-%configure
+autoreconf -fiv
+%configure --enable-m4_pattern_allow
 %make_build
 
 %if 0%{?fedora}


More information about the scm-commits mailing list