python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / sdl2_ttf / 0002-fix-autoreconf.patch
blob88543a9491c4c09e02deeb47877d8d80247128f7
1 # HG changeset patch
2 # User "Yann E. MORIN" <yann.morin.1998@free.fr>
3 # Date 1485597428 -3600
4 # Node ID 26376ce4a3e6565885fd984b3fe5a39a6895dcdd
5 # Parent 3b93536d291a34183592fd29ef1df9cf1416ac09
6 configure: fix autoreconf
8 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 diff --git a/configure.in b/configure.in
11 --- a/configure.in
12 +++ b/configure.in
13 @@ -1,5 +1,6 @@
14 dnl Process this file with autoconf to produce a configure script.
15 -AC_INIT(README.txt)
16 +dnl The version string must be a literal
17 +AC_INIT([SDL2_ttf],[2.0.14])
19 dnl Set various version strings - taken gratefully from the GTk sources
21 @@ -42,7 +42,7 @@
22 AC_CANONICAL_HOST
24 dnl Setup for automake
25 -AM_INIT_AUTOMAKE(SDL2_ttf, $VERSION)
26 +AM_INIT_AUTOMAKE([foreign])
28 dnl Check for tools
29 AC_PROG_LIBTOOL