Commit 9f39e323 authored by Edward Wang's avatar Edward Wang Committed by Rafaël Carré

speex: fix pkg-config file generation

Avoid generating a blank 'Version' field by moving the declaration after AC_INIT
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent df55c07e
--- speex/configure.ac.orig 2013-10-16 12:58:06.707579608 +0200
+++ speex/configure.ac 2013-10-16 12:58:21.423579879 +0200
@@ -1,9 +1,5 @@
@@ -1,32 +1,29 @@
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
-AC_INIT(libspeex/speex.c)
......@@ -10,11 +10,11 @@
SPEEX_MAJOR_VERSION=1
SPEEX_MINOR_VERSION=1
SPEEX_MICRO_VERSION=16
@@ -11,22 +7,23 @@
SPEEX_EXTRA_VERSION=
#SPEEX_VERSION=
#SPEEX_VERSION=$SPEEX_MAJOR_VERSION.$SPEEX_MINOR_VERSION.$SPEEX_MICRO_VERSION$SPEEX_EXTRA_VERSION
SPEEX_VERSION="1.2rc1"
+AC_INIT([speex], 1.2rc1)
SPEEX_VERSION="1.2rc1"
SPEEX_LT_CURRENT=6
SPEEX_LT_REVISION=0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment