comparison configure.in @ 780:e2d5adfaa9a9

2006-7-19 Brian Masney <masneyb@gftp.org> * configure.in - updated version number to 2.0.19pre1. I have a long ways to go though before I can put out a new release of gftp. I want to close a lot of the bugs in Bugzilla * docs/sample.gftp/disconnect.xpm docs/sample.gftp/gftp-mini-logo.png - added more pixmaps to CVS
author masneyb
date Thu, 20 Jul 2006 03:18:52 +0000
parents 3c8eaadd97f0
children 1f822f137e19
comparison
equal deleted inserted replaced
779:cb70c5abd8f3 780:e2d5adfaa9a9
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.18) 6 AM_INIT_AUTOMAKE(gftp,2.0.19pre1)
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")