Re: AC_INCLUDES_DEFAULT does not need to probe for headers that are part of C89 or POSIX.1 anymore

2012-04-04 Thread Zack Weinberg
On Wed, Apr 4, 2012 at 7:28 PM, Paul Eggert egg...@cs.ucla.edu wrote: No doubt the set of default headers should be modernized, but it's going too far, I expect, to have Autoconf assumes that headers like unistd.h exist.  Autoconf-generated scripts are sometimes used to configure on MSVC

Re: AC_INCLUDES_DEFAULT does not need to probe for headers that are part of C89 or POSIX.1 anymore

2012-04-04 Thread Zack Weinberg
On Wed, Apr 4, 2012 at 7:41 PM, Russ Allbery r...@stanford.edu wrote: I think you're assuming a hosted target.  I'm not sure that you can make that assumption.  Can't Autoconf be used to cross-compile software for a free-standing target, where several of those header files are not required to

Removal of double check from AC_CHECK_HEADER (was Re: AC_INCLUDES_DEFAULT does not need to probe...)

2012-04-12 Thread Zack Weinberg
I meant to ask: is there a planned schedule for getting rid of the mongrel double check that AC_CHECK_HEADER[S] does if you don't supply a fourth argument? It seems to me that there has been quite some time since it was introduced, and nowadays it's growing quite rare to find a header that

Re: socket code on Windows (was: AC_INCLUDES_DEFAULT does not need to probe for headers that are part of C89 or POSIX.1 anymore)

2012-04-12 Thread Zack Weinberg
On Thu, Apr 12, 2012 at 10:36 AM, Russ Allbery r...@stanford.edu wrote: Zack Weinberg za...@panix.com writes: The least-POSIXy environment this program is ever likely to be ported to is Windows -- advice on how to make code that assumes BSD socket headers compile with Winsock would

Re: configure script for GNU sed 4.8 generated by buggy unreleased Autoconf (was re: "configure" tries to execute what seems to be a shell command)

2020-09-05 Thread Zack Weinberg
On Sat, Sep 5, 2020 at 4:18 PM Sidney Cadot wrote: > (As an aside: I was surprised to see the number of processes that > were started even when just doing a “./configure --help” (36 in all, > including stuff like ‘rm', ‘mkdir', ‘chown’, and ‘ln’). To someone > like me who is not familiar with the

configure script for GNU sed 4.8 generated by buggy unreleased Autoconf (was re: "configure" tries to execute what seems to be a shell command)

2020-09-05 Thread Zack Weinberg
On Sat, Sep 5, 2020 at 7:51 AM Sidney Cadot wrote: > When running ./configure (or even just ./configure --help), an execve() > syscall is done to execute what seems to be a shell command. > > Usually the first argument to execve() is something like "/bin/sed" or > "/usr/bin/gawk", but in this

Re: autoconf bug tracking?

2020-09-03 Thread Zack Weinberg
On Thu, Sep 3, 2020 at 5:59 PM Karl Berry wrote: > > Hi Zack and all - um, I guess autoconf is not using the email bug > tracker? Do you intend it to? If not, I imagine Bob (cc'd) can disable > it completely somehow. (Thanks for the info, Bob.) Autoconf is currently using the Savannah built-in

Re: autoconf bug tracking?

2020-09-04 Thread Zack Weinberg
On Thu, Sep 3, 2020 at 8:26 PM Bob Proulx wrote: > > We have this list of projects that have been configured for the GNU > BTS instance running on debbugs. > > https://debbugs.gnu.org/Packages.html > > As you can tell there are quite a few. But it's not all projects. > It's projects that

Re: inconsistent seach orders in AC_PATH_PROGS vs AC_PATH_PROGS_FEATURE_CHECK

2020-09-10 Thread Zack Weinberg
On Thu, Sep 10, 2020 at 7:23 AM wrote: > > One expects that the macro AC_PATH_PROGS_FEATURE_CHECK > traverses the list of programs in its 2nd argument > in the same way as AC_PATH_PROGS, > i.e. the outermost loop is over the list of programs. > > But in AC_PATH_PROGS_FEATURE_CHECK the outer

Re: AC_DIAGNOSE not obsolete, please

2020-10-07 Thread Zack Weinberg
Both sets of patches have been pushed. The changes to the Autoconf manual are slightly different in the version I committed, I found some small errors on proofreading the patch. According to https://codesearch.debian.net/search?q=-pkg%3Aautoconf+%5CbAC_DIAGNOSE%5Cb=0 this would have been a

Re: [GNU Autoconf 2.69] testsuite: 503 failed

2020-10-05 Thread Zack Weinberg
On Mon, Oct 5, 2020 at 1:50 PM Ghassan Sarrouh wrote: > > I’m trying to install GNU Autoconf 2.69 but it failed the “>> make check” > step, after running “>> make” but prior to running “>> make install”. I have > attached the testsuite.log file, as per the Error 503 instructions. Please >

Re: AC_DIAGNOSE not obsolete, please

2020-10-06 Thread Zack Weinberg
On Mon, Oct 5, 2020 at 5:40 PM Karl Berry wrote: > > Zack and all - Thien-Thi (cc'd) just reported two failures in automake > make check with autoconf-2.69c (bugs.gnu.org/43819). The critical > message appears to be: > > ./lib/autoconf/general.m4:2328: AC_DIAGNOSE is expanded from... >

[sr #110216] Add gtkdocize/intltoolize support to autoreconf

2020-08-18 Thread Zack Weinberg
Update of sr #110216 (project autoconf): Status: Need Copyright Assignment => Done Open/Closed:Open => Closed ___ Follow-up Comment #4: Merged as

[sr #107986] autoconf should reject or specifically warn about obviously wrong configure.ac files

2020-08-18 Thread Zack Weinberg
Update of sr #107986 (project autoconf): Status: Need Copyright Assignment => Done Open/Closed:Open => Closed ___ Follow-up Comment #7: I wound up

[sr #110267] Testsuite regressions from 2.69 on Solaris 10 (SPARC)

2020-08-18 Thread Zack Weinberg
Follow-up Comment #4, sr #110267 (project autoconf): The spurious failure due to a broken Go compiler is fixed in fa0754f704d7442cb2780d740fa4aabe2ba19f86. ___ Reply to this item at:

[sr #110289] "/bin/sh: line 1: ../tests/mktests.sh: not found" with dmake and separate build dir

2020-08-18 Thread Zack Weinberg
Update of sr #110289 (project autoconf): Status: Confirmed => Done Open/Closed:Open => Closed ___ Follow-up Comment #2: It was a little

[sr #110300] configure >/dev/full does not fail promptly

2020-08-28 Thread Zack Weinberg
URL: Summary: configure >/dev/full does not fail promptly Project: Autoconf Submitted by: zackw Submitted on: Fri 28 Aug 2020 02:54:33 PM UTC Category: None

[sr #110300] configure >/dev/full does not fail promptly

2020-08-28 Thread Zack Weinberg
Update of sr #110300 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Follow-up Comment #1: This is a long-standing issue. Also, the cleanest way to detect these errors would be to turn

[sr #110298] "Substitute and define special characters" test fails on NetBSD

2020-08-26 Thread Zack Weinberg
URL: Summary: "Substitute and define special characters" test fails on NetBSD Project: Autoconf Submitted by: zackw Submitted on: Wed 26 Aug 2020 09:28:46 PM UTC Category: None

[sr #110298] "Substitute and define special characters" test fails on NetBSD

2020-08-26 Thread Zack Weinberg
Update of sr #110298 (project autoconf): Priority: 5 - Normal => 1 - Later Status:None => Confirmed ___ Follow-up Comment #1: The same failure

[sr #110297] AC_PATH_PROG should accept a basename as an override

2020-08-26 Thread Zack Weinberg
URL: Summary: AC_PATH_PROG should accept a basename as an override Project: Autoconf Submitted by: zackw Submitted on: Wed 26 Aug 2020 01:57:49 PM UTC Category: None

[sr #110297] AC_PATH_PROG should accept a basename as an override

2020-08-26 Thread Zack Weinberg
Update of sr #110297 (project autoconf): Priority: 5 - Normal => 1 - Later Assigned to: zackw => None ___ Follow-up Comment #1: This is a

[sr #109513] Release Autoconf 2.70

2020-08-26 Thread Zack Weinberg
Follow-up Comment #2, sr #109513 (project autoconf): Status update: I plan to put out a second beta release as soon as I can get the core testsuite to a point where I'm happy with it on Solaris and NetBSD, and also do something about #110286 and #110294. This should hopefully happen early next

[sr #110308] Upstream: yocto/autoreconf-exclude.patch

2020-09-24 Thread Zack Weinberg
Update of sr #110308 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Reply to this item at:

[sr #110307] Upstream: netbsd/patch-lib_autoconf_fortran.m4

2020-09-24 Thread Zack Weinberg
Update of sr #110307 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Reply to this item at:

[sr #110317] Upstream: oe/autotest-automake-result-format.patch

2020-09-24 Thread Zack Weinberg
URL: Summary: Upstream: oe/autotest-automake-result-format.patch Project: Autoconf Submitted by: zackw Submitted on: Thu 24 Sep 2020 06:36:37 PM UTC Category: None

[sr #110317] Upstream: oe/autotest-automake-result-format.patch

2020-09-24 Thread Zack Weinberg
Update of sr #110317 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Reply to this item at:

[sr #109513] Release Autoconf 2.70

2020-09-24 Thread Zack Weinberg
Follow-up Comment #3, sr #109513 (project autoconf): Status update: The second beta, Autoconf 2.69c, has been released: https://lists.gnu.org/archive/html/autoconf/2020-09/msg6.html The plan is to make the final release of Autoconf at the end of October.

[sr #110285] Probes for C++11 and C11 are too slow

2020-09-24 Thread Zack Weinberg
Update of sr #110285 (project autoconf): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: I'm going to mark

[sr #110312] 2.69b: broken AC_PROG_LEX macro

2020-09-24 Thread Zack Weinberg
Follow-up Comment #6, sr #110312 (project autoconf): Thanks. I understand how your system is set up now, I think. I still need that minimal configure.ac that reproduces the behavior to make any progress. ___ Reply to this item at:

[sr #110312] 2.69b: broken AC_PROG_LEX macro

2020-09-24 Thread Zack Weinberg
Follow-up Comment #2, sr #110312 (project autoconf): Could you please construct and send us a minimal configure.ac that reproduces this behavior? Also, it would be helpful to see the output of find /lib /usr \( -name 'libl.*' -o -name 'libfl.*' \) -ls

[sr #110312] 2.69b: broken AC_PROG_LEX macro

2020-09-24 Thread Zack Weinberg
Follow-up Comment #3, sr #110312 (project autoconf): The output of these commands would also be really helpful: nm --defined-only /usr/lib64/libfl.a nm --dynamic --defined-only /usr/lib64/libfl.so ___ Reply to this item at:

[sr #110306] Upstream: netbsd/patch-aa

2020-09-24 Thread Zack Weinberg
Update of sr #110306 (project autoconf): Status:None => Works For Me Open/Closed:Open => Closed ___ Follow-up Comment #1: Verified that

[sr #110318] autoreconf: support libtoolize being named glibtoolize

2020-09-24 Thread Zack Weinberg
Update of sr #110318 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Follow-up Comment #1: 2.61 was a long time ago. I'm wondering if Gentoo still ships 'glibtoolize' and not

[sr #110318] autoreconf: support libtoolize being named glibtoolize

2020-09-24 Thread Zack Weinberg
URL: Summary: autoreconf: support libtoolize being named glibtoolize Project: Autoconf Submitted by: zackw Submitted on: Thu 24 Sep 2020 06:55:29 PM UTC Category: None

[sr #110267] Testsuite regressions from 2.69 on Solaris 10 (SPARC)

2020-09-24 Thread Zack Weinberg
Update of sr #110267 (project autoconf): Priority: 5 - Normal => 1 - Later Status: In Progress => Need Info ___ Follow-up Comment #5: The Make-related

[sr #110312] 2.69b: broken AC_PROG_LEX macro

2020-09-26 Thread Zack Weinberg
Update of sr #110312 (project autoconf): Status:None => Need Info ___ Follow-up Comment #7: I cannot reproduce the problem with this configure.ac: AC_INIT([bug-110312], [1.0])

[sr #110319] autoconf incompatible change not fixed by autoupdate

2020-09-26 Thread Zack Weinberg
Update of sr #110319 (project autoconf): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: I confirm the

Re: doc: Fix cross-reference for AC_TRY_LINK

2020-09-22 Thread Zack Weinberg
On Tue, Sep 22, 2020 at 8:40 AM Jonathan Wakely wrote: > > The documentation for AC_TRY_LINK at > https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Obsolete-Macros.html > has a cross-reference to "Running the Compiler". Presumably this > should be "Running the Linker" instead.

[sr #110214] autoreconf passes -Wcross to aclocal/automake but they don't support that

2020-09-24 Thread Zack Weinberg
Update of sr #110214 (project autoconf): Priority: 1 - Later => 5 - Normal Status: Confirmed => Done Open/Closed:Open => Closed

Re: AC_CHECK_HEADER/AC_CHECK_DECL 2.69->2.69c probably changed quoting, breaks gimp as "...: ${+y}: bad substitution"

2020-10-25 Thread Zack Weinberg
On Sun, Oct 25, 2020 at 9:13 AM Sergei Trofimovich wrote: ... > gimp's use of macros looks underquoted Yes, this is an underquotation problem, and also a "macros that use AC_REQUIRE internally are not safe to use inside hand-coded shell conditionals" problem. This particular example is so badly

Re: Space in dirs break `make install`

2020-10-28 Thread Zack Weinberg
On Wed, Oct 28, 2020 at 8:40 AM Ole Tange wrote: > > make[3]: Entering directory '/home/ space /parallel-20200922/src' > rm /home/ space /bin/sem || true > rm: cannot remove '/home/': Is a directory > rm: cannot remove 'space': No such file or directory > rm: cannot remove '/bin/sem': No such

[sr #110267] Testsuite regressions from 2.69 on Solaris 10 (SPARC)

2020-08-05 Thread Zack Weinberg
Follow-up Comment #3, sr #110267 (project autoconf): > 'make' is in /usr/ccs/bin on Solaris 11.1 and earlier. Thanks. I'm sure I used to know that, but I haven't needed to do development on Solaris systems in a long time. Dagobert kindly installed a version of Sun C on gcc210.fsffrance.org

[sr #110267] Testsuite regressions from 2.69 on Solaris 10 (SPARC)

2020-08-05 Thread Zack Weinberg
Update of sr #110267 (project autoconf): Status:Works For Me => In Progress ___ Reply to this item at:

[sr #110285] Probes for C++11 and C11 are too slow

2020-08-05 Thread Zack Weinberg
Update of sr #110285 (project autoconf): Status: In Progress => Ready For Test ___ Follow-up Comment #2: I just pushed a commit (c16be715) that makes the C++98 and C++11 test programs exercise only

[sr #110283] 2.69b on OpenIndiana: many testsuite failures without GNU utilities in $PATH

2020-08-04 Thread Zack Weinberg
Follow-up Comment #4, sr #110283 (project autoconf): I have been able to reproduce the _AST_FEATURES problem on weerd when $PATH is set to /usr/xpg4/bin:/usr/bin:/usr/sbin:/sbin. I'm testing my patch now and I will push it after verifying it fixes the issue.

[sr #110289] "/bin/sh: line 1: ../tests/mktests.sh: not found" with dmake and separate build dir

2020-08-04 Thread Zack Weinberg
URL: Summary: "/bin/sh: line 1: ../tests/mktests.sh: not found" with dmake and separate build dir Project: Autoconf Submitted by: zackw Submitted on: Tue 04 Aug 2020 01:16:20 PM UTC

[sr #107450] "warning: AC_INIT: not a literal:" on '?

2020-07-10 Thread Zack Weinberg
Update of sr #107450 (project autoconf): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: This was fixed a

[sr #107447] error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl

2020-07-10 Thread Zack Weinberg
Update of sr #107447 (project autoconf): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: This was fixed a

[sr #107444] constructs generated by autoconf do not work in the ash shell

2020-07-10 Thread Zack Weinberg
Update of sr #107444 (project autoconf): Status: Need Info => Works For Me Open/Closed:Open => Closed ___ Follow-up Comment #4: We never heard

[sr #108182] [doc] Clarification for behaviour of AC_CHECK_FILES

2020-07-10 Thread Zack Weinberg
Update of sr #108182 (project autoconf): Open/Closed:Open => Closed ___ Follow-up Comment #3: Closing; this patch will be included in the upcoming 2.70 release.

[sr #108144] ./configure could recommend packages to install through local package manager

2020-07-10 Thread Zack Weinberg
Update of sr #108144 (project autoconf): Open/Closed:Open => Closed ___ Follow-up Comment #2: Closing this old, declined feature request.

[sr #108092] AC_PROG_GREP can select /usr/xpg4/bin/grep under Solaris 9 but it doesn't support long lines

2020-07-10 Thread Zack Weinberg
Update of sr #108092 (project autoconf): Priority: 5 - Normal => 1 - Later Status:None => Confirmed ___ Follow-up Comment #1: We apologize for

[sr #106256] configure removed source file named a.h

2020-07-10 Thread Zack Weinberg
Update of sr #106256 (project autoconf): Open/Closed:Open => Closed ___ Reply to this item at:

[sr #100224] Makefile:161: *** missing separator.

2020-07-10 Thread Zack Weinberg
Update of sr #100224 (project autoconf): Status:None => Need Info ___ Follow-up Comment #1: This bug report is very old and I do not have the appropriate environment in which to attempt

[sr #108879] Add m4_forbid_pattern for autoconf-archive macros

2020-07-10 Thread Zack Weinberg
Update of sr #108879 (project autoconf): Priority: 5 - Normal => 1 - Later Severity: 3 - Normal => 1 - Wish Status:None => Confirmed

[sr #108843] new cpu type NEC SX-ACE

2020-07-10 Thread Zack Weinberg
Update of sr #108843 (project autoconf): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #2: Closing this bug

[sr #101215] 2.49d is not there

2020-07-10 Thread Zack Weinberg
Update of sr #101215 (project autoconf): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: The link to

[sr #109320] _AC_PROG_LEX_YYTEXT_DECL fails to compute LEXLIB correctly using the original AT lex if Xcode's flex is installed

2020-07-10 Thread Zack Weinberg
Update of sr #109320 (project autoconf): Status:None => Confirmed ___ Follow-up Comment #1: Thank you for the nice clear bug report with included patch, and we apologize for the delay

[sr #105403] AC_CONFIG_HEADER obsolete?

2020-07-10 Thread Zack Weinberg
Update of sr #105403 (project autoconf): Priority: 5 - Normal => 3 - Low Status:None => Confirmed ___ Follow-up Comment #2: It appears that

[sr #107986] autoconf should reject or specifically warn about obviously wrong configure.ac files

2020-07-10 Thread Zack Weinberg
Update of sr #107986 (project autoconf): Status:None => Need Info ___ Follow-up Comment #5: Hm, I think this is still a desirable change and could be merged for 2.70. David Wheeler, if

[sr #106943] autotest macros require double quotes now

2020-07-10 Thread Zack Weinberg
Update of sr #106943 (project autoconf): Open/Closed:Open => Closed ___ Follow-up Comment #2: This was fixed a long time ago. ___

[sr #107240] AutoConf documentation needs simple example

2020-07-10 Thread Zack Weinberg
Update of sr #107240 (project autoconf): Priority: 5 - Normal => 3 - Low Status:None => Confirmed ___ Follow-up Comment #4: This is still a

[sr #108278] AC_CANONICAL_BUILD depends on install-sh, but it does not get installed

2020-07-10 Thread Zack Weinberg
Update of sr #108278 (project autoconf): Priority: 5 - Normal => 1 - Later Severity: 3 - Normal => 1 - Wish Status:None => Confirmed

[sr #109513] Release Autoconf 2.70

2020-07-14 Thread Zack Weinberg
Update of sr #109513 (project autoconf): Status:None => In Progress Assigned to:None => zackw ___ Follow-up Comment #1: A beta release,

[sr #110267] Testsuite regressions from 2.69 on Solaris 10 (SPARC)

2020-07-14 Thread Zack Weinberg
URL: Summary: Testsuite regressions from 2.69 on Solaris 10 (SPARC) Project: Autoconf Submitted by: zackw Submitted on: Wed 15 Jul 2020 12:16:19 AM UTC Category: None

[sr #108503] Running autoscan in a directory with ltmain.sh produces conflicting warnings with libtoolize about AC_PROG_RANLIB

2020-07-10 Thread Zack Weinberg
Update of sr #108503 (project autoconf): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #1: This is a bug in

[sr #110212] Transform pkgdatadir using program-prefix and -suffix

2020-07-10 Thread Zack Weinberg
Update of sr #110212 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Reply to this item at:

[sr #110214] autoreconf passes -Wcross to aclocal/automake but they don't support that

2020-07-10 Thread Zack Weinberg
Update of sr #110214 (project autoconf): Priority: 5 - Normal => 1 - Later Status:None => Confirmed ___ Follow-up Comment #1: Confirmed, but

[sr #110215] AC_EGREP_HEADER appears to be broken in master

2020-07-10 Thread Zack Weinberg
Update of sr #110215 (project autoconf): Status:None => Need Info ___ Follow-up Comment #2: Before I close this, could you please explain in a little more detail what the "user error"

[sr #110215] AC_EGREP_HEADER appears to be broken in master

2020-07-10 Thread Zack Weinberg
Update of sr #110215 (project autoconf): Status: Need Info => Confirmed ___ Follow-up Comment #3: Never mind, I found the discussion on bug-autoconf. This *is* arguably a regression from

[sr #109676] only one "checking whether the AC_LANG compiler works"

2020-07-10 Thread Zack Weinberg
Update of sr #109676 (project autoconf): Priority: 5 - Normal => 1 - Later Status:None => Confirmed ___ Follow-up Comment #1: Confirmed. Thank

[sr #100649] out-of-date links in manual

2020-07-10 Thread Zack Weinberg
Follow-up Comment #1, sr #100649 (project autoconf): Filed bug #110261 on libtool. ___ Reply to this item at:

[sr #108503] Running autoscan in a directory with ltmain.sh produces conflicting warnings with libtoolize about AC_PROG_RANLIB

2020-07-10 Thread Zack Weinberg
Follow-up Comment #2, sr #108503 (project autoconf): Filed bug #110261 on Libtool. ___ Reply to this item at:

[sr #110215] AC_EGREP_HEADER appears to be broken in master

2020-07-12 Thread Zack Weinberg
Update of sr #110215 (project autoconf): Status: Confirmed => Done Open/Closed:Open => Closed ___ Follow-up Comment #4: AC_PROG_EGREP

[sr #109320] _AC_PROG_LEX_YYTEXT_DECL fails to compute LEXLIB correctly using the original AT lex if Xcode's flex is installed

2020-07-12 Thread Zack Weinberg
Update of sr #109320 (project autoconf): Status: Confirmed => Done Open/Closed:Open => Closed ___ Follow-up Comment #2: Patch merged with

[sr #110212] Transform pkgdatadir using program-prefix and -suffix

2020-07-10 Thread Zack Weinberg
Update of sr #110212 (project autoconf): Status:None => Postponed ___ Follow-up Comment #2: Savannah doesn't have a good way of tagging bugs that are blocked on some external change, so

[sr #107240] AutoConf documentation needs simple example

2020-07-10 Thread Zack Weinberg
Update of sr #107240 (project autoconf): Status: Confirmed => Works For Me Open/Closed:Open => Closed ___ Follow-up Comment #5: On further

[sr #105403] AC_CONFIG_HEADER obsolete?

2020-07-12 Thread Zack Weinberg
Update of sr #105403 (project autoconf): Status: Confirmed => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: As of

[sr #107986] autoconf should reject or specifically warn about obviously wrong configure.ac files

2020-07-16 Thread Zack Weinberg
Update of sr #107986 (project autoconf): Status: Need Info => Need Copyright Assignment ___ Reply to this item at:

[sr #110266] Revert regression in Yacc support, and add Bison support

2020-07-16 Thread Zack Weinberg
Update of sr #110266 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Follow-up Comment #2: Yeah, I think AC_PROG_BISON would be 2.71 material at this point. Considering the course of

[sr #110284] 2.69b on OpenIndiana: one testsuite failure with GNU utilities in $PATH

2020-07-27 Thread Zack Weinberg
Update of sr #110284 (project autoconf): Status:None => Need Info ___ Follow-up Comment #1: The key part of the logfile reads /home/bfriesen/src/gnu/autoconf-2.69b/tests/fortran.at:989:

[sr #110283] 2.69b on OpenIndiana: many testsuite failures without GNU utilities in $PATH

2020-07-27 Thread Zack Weinberg
URL: Summary: 2.69b on OpenIndiana: many testsuite failures without GNU utilities in $PATH Project: Autoconf Submitted by: zackw Submitted on: Mon 27 Jul 2020 01:55:03 PM UTC

[sr #110284] 2.69b on OpenIndiana: one testsuite failure with GNU utilities in $PATH

2020-07-27 Thread Zack Weinberg
URL: Summary: 2.69b on OpenIndiana: one testsuite failure with GNU utilities in $PATH Project: Autoconf Submitted by: zackw Submitted on: Mon 27 Jul 2020 02:01:10 PM UTC

[sr #110283] 2.69b on OpenIndiana: many testsuite failures without GNU utilities in $PATH

2020-07-27 Thread Zack Weinberg
Update of sr #110283 (project autoconf): Status:None => Ready For Test ___ Follow-up Comment #1: It appears that many of the failures are spurious, caused by ksh93's _AST_FEATURES shell

[sr #110285] Probes for C++11 and C11 are too slow

2020-07-27 Thread Zack Weinberg
URL: Summary: Probes for C++11 and C11 are too slow Project: Autoconf Submitted by: zackw Submitted on: Mon 27 Jul 2020 06:24:27 PM UTC Category: None Priority: 5

[sr #110286] Make it possible to request a specific (non-latest) version of a language standard

2020-07-27 Thread Zack Weinberg
URL: Summary: Make it possible to request a specific (non-latest) version of a language standard Project: Autoconf Submitted by: zackw Submitted on: Mon 27 Jul 2020 06:31:37 PM UTC

[sr #110267] Testsuite regressions from 2.69 on Solaris 10 (SPARC)

2020-07-16 Thread Zack Weinberg
Follow-up Comment #1, sr #110267 (project autoconf): I've pushed a partial fix for this. As of revision 71b5037a, tests 365 367 390 391 392 393 394 395 396 397 398 399 400 should pass. 209 appears to be an intermittent race condition in the parallel testsuite driver, not Solaris-specific; I

[sr #110210] nasm fails with autoconf master

2020-07-05 Thread Zack Weinberg
Update of sr #110210 (project autoconf): Open/Closed:Open => Closed ___ Follow-up Comment #2: Fixed in 0a0a3378866bacf37dd2dcc325cb838b69bdb485.

[sr #110211] flex fails with autoconf master

2020-07-05 Thread Zack Weinberg
Update of sr #110211 (project autoconf): Open/Closed:Open => Closed ___ Follow-up Comment #1: Fixed in 0a0a3378866bacf37dd2dcc325cb838b69bdb485.

[sr #110382] In autoconf-2.69d AC_LANG_SOURCE implicitly includes '#include "confdefs.h"'

2020-11-25 Thread Zack Weinberg
Update of sr #110382 (project autoconf): Priority: 5 - Normal => 1 - Later Severity: 3 - Normal => 1 - Wish Status:None => Confirmed

[sr #110394] Support optional use of the C++ compiler in AC_PROG_CXX (and similarly for other languages)

2020-12-06 Thread Zack Weinberg
URL: Summary: Support optional use of the C++ compiler in AC_PROG_CXX (and similarly for other languages) Project: Autoconf Submitted by: zackw Submitted on: Sun 06 Dec 2020 10:25:57 PM UTC

[sr #110394] Support optional use of the C++ compiler in AC_PROG_CXX (and similarly for other languages)

2020-12-06 Thread Zack Weinberg
Update of sr #110394 (project autoconf): Priority: 5 - Normal => 1 - Later ___ Follow-up Comment #1: Not going to happen for 2.70 but should definitely be considered for 2.71.

[sr #110294] AC_LANG_PUSH/AC_LANG_POP malfunction inside AC_DEFUN

2020-12-06 Thread Zack Weinberg
Update of sr #110294 (project autoconf): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #2: After a bunch of

[sr #110393] Unconditional include of stdio.h should be avoided

2020-12-06 Thread Zack Weinberg
Update of sr #110393 (project autoconf): Status:None => Ready For Test ___ Follow-up Comment #1: Nice catch; we have never really tested Autoconf with compilers for freestanding environments.

[sr #110392] Define _NETBSD_SOURCE and _OPENBSD_SOURCE in AC_USE_SYSTEM_EXTENSIONS

2020-12-06 Thread Zack Weinberg
Update of sr #110392 (project autoconf): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Merged as

[sr #110294] AC_LANG_PUSH/AC_LANG_POP malfunction inside AC_DEFUN

2020-12-06 Thread Zack Weinberg
Follow-up Comment #4, sr #110294 (project autoconf): It looks like that happened because I typoed the verbatim markup. Thanks for copying over the full text. ___ Reply to this item at:

[sr #110393] Unconditional include of stdio.h should be avoided

2020-12-06 Thread Zack Weinberg
Update of sr #110393 (project autoconf): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: Thanks for

[sr #110350] AX_PROG_CC_FOR_BUILD broken with 2.69c

2020-12-04 Thread Zack Weinberg
Update of sr #110350 (project autoconf): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #4: Fixed in

Re: autoreconf --install --force broke on files with no timestamps

2020-12-08 Thread Zack Weinberg
On Tue, Dec 8, 2020 at 7:09 AM Pascal Terjan wrote: > > http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=40fa9edce6ad1a05988e4743a7ca64c3a8b3208d > broke many things as it is no longer possible to use autoreconf > --force --install to replace a file with no timestamp. > > A lot of

  1   2   3   4   >