head 1.2; access; symbols LMTP2NNTP_1_4_1:1.2 LMTP2NNTP_1_4_0:1.2 LMTP2NNTP_1_3_0:1.2 LMTP2NNTP_1_3b2:1.2 LMTP2NNTP_1_3b1:1.2 LMTP2NNTP_1_3a3:1.2 LMTP2NNTP_1_3a2:1.2 LMTP2NNTP_1_3a1:1.2 OSSP_RC_0_7_3:1.2 OSSP_RC_0_7_2:1.2 OSSP_RC_0_7_1:1.2 OSSP_RC_ALPHA_06:1.2 OSSP_RC_EXBROKEN:1.2 LMTP2NNTP_1_2_0:1.2 LMTP2NNTP_1_2b4:1.2 LMTP2NNTP_1_2b3:1.2 LMTP2NNTP_1_2b2:1.2 LMTP2NNTP_1_2b1:1.2 LMTP2NNTP_1_2a8:1.2 LMTP2NNTP_1_2a7:1.2 LMTP2NNTP_1_2a6:1.2 LMTP2NNTP_1_2a5:1.2 LMTP2NNTP_1_2a4:1.2 LMTP2NNTP_1_2a3:1.1; locks; strict; comment @# @; 1.2 date 2002.03.14.15.34.44; author thl; state Exp; branches; next 1.1; 1.1 date 2002.01.30.14.05.32; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrade to Autoconf 2.53 environment @ text @dnl ## dnl ## OSSP popt - Option Parsing Library dnl ## Copyright (c) 2002 Ralf S. Engelschall dnl ## Copyright (c) 2002 The OSSP Project dnl ## Copyright (c) 2002 Cable & Wireless Deutschland dnl ## dnl ## This file is part of OSSP popt, an option parsing library dnl ## which can be found at http://www.ossp.org/pkg/popt/. dnl ## dnl ## This program is free software; you can redistribute it and/or dnl ## modify it under the terms of the GNU General Public License dnl ## as published by the Free Software Foundation; either version dnl ## 2.0 of the License, or (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 GNU dnl ## General Public License for more details. dnl ## dnl ## You should have received a copy of the GNU General Public License dnl ## along with this file; if not, write to the Free Software dnl ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 dnl ## USA, or contact the OSSP project . dnl ## dnl ## configure.ac: GNU Autoconf source script dnl ## AC_PREREQ(2.53) AC_INIT V=`./shtool version -l txt -d long VERSION` ./shtool echo -e "Configuring %BOSSP popt%b (Option Parsing), Version %B${V}%b" AC_CONFIG_SRCDIR(popt.h) AC_PROG_MAKE_SET AC_PROG_CC AC_CHECK_DEBUGGING sinclude(libtool.m4) AC_PROG_LIBTOOL sinclude(popt.ac) AC_POPT AC_CONFIG_HEADERS(config.h) AC_CONFIG_FILES(Makefile popt-config) AC_CONFIG_COMMANDS([adjustment], [chmod a+x popt-config]) AC_OUTPUT @ 1.1 log @add devtool based build environment @ text @d28 2 a29 5 AC_PREREQ(2.52) AC_REVISION(1.0) AC_INIT(README) AC_DIVERT_PUSH(NOTICE) d32 1 a32 1 AC_DIVERT_POP() d34 1 a34 1 AC_SET_MAKE d46 1 a47 2 chmod a+x popt-config @