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
14 dnl Process this file with autoconf to produce a configure script.
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
24 dnl Setup for automake
25 -AM_INIT_AUTOMAKE(SDL2_ttf, $VERSION)
26 +AM_INIT_AUTOMAKE([foreign])