[znc/el6/master] Run autogen.sh before configure

Nick Bebout nb at fedoraproject.org
Wed Feb 16 01:30:02 UTC 2011


commit 63305656f7f11e19652c2f2704dbceb77cd83ad0
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Feb 15 19:29:56 2011 -0600

    Run autogen.sh before configure

 znc.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/znc.spec b/znc.spec
index f79054d..05fe94f 100644
--- a/znc.spec
+++ b/znc.spec
@@ -68,6 +68,7 @@ perl module for ZNC
 chmod -x modules/q.cpp
 
 %build
+./autogen.sh
 %configure \
      --with-module-prefix=%{_libdir}/znc \
      --enable-ipv6 --enable-extra --enable-sasl --enable-perl --enable-tcl


More information about the scm-commits mailing list