comparison configure.in @ 1783:950a3e2be27d

[gaim-migrate @ 1793] Who knows if it'll be called this or not. Might as well go ahead and change the version numbers anyway. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 30 Apr 2001 18:52:47 +0000
parents 9bc21732ba79
children bf2434d36e54
comparison
equal deleted inserted replaced
1782:40467268932e 1783:950a3e2be27d
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 AC_INIT(src/aim.c) 2 AC_INIT(src/aim.c)
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE([gaim], [0.11.0pre11]) 4 AM_INIT_AUTOMAKE([gaim], [0.11.0pre12])
5 5
6 dnl Checks for programs. 6 dnl Checks for programs.
7 AC_ENABLE_STATIC(no) 7 AC_ENABLE_STATIC(no)
8 AM_PROG_LIBTOOL 8 AM_PROG_LIBTOOL
9 LIBTOOL="$LIBTOOL --silent" 9 LIBTOOL="$LIBTOOL --silent"