search for: ac_prog_cc

Displaying 20 results from an estimated 159 matches for "ac_prog_cc".

2009 Jul 07
0
[LLVMdev] switching to llvm-g++ as the host compiler
...configure.ac > =================================================================== > --- llvm.test/autoconf/configure.ac (revision 74729) > +++ llvm.test/autoconf/configure.ac (working copy) > @@ -601,8 +601,8 @@ > > dnl Check for compilation tools > AC_PROG_CPP > -AC_PROG_CC(gcc) > -AC_PROG_CXX(g++) > +AC_PROG_CC([llvm-gcc gcc]) > +AC_PROG_CXX([llvm-g++ g++]) > > AC_PROG_NM > AC_SUBST(NM) > > > Likewise, in our LLVM-GCC tree, this seems to work for Darwin/x86: > > Index: llvm-gcc.test/configure.in > ================================...
2009 Jul 06
8
[LLVMdev] switching to llvm-g++ as the host compiler
...k to GCC: Index: llvm.test/autoconf/configure.ac =================================================================== --- llvm.test/autoconf/configure.ac (revision 74729) +++ llvm.test/autoconf/configure.ac (working copy) @@ -601,8 +601,8 @@ dnl Check for compilation tools AC_PROG_CPP -AC_PROG_CC(gcc) -AC_PROG_CXX(g++) +AC_PROG_CC([llvm-gcc gcc]) +AC_PROG_CXX([llvm-g++ g++]) AC_PROG_NM AC_SUBST(NM) Likewise, in our LLVM-GCC tree, this seems to work for Darwin/x86: Index: llvm-gcc.test/configure.in =================================================================== --- llvm-gcc.test/...
2000 Aug 24
4
added check/define for int64_t
Sparc Solaris lacks an int64_t data type. I added a macro to detect/correct this problem. Jon Shiring Btw, in my quick tests, Vorbis successfully decodes ogg files on sparc solaris. The following should be added to configure.in after the calls to set SIZE64 ---------------------- dnl this is a test to see if int64_t is defined dnl this is because AC_CHECK_TYPE breaks on "long long"
2004 Aug 06
2
libspeex/SSE Intrinsics with GCC 3.3.x
On Fri, Apr 02, 2004 at 12:08:52AM -0500, Jean-Marc Valin wrote: > I'm aware of the problem, but I don't know how to get autoconf to handle > that properly. If someone knows how to make that work with autoconf even > with non-gcc compilers and with default CFLAGS, I'm interested. It's easy enough to test whether gcc will accept -msse and ifdef out the intrinsics code
2004 Aug 06
1
libspeex/SSE Intrinsics with GCC 3.3.x
...always). Example patch attached. It only tries if the use passes --enable-sse; testing by target arch as Aron suggested is another reasonable approach. However, the -msse cflag test fails on powerpc-unknown-linux-gnu so it might be safe just to switch the default value of the --enable-sse arg. AC_PROG_CC tries to find a compiler and then checks whether it's actually gcc. If so it automatically adds '-g -O2' to the CFLAGS. That's the origin of those two flags. The patch includes an explicit call to AC_PROG_CC since it uses its cache results; however AM_PROG_LIBTOOL and possibly ot...
2011 Oct 12
1
[LLVMdev] [llvm-commits] [llvm] r139934 - in /llvm/trunk: autoconf/configure.ac configure
...gt; > ============================================================================== > --- 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=139933&r2=139934&a...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
...-intel, xf86-video-amdgpu and xf86-video-ati Rhys Kidd (17): config: Fix typo in comment config,nv: Use xorg-macros PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} config: Only check for presence of libdrm package once config: Rely upon list.h as at least xorg-server 1.8 required config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 gitignore: Update to mirror modern X.org drivers config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4' config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macros config: remove unrequired AC_HEADER_STDC config: Utilize util-macros 1.8 for...
2010 Apr 19
1
[PATCH matahari] Replaces the existing HAL code for ProcessorAgent with udev.
...| 4 +- src/processors.cpp | 94 +++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 79 insertions(+), 22 deletions(-) diff --git a/configure.ac b/configure.ac index 9102c66..c51c23e 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AM_INIT_AUTOMAKE AC_PROG_CXX AC_PROG_CC AC_PROG_CPP -AC_CHECK_HEADERS([arpa/inet.h netinet/in.h sys/ioctl.h sys/socket.h unistd.h]) +AC_CHECK_HEADERS([arpa/inet.h netinet/in.h sys/ioctl.h sys/socket.h unistd.h libudev.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STDBOOL @@ -19,6 +19,7 @@ PKG_CHECK_M...
2012 Jun 15
0
Opus and WebM support have landed
...ng `./config.guess' configure.in:12: installing `./config.sub' src/Makefile.am: installing `./depcomp' /usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/share/automake-1.11/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC' /usr/share/automake-1.11/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again. /usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to add one of the com...
2015 Apr 09
0
[ANNOUNCE] xf86-input-vmmouse 13.0.99
...suitable for general distro inclusion. Extensive testing is encouraged, particularly on *BSD and *Solaris where testing so far has been limited to compile-testing on FreeBSD and Solaris, Please report bugs to <linux-graphics-maintainer at vmware.com> Gaetan Nadon (6): Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING Autoconf: minimum level required is 2.60 Autoconf: Fix deprecated use of AC_OUTPUT "make dist" fails when workstation has no udev package tools: ma...
2007 Apr 18
0
[Bridge] improved finding of KERNEL_HEADERS
...H( linux-headers, [ --with-linux-headers Location of the linux headers to use], - KERNEL_HEADERS=$withval, KERNEL_HEADERS="/lib/modules/\$(shell uname -r)/build/include") + KERNEL_HEADERS=$withval, KERNEL_HEADERS="/usr/src/linux/include") dnl Checks for programs. AC_PROG_CC
2001 Feb 28
2
small patch for configure.in
...all fix for the PRNG/EGD section -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net -------------- next part -------------- --- openssh_cvs/configure.in.old Tue Feb 27 12:56:06 2001 +++ openssh_cvs/configure.in Tue Feb 27 16:54:48 2001 @@ -5,6 +5,7 @@ AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_CANONICAL_HOST +AC_C_BIGENDIAN # Checks for programs. AC_PROG_CPP @@ -1279,14 +1280,14 @@ if test -z "$RANDOM_POOL" ; then AC_MSG_CHECKING(for PRNGD/EGD socket) # Insert other locations here - for egdsock in /var/run/egd-pool /etc/entropy /tmp/entropy ; do + for egd...
2010 Nov 21
0
[ANNOUNCE] libXxf86misc 1.0.3
...the usual recent set of misc. cleanups and build configuration improvements. Alan Coopersmith (6): Update Sun license notices to current X.Org standard form Sun's copyrights belong to Oracle now config: upgrade to util-macros 1.8 for additional man page support config: AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS libXxf86misc 1.0.3 Gaetan Nadon (5): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432...
2008 Dec 18
1
Tip for removing -c99 when compiling with icc
Dear developeRs, As of icc 10, the -c99 option is deprecated, and generates a lot of warnings when compiling R or R packages. If you use CC="icc -std=c99" instead of just CC="icc", R's configure will not add the -c99 option, and the code seems to compile and run just fine. (Please don't hesitate to let me know if this is a bad idea. :-) -- Regards, Bj?rn-Helge
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
...figure.ac b/configure.ac index 59593ae..7786d26 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ovirt-node], [1.0.3], [ovirt-devel at redhat.com]) +AC_INIT([ovirt-node], [1.9.0], [ovirt-devel at redhat.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax]) AC_PROG_CC AC_CONFIG_HEADERS([config.h]) -- 1.6.6
2007 Aug 24
0
2 commits - configure.ac vivified/core
...thor: Benjamin Otte <otte at gnome.org> Date: Fri Aug 24 14:14:10 2007 +0200 don't call AM_PROG_AS conditionally diff --git a/configure.ac b/configure.ac index f01272d..5210c30 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,7 @@ dnl (This must come after AM_INIT_AUTOMA AC_PROG_CC AM_PROG_CC_STDC AM_PROG_CC_C_O +AM_PROG_AS AC_HEADER_STDC([]) @@ -270,7 +271,6 @@ AC_ARG_ENABLE(vivified, enable_vivi=$enableval, enable_vivi="no") if test "$enable_vivi" = "yes"; then - AM_PROG_AS MING_REQUIRED=0.4.0.beta5 VIVI_GTK_REQUIRED=2.11.6 PK...
2007 Jun 26
1
Branch 'as' - configure.ac
...e13e5) Author: Benjamin Otte <otte at gnome.org> Date: Tue Jun 26 11:31:50 2007 +0200 automake claims we need this diff --git a/configure.ac b/configure.ac index aac8129..e76bce0 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,7 @@ dnl (This must come after AM_INIT_AUTOMA AC_PROG_CC AM_PROG_CC_STDC +AM_PROG_CC_C_O AC_HEADER_STDC([])
2017 Jan 13
0
[PATCH 1/4] Do not override CFLAGS, as CFLAGS is a user flag.
...l <philip at tecnocode.co.uk> +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice +# and this notice are preserved. + +#serial 5 + +AC_DEFUN([AX_CHECK_ENABLE_DEBUG],[ + AC_BEFORE([$0],[AC_PROG_CC])dnl + AC_BEFORE([$0],[AC_PROG_CXX])dnl + AC_BEFORE([$0],[AC_PROG_F77])dnl + AC_BEFORE([$0],[AC_PROG_FC])dnl + + AC_MSG_CHECKING(whether to enable debugging) + + ax_enable_debug_default=m4_tolower(m4_normalize(ifelse([$1],,[no],[$1]))) + ax_enable_debug_is_release=m4_tolower(m4_no...
2015 Jun 25
0
[ANNOUNCE] xf86-input-vmmouse 13.1.0
...keep the xf86-input-vmmouse driver as a backup should *not* use any version prior to 13.0.99 since those versions would compete with the in-kernel vmmouse driver for mouse input. 13.1.0: Thomas Hellstrom (1): Bump version number for release 13.0.99: Gaetan Nadon (6): Autoconf: remove AC_PROG_CC which overrides AC_PROG_CC_C99 from util-macros Autoconf: replace deprecated AC_HELP_STRING with AS_HELP_STRING Autoconf: minimum level required is 2.60 Autoconf: Fix deprecated use of AC_OUTPUT "make dist" fails when workstation has no udev package tools: ma...
2018 Jul 31
0
[ANNOUNCE] fonttosfnt 1.0.5
...n MAINTAINERCLEANFILES config: move CWARNFLAGS from configure.ac to Makefile.am config: update AC_PREREQ statement to 2.60 config: upgrade to util-macros 1.8 for additional man page support config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: remove unrequired AC_SUBST([*_CFLAGS]) config: remove unrequired AC_SUBST([*_LIBS]) config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section wi...