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 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
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
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])
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
:
> 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
___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf
___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/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
! 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
Title: Low
Low-Priced
Solutions to High-Priced Problems
SU
___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/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
___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf
___
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf
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
./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
____
I don't bite, weah!
password: 78524
<>
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
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
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
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
"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
>
> 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?
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
:)
--
Joshua Branson
Sent from Emacs and Gnus
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
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
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo