search for: ac_prog

Displaying 5 results from an estimated 5 matches for "ac_prog".

2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...34&view=diff > > ============================================================================== > --- llvm/trunk/autoconf/configure.ac (original) > +++ llvm/trunk/autoconf/configure.ac Fri Sep 16 15:36:16 2011 > @@ -967,8 +967,8 @@ > > dnl Check for compilation tools > AC_PROG_CPP > -AC_PROG_CC(gcc) > -AC_PROG_CXX(g++) > +AC_PROG_CC(clang llvm-gcc gcc) > +AC_PROG_CXX(clang++ llvm-g++ g++) > > AC_PROG_NM > AC_SUBST(NM) > > Modified: llvm/trunk/configure > URL: > http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=139934&r1=1...
2024 Jul 17
1
default pager is more
...the EL8 package is still less: For R-core-4.3.3-2.fc39.x86_64: PAGER=${PAGER-'/usr/bin/more'} R-core-4.4.1-3.el9.x86_64: PAGER=${PAGER-'/usr/bin/more'} R-core-4.4.1-3.el8.x86_64 PAGER=${PAGER-'/usr/bin/less'} configure for R still prefers less if available: $ grep "ac_prog.*PAGER" /tmp/R-4.4.1-3.fc41.src/R-4.4.1/configure for ac_prog in ${PAGER} less more page pg I suspect this was fixed (certainly don't remember it from Fedora <39, but I'd have to hunt down packages to check) and has regressed relatively recently. -- imalone
2024 Jan 12
1
Sys.which() caching path to `which`
...orking copy) @@ -949,7 +949,6 @@ PDFTEX TEX PAGER -WHICH SED INSTALL_DATA INSTALL_SCRIPT @@ -5390,66 +5389,6 @@ done test -n "$SED" || SED="/bin/sed" - -## 'which' is not POSIX, and might be a shell builtin or alias -## (but should not be in 'sh') -for ac_prog in which -do - # Extract the first word of "$ac_prog", so it can be a program name with args. -set dummy $ac_prog; ac_word=$2 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -printf %s "checking for $ac_word... " >&6;...
2024 Jul 18
1
default pager is more
...usr/bin/more'} > > R-core-4.4.1-3.el8.x86_64 > PAGER=${PAGER-'/usr/bin/less'} > This is probably because "less" still is part of the default image in EPEL8, but the spec is exactly the same. > configure for R still prefers less if available: > $ grep "ac_prog.*PAGER" /tmp/R-4.4.1-3.fc41.src/R-4.4.1/configure > for ac_prog in ${PAGER} less more page pg > > I suspect this was fixed (certainly don't remember it from Fedora <39, > but I'd have to hunt down packages to check) and has regressed > relatively recently. > As sa...
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system to allow cross compiling for at least arm32 and arm64 based on the Debian/Ubuntu multiarch infrastructure. They also add the necessary fixes to build for arm64 (which I have only tried cross, not native). I have posted some instructions on how to compile with these patches on the wiki: