Re: C Compiler dependency-file generation

2001-05-18 Thread autoconf
does_dependencies=yes, cc_does_dependencies=no) > CFLAGS="$OLDCFLAGS" > AC_LANG_RESTORE > CC_DOES_DEPENDENCIES=$cc_does_dependencies > AC_SUBST(CC_DOES_DEPENDENCIES) > ]) > ]) > > Is there a better way? Should something like this go into autoconf? -- albert chin ([EMAIL PROTECTED])

AC_C_INLINE test not robust enough?

2001-06-26 Thread autoconf
AC_C_INLINE loops through "inline", "__inline__", and "__inline" to determine the proper keyword for inline support. These are used in the following code fragment to test for inline support: static $inline int static_foo () {return 0; } $inline int foo () {return 0; } The IRIX C compiler has

Re: Weird problems on AIX 4.3.3.0 system

2001-07-31 Thread autoconf
On Tue, Jul 31, 2001 at 01:15:58PM -0500, Will Andrews wrote: > On Tue, Jul 31, 2001 at 10:17:49AM -0700, Paul Eggert ([EMAIL PROTECTED]) wrote: > > Perhaps you're running 'configure' as root but the shell-script as > > non-root? That might explain matters if the source is mounted via NFS > > wit

Checking `gpp' as executable for C++ compiler in 2.52

2001-08-05 Thread autoconf
Why was `gpp' chosen as a possible executable name for a C++ compiler in AC_PROG_CXX (Autoconf 2.52)? This clashes with: http://www.math.polytechnique.fr/cmat/auroux/prog/gpp.html -- albert chin ([EMAIL PROTECTED])

Invalid expansion of AC_CHECK_FUNCS in 2.64+?

2010-12-09 Thread autoconf
Hi all, as part of a research project I am performing changes to the GNU binutils 2.18. When using Autoconf 2.68 on libiberty/configure.ac, I get the following error during configure: conftest.c:40:9: error: macro names must be identifiers [...] configure: failed program was

Re: Generating version numbers from files not tags, in mixed svn / git-svn environments

2014-06-19 Thread autoconf
: > Hi Raphael, > > (Resurrecting: > https://lists.gnu.org/archive/html/autoconf/2009-12/msg00056.html) > > > I would like to submit the attached script to your collective attention. > > This is a helper script to automate handling project version numbers in a > &g

My we;bcam is up and ready for you to see!

2004-09-05 Thread autoconf
___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Make her scream tonight. Details here 5T

2004-09-08 Thread autoconf
___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Download Eminem-Shaggy'S Mp3s 01.01.2003 16:46:33

2003-01-01 Thread autoconf
! Hello Webmasters ! www.Netlist.net has Opened ! So Join Our toplist and increase your traffic for free. You wont need to open pop-up ! Because we have a dinamic counter looks like: Click That logo and come to our site. Than Add Your site to the correct Category.. We Accep All Kind

NeTLiST.net ACILDI !! 02.01.2003 20:41:14

2003-01-02 Thread autoconf
! Merhaba Degerli Webmasterlar ! www.Netlist.net ACILDI ! Toplistimize kaydolun ve sitenizi YABANCI lara tanitin. Tamamen ingilizce olan portalimiz uzerinden reklaminizi ucretsiz yapin. ! Sistem dinamic sayacla isterseniz de pop-up la calisiyor. Pop-up eklerseniz listede 2 kat daha hi

Research Symbol SFCI

2003-03-12 Thread autoconf
Title: Low Low-Priced Solutions to High-Priced Problems SU

Best pain fix. Paracodin

2004-06-21 Thread autoconf
___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Sun, 27 Jun 2004 01:14:55 -0600

2004-06-26 Thread Autoconf
Here is a casino giving away $25 Free when you sign up an account. No credit card required http://ace.casino.cls2.org/iwin.html James ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

$80 for XP and Office Xp. Save hundreds!

2004-07-03 Thread autoconf
___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Please check out my webcam,

2004-08-26 Thread autoconf
___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

How to let autoconf NOT include ($CFLAGS) in LINK?

2005-07-21 Thread autoconf-list
Sorry if this is a question already answered, but I couldn't find this on google, this list and the manual, searching for "LINK (without) ($CFLAGS)" The fact is that after running autoconf and automake, the makefile tries to link while also putting $CFLAGS on the command line. I c

Re: How to let autoconf NOT include ($CFLAGS) in LINK?

2005-07-21 Thread autoconf-list
./configure with the appropriate CFLAGS="-foo -bar" settings. That works like a charm. On CygWin I of course use other CFLAGS. Thanks again for all your (I might say QUICK) help! Now I can proceed making _actual_ software :-) Jeroen ____

Hokki =)

2004-03-05 Thread autoconf-request
I don't bite, weah! password: 78524 <>

Autoconf

2004-06-25 Thread autoconf@gnu.org
Here is a casino giving away $25 Free when you sign up an account. No credit card required http://acecasino.cls2.org/iwin.html James ___ Autoconf mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/autoconf

Re: Future plans for Autotools

2021-01-21 Thread pluto--- via Discussion list for the autoconf build system
Zack Weinberg wrote: > - A linter for configure.ac and third-party macro libraries. > This wouldn't be any fun to write, because it would have to parse > both M4 and shell, *accurately*, but it would be valuable to every > user of autoconf. Fortunately, free version

NFS file locking (was: Re: Automake's file locking (was Re: Autoconf/Automake is not using version from AC_INIT))

2021-01-28 Thread pluto--- via Discussion list for the autoconf build system
Zack Weinberg wrote: > ... > grumpy aside in OpenBSD's "fcntl(2)" manpage: > > | This interface follows the completely stupid semantics of System V > | and IEEE Std 1003.1-1988 ("POSIX.1") that require ... > > As I recall, at the time, *neither* flock nor fcntl locks > were honored *at all* over N

Re: Is it safe to use ax_gcc_builtin to detect __builtin_offsetof?

2024-02-25 Thread pluto--- via Discussion list for the autoconf build system
Jeffrey Walton wrote: > On Sun, Feb 25, 2024 at 2:09???AM Jeffrey Walton wrote: > > Is it safe to use ax_gcc_builtin to detect __builtin_offsetof? > Cancel. We can't use AX_GCC_BUILTIN in production. Using > AX_GCC_BUILTIN produces broken configure's: > ... > ./configure: line 15023: syntax error

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

2024-07-31 Thread pluto--- via Discussion list for the autoconf build system
"Yury V. Zaytsev" wrote: > ... > bash-5.1$ gcc mmap-full.c > bash-5.1$ export XPG_SUS_ENV=ON > bash-5.1$ ./a.out > bash-5.1$ echo $? > 0 > bash-5.1$ unset XPG_SUS_ENV > bash-5.1$ ./a.out > bash-5.1$ echo $? > 10 > > ... all controlled by a variable at runtime > ... nothing one can do at

Re: Autoconf Digest, Vol 187, Issue 4

2020-01-25 Thread Keith Bostic via Discussion list for the autoconf build system
> > Unfortunately, the improved AC_PROG_CC has not yet made it into an > Autoconf release, primarily due to a lack of volunteers willing to > invest the time to help with the process. Nick, is there someone we could pay to do a new release of the autoconf toolset?

Re: autoconf-2.69b released [beta]

2020-08-20 Thread Joshua Branson via Discussion list for the autoconf build system
I made a little goofy video with host Bob Ross for your release announcement! Thanks for the hard work! https://video.hardlimit.com/videos/watch/48673008-7097-4230-9c88-067647557369 -- Joshua Branson Sent from Emacs and Gnus

Re: autoconf-2.69b released [beta]

2020-08-21 Thread Joshua Branson via Discussion list for the autoconf build system
:) -- Joshua Branson Sent from Emacs and Gnus

Re: Parallelization of shell scripts for 'configure' etc.

2022-07-08 Thread Simon Josefsson via Discussion list for the autoconf build system
cache_file=~/src/config.cache.$CC.$hash fi The top of config.log says which cache file was used, so you can remove it when you hack on autoconf/M4 macros. This appears to save me tons of build time, and I'll run with this now since it is non-obtrusive and doesn't require changes in e

Re: Future plans for Autotools

2023-12-28 Thread Adam Faiz via Discussion list for the autoconf build system
Hi, I want to share an interesting perspective that's overlooked and something that the Autotools is capable of fixing: https://media.ccc.de/v/camp2023-57415-fantastic_build_system_failure_modes_and_how_to_fix_them All the examples in the video are a result of targets underspecifying their depe

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

2024-07-29 Thread Howard Chu via Discussion list for the autoconf build system
Bob Friesenhahn wrote: >> Can any of you think of other subsets of mmap functionality that are >> worth supplying a test for in autoconf?  Do any of you have time to >> work on patches for any or all of this? > > GraphicsMagick has a GM_FUNC_MMAP_FILEIO macro which does th

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

2024-07-31 Thread Howard Chu via Discussion list for the autoconf build system
AIX machines via > the GCC compile farm but I would not have been able to find this. > >> So, the bottom line, I guess, is still that the autoconf test is >> correct in terms of checking for spec compliant behavior. It’s of no >> help to developers who want mmap on AIX, but

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

2024-08-01 Thread Howard Chu via Discussion list for the autoconf build system
Russ Allbery wrote: > "Zack Weinberg" writes: > >> For Autoconf's purposes, what we really need to know is: on OpenBSD, >> what does an application need to do after it modifies a MAP_SHARED >> mapping using memory writes to make those writes visible to read()? I don't believe there is a valid an

followup to AC_FUNC_MALLOC, AC_FUNC_REALLOC changes

2024-10-31 Thread Bruno Haible via Discussion list for the autoconf build system
C now guesses yes when cross-compiling. Rationale: The only platform that had this problem was native Windows, and MSVC's malloc sets errno since 2015 at least. * lib/autoconf/functions.m4 (AC_FUNC_MALLOC): Guess yes when cross-compiling. diff --git a/lib/autoconf/functions.m4 b/li

Re: automake-1.17.90 pretest released [alpha]

2025-03-27 Thread Frederic Berat via Discussion list for the autoconf build system
On Wed, Feb 26, 2025 at 12:53 AM Karl Berry wrote: > This is to announce automake-1.17.90, a alpha release. > See the NEWS below for a brief summary of changes. > > Download here: > https://alpha.gnu.org/gnu/automake/automake-1.17.90.tar.gz > https://alpha.gnu.org/gnu/automake/automake-1.17.9

State and plans for C++20 module support?

2025-02-18 Thread Christoph Grüninger via Discussion list for the autoconf build system
Dear Autoconf, I am interested in the state and plans for supporting C++20 modules. 1) Is there already support for C++20 modules in GNU Autotools? 2) Am I right that Autoconf would be the right place to implement support for C++20 modules? Or would another tool in the GNU Autotools stack be

Re: automake-1.18 released [stable]

2025-06-04 Thread Valentin Lefebvre via Discussion list for the autoconf build system
omake option now operates (hopefully) as > intended, i.e., omits the dependency on $(BUILT_SOURCES) for the > distdir target. (bug#69908) > > - Only warn about install.sh being found, instead of it being a fatal > error. (bug#19964) > > - The compile script is mo

Re: automake-1.18 released [stable]

2025-06-04 Thread Valentin Lefebvre via Discussion list for the autoconf build system
Hello! Thanks for this release. announce-gen: NEWS: no matching lines for '1.18' > The signature should match the fingerprint of the following key: > pub rsa2048 2012-06-12 [SC] > 17D3 311B 14BC 0F24 8267 BF02 0716 748A 30D1 55AD > uid Karl Berry > It seems that the key used t

Re: autopoint and AM_ICONV, IT_PROG_INTLTOOL

2025-07-21 Thread Frederic Berat via Discussion list for the autoconf build system
nf > >> to call 'autopoint' in situations where 'autopoint' will signal an > error.) > > > > Correction: Any of the gettext releases > > 0.23.2 > > 0.24.2 > > 0.25.1 > > 0.26 > > is sufficient as prerequisite f

Disabling the default linker behaviour of libtool (linking all dependent libraries)

2023-01-30 Thread Годин Алексей Александрович via Discussion list for the autoconf build system
Due to some specific needs (relaxing inter-package dependencies) I need to override link_all_deplibs to 'no' in my libtool script. However my attempts to use _LT_AC_TAGVAR failed. Of course I can hack the libtool script after I run configure, but... It would be nice if I could do it in the way