comparison configure.ac @ 829:2531396c2718

Bump up autoconf version requirement.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 00:06:39 +0200
parents 517c235cafb4
children ae1f6418d093
comparison
equal deleted inserted replaced
828:517c235cafb4 829:2531396c2718
1 dnl *** 1 dnl ***
2 dnl *** Process this file with autoconf to produce a configure script. 2 dnl *** Process this file with autoconf to produce a configure script.
3 dnl *** 3 dnl ***
4 4
5 dnl Require autoconf 2.60 or later 5 dnl Require autoconf 2.65 or later
6 AC_PREREQ([2.60]) 6 AC_PREREQ([2.65])
7 7
8 dnl Initialize 8 dnl Initialize
9 AC_INIT([XMMS-SID], [0.8.92], [ccr@tnsp.org]) 9 AC_INIT([XMMS-SID], [0.8.92], [ccr@tnsp.org])
10 AC_COPYRIGHT([[(C) 2003-2012 Matti 'ccr' Hamalainen]]) 10 AC_COPYRIGHT([[(C) 2003-2012 Matti 'ccr' Hamalainen]])
11 AC_CONFIG_SRCDIR([src/xmms-sid.h]) 11 AC_CONFIG_SRCDIR([src/xmms-sid.h])