comparison configure.in @ 261:dbf13a10be13

2003-8-20 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/protocols.c - largefile fixes * configure.in debian/changelog - updated version * cvsclean - clean up after ourselves a little more * ChangeLog-old README TODO docs/website/index.html.in - updated
author masneyb
date Thu, 21 Aug 2003 20:24:08 +0000
parents 9db114fe50c6
children 6527e9d405e9
comparison
equal deleted inserted replaced
260:71d0098c3735 261:dbf13a10be13
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 2
3 AC_INIT(lib/gftp.h) 3 AC_INIT(lib/gftp.h)
4 4
5 AM_CONFIG_HEADER(config.h) 5 AM_CONFIG_HEADER(config.h)
6 AM_INIT_AUTOMAKE(gftp,2.0.15rc2) 6 AM_INIT_AUTOMAKE(gftp,2.0.15)
7 7
8 AC_ARG_ENABLE(gtk20, 8 AC_ARG_ENABLE(gtk20,
9 [ --disable-gtk20 Don't look for GTK+ 2.0 libraries], 9 [ --disable-gtk20 Don't look for GTK+ 2.0 libraries],
10 enable_gtk20=$enableval, 10 enable_gtk20=$enableval,
11 enable_gtk20="yes") 11 enable_gtk20="yes")