[gq-commit] gq acinclude.m4,1.3,1.4
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-09-28 23:31:16
|
Update of /cvsroot/gqclient/gq In directory sc8-pr-cvs1:/tmp/cvs-serv26889 Modified Files: acinclude.m4 Log Message: * Added forgotten $Id$ and copyright message Index: acinclude.m4 =================================================================== RCS file: /cvsroot/gqclient/gq/acinclude.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** acinclude.m4 28 Sep 2003 22:32:27 -0000 1.3 --- acinclude.m4 28 Sep 2003 23:31:03 -0000 1.4 *************** *** 1,28 **** AC_DEFUN(ARG_YESNO, [ if test -z "$1"; then ! echo "no" else ! echo "yes" fi ]) ! ! dnl idea taken from the autoconf mailing list, posted by dnl Timur I. Bakeyev ti...@gn..., dnl http://mail.gnu.org/pipermail/autoconf/1999-October/008311.html dnl partly rewritten by Peter Stamfest <pe...@st...> ! dnl This determines, if struct tm containes tm_gmtoff field dnl or we should use extern long int timezone. - - dnl Add the following to your acconfig.h: - - dnl /* Define if your struct tm has tm_gmtoff. */ - dnl #undef HAVE_TM_GMTOFF - dnl #undef TM_GMTOFF dnl - dnl /* Define if you don't have tm_gmtoff but do have the external timezone. */ - dnl #undef HAVE_TIMEZONE AC_DEFUN(GC_TIMEZONE, --- 1,46 ---- + dnl + dnl $Id$ + dnl + dnl GQ -- a GTK-based LDAP client + dnl Copyright (C) 1998-2003 Bert Vermeulen + dnl Copyright (c) 2002-2003 Peter Stamfest <pe...@st...> + dnl + dnl This program is released under the Gnu General Public License with + dnl the additional exemption that compiling, linking, and/or using + dnl OpenSSL is allowed. + dnl + dnl This program is free software; you can redistribute it and/or modify + dnl it under the terms of the GNU General Public License as published by + dnl the Free Software Foundation; either version 2 of the License, or + dnl (at your option) any later version. + dnl + dnl This program is distributed in the hope that it will be useful, + dnl but WITHOUT ANY WARRANTY; without even the implied warranty of + dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + dnl GNU General Public License for more details. + dnl + dnl You should have received a copy of the GNU General Public License + dnl along with this program; if not, write to the Free Software + dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + dnl + + AC_DEFUN(ARG_YESNO, [ if test -z "$1"; then ! echo "no" else ! echo "yes" fi ]) ! dnl dnl idea taken from the autoconf mailing list, posted by dnl Timur I. Bakeyev ti...@gn..., dnl http://mail.gnu.org/pipermail/autoconf/1999-October/008311.html dnl partly rewritten by Peter Stamfest <pe...@st...> ! dnl dnl This determines, if struct tm containes tm_gmtoff field dnl or we should use extern long int timezone. dnl AC_DEFUN(GC_TIMEZONE, |