Re: AC_FUNC_MMAP test fails on AIX for MAP_FIXED: who's at fault?

2024-07-31 Thread Tim Rice
powerpc-ibm-aix7.1.5.0 (with XPG_SUS_ENV=ON) > powerpc-ibm-aix7.3.1.0 (with XPG_SUS_ENV=ON) Same results as above on i686-unknown-sysv5UnixWare7.1.4 i686-unknown-sysv5SCO_SV6.0.0 i686-pc-sco3.2v5.0.7 x86_64-unknown-freebsd10.1 -- Tim RiceMultitalents t...@multitalents.net

Re: bool and C23

2022-08-21 Thread Tim Rice
macros > macOS: self-contained > mingw: self-contained > Minix: self-contained > musl: self-contained > NetBSD: self-contained > OpenBSD: self-contained > Solaris 10: #include -> #include , > #include , defines only macros > Solaris 11: #includ

Re: config.sub/config.guess using nonportable $(...) substitutions

2021-03-09 Thread Tim Rice
nd configure was just as happy as before. Like Solaris /bin/sh, UniWare's does not handle $(...) either. -- Tim RiceMultitalents t...@multitalents.net

Re: config.sub/config.guess using nonportable $(...) substitutions

2021-03-08 Thread Tim Rice
e shell and exec(ing) itself, then that is not so good. > % jsh config.sub x86_64-pc-linux-gnu > config.sub: syntax error at line 53: `me=$' unexpected > > (The heirloom-sh is essentially Solaris /bin/sh but runs on GNU/Linux > systems). -- Tim RiceMultitalents t...@multitalents.net

Re: Getting srcdir in script executed using m4_esyscmd in AC_INIT

2021-01-04 Thread Tim Rice
Forget to "rm -r autom4te.cache" ? -- Tim RiceMultitalents t...@multitalents.net

Re: configure speedup proposal: add --assume-c99 and --assume-posix2008 flags

2014-03-23 Thread Tim Rice
be wrong and configure scripts could be used ten years > later without being re-generated with the latest rules. Agreed. An example is xz-5.0.5. Configure errors out complaining of no c99 compiler but after fooling configure the package builds fine using a c

Re: process result code in if

2013-06-07 Thread Tim Rice
t; /dev/null 2>&1; then > > fi "if ! test ..." is definitely not portable. > > This works also when something else than a number or nothing at all is given. > > I will try to remember autoconf also eats brackets. > > arie -- Tim Rice

Re: autoconf 2.68 build issue

2012-03-27 Thread Tim Rice
; > +#include ]]) > > > After the command: aclocal $ACLOCAL_FLAGS -I . with configure.ac, the failure > output is as followed: > > configure.ac:164: error: AC_CHECK_MEMBER: requires literal arguments Try AC_CHECK_MEMBERS([struct ifaddrs.ifa_addr-&g

Re: autoconf-2.68b released [beta]

2012-03-02 Thread Tim Rice
ma-utils. > > so do you have any other distros to list ? > -mike UnixWare, OpenServer 5 & 6 -- Tim RiceMultitalents t...@multitalents.net ___ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf

Re: Fix testsuite errors due to shell quoted parameter expansion issue.

2010-08-03 Thread Tim Rice
On Tue, 3 Aug 2010, Eric Blake wrote: > On 08/03/2010 04:37 PM, Tim Rice wrote: > >>> What version of ksh did you test on? > >> My testing was with ksh93: > >> Version M 1993-12-28 o+ > >> > >> So David Korn introduced a regression sometime sinc

Re: Fix testsuite errors due to shell quoted parameter expansion issue.

2010-08-03 Thread Tim Rice
On Tue, 3 Aug 2010, Eric Blake wrote: > On 08/03/2010 03:42 PM, Tim Rice wrote: > >> ksh is the only shell that requires a space between the ) and {, even > >> though the ) is a metacharacter and should not need trailing space (even > >> Solaris /bin/sh got th

Re: Fix testsuite errors due to shell quoted parameter expansion issue.

2010-08-03 Thread Tim Rice
s Version M-11/16/88h On my Solaris 10 box with ksh Version M-11/16/88i $ ksh -c 'a(){ echo hi; }; a' hi Even my old OpenLinux 3.1.1 machine running pdksh-5.2.14-6MR gets it right What version of ksh did you test on? -- Tim RiceMultitalents(707) 88

Re: reasons for having no inclusion guards in config.h

2010-03-07 Thread Tim Rice
example. I was merely trying to make sure John had considered the case of multiple config.h in a project. I think that is what Bob was saying. > > H -- Tim RiceMultitalents(707) 887-1469 t...@multitalents.net _

Re: reasons for having no inclusion guards in config.h

2010-03-07 Thread Tim Rice
radutmp/config.h.in src/modules/rlm_smb/config.h.in src/modules/rlm_smsotp/config.h.in src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in src/modules/rlm_sqlhpwippool/config.h.in src/modules/rlm_unix/config.h.in It would work to have each of those with #ifndef FREERADIUS

Re: release is imminent

2010-02-26 Thread Tim Rice
rsion M-11/16/88h) on both UnixWare machines and all tests pass. This kind of suprised me. In times past ksh88 would give me more grief than ksh with autoconf. All in all things are quite improved over 2.64 and 2.65. -- Tim RiceMultitalents(707) 887-

non portable sed scripts

2006-05-19 Thread Tim Rice
ot in coreutils, the pattern "1define" is only in configure and can also be found in autoconf-2.59c/lib/autoconf/status.m4 -- Tim RiceMultitalents(707) 887-1469 [EMAIL PROTECTED]