head 1.10; access; symbols STR_0_9_4:1.8 STR_0_9_3:1.7 STR_0_9_2:1.7 STR_0_9_1:1.7 STR_0_9_0:1.7 str_init:1.1.1.1 str:1.1.1; locks; strict; comment @# @; expand @o@; 1.10 date 2001.08.16.12.16.52; author rse; state dead; branches; next 1.9; 1.9 date 2001.04.28.08.18.51; author rse; state Exp; branches; next 1.8; 1.8 date 2000.07.14.11.04.42; author rse; state Exp; branches; next 1.7; 1.7 date 2000.01.01.13.05.17; author rse; state Exp; branches; next 1.6; 1.6 date 99.12.28.10.19.00; author rse; state Exp; branches; next 1.5; 1.5 date 99.12.26.15.01.19; author rse; state Exp; branches; next 1.4; 1.4 date 99.12.26.14.56.25; author rse; state Exp; branches; next 1.3; 1.3 date 99.12.26.14.08.38; author rse; state Exp; branches; next 1.2; 1.2 date 99.12.25.18.26.09; author rse; state Exp; branches; next 1.1; 1.1 date 99.11.22.17.29.12; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.11.22.17.29.12; author rse; state Exp; branches; next ; desc @@ 1.10 log @Upgraded STR to GNU Autoconf 2.52 and GNU Libtool 1.4 @ text @dnl ## dnl ## Autoconf specification for STR library dnl ## AC_PREREQ(2.12)dnl AC_REVISION($Revision: 1.2 $) AC_INIT(README) AC_HEADLINE(dnl Str, String Library, dnl STR_VERSION, str_version.c, dnl [Copyright (c) 1999-2000 Ralf S. Engelschall ]) AC_CONFIG_HEADER(str_config.h) AC_PREFIX_DEFAULT(/usr/local) AC_PLATFORM(PLATFORM) echo "" AC_SET_MAKE AC_PROG_CC AC_PROG_CPP AC_CHECK_DEBUGGING AC_PROG_LIBTOOL($PLATFORM) AC_CHECK_SIZEOF(char, 1) AC_CHECK_SIZEOF(short, 2) AC_CHECK_SIZEOF(int, 4) AC_CHECK_SIZEOF(long, 4) AC_CHECK_SIZEOF(long long, 8) AC_CHECK_SIZEOF(void *, 4) AC_HAVE_FUNCS(memmove memset memcmp memchr) AC_HAVE_FUNCS(isnan isinf) AC_CHECK_FUNC(modf, , AC_CHECK_LIB(m, modf)) AC_OUTPUT(dnl Makefile dnl str-config dnl ,dnl chmod a+x str-config )dnl @ 1.9 log @*** empty log message *** @ text @@ 1.8 log @*** empty log message *** @ text @d32 1 @ 1.7 log @*** empty log message *** @ text @d33 2 @ 1.6 log @*** empty log message *** @ text @d12 1 a12 1 [Copyright (c) 1999 Ralf S. Engelschall ]) @ 1.5 log @*** empty log message *** @ text @a32 3 dnl # whether to build against PCRE library AC_CHECK_EXTLIB(PCRE, pcre, pcre_compile, pcre.h, AC_DEFINE(STR_PCRE)) @ 1.4 log @*** empty log message *** @ text @d38 3 @ 1.3 log @*** empty log message *** @ text @d13 1 d15 2 a16 1 AC_CONFIG_HEADER(str_config.h) a20 2 AC_CHECK_PROG(AR, ar, ar) AC_PROG_RANLIB d22 1 @ 1.2 log @*** empty log message *** @ text @d6 1 a6 1 AC_REVISION($Revision: 1.1.1.1 $) d29 2 @ 1.1 log @Initial revision @ text @d10 1 a10 1 STR, String Library, dnl @ 1.1.1.1 log @ @ text @@