search for: ac_header_stdc

Displaying 18 results from an estimated 18 matches for "ac_header_stdc".

2015 Apr 08
10
Build-system cleanups
Hi everyone Following are a number of build-system cleanup patches. Some of them are prep-work for a possible upcoming automake/gnulib introduction. Best regards, Tiziano
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
...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 additional man page support config: Use LT_INIT option instead of AC_DISABLE_STATIC config: Add comments for main statements config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV config: remove unused sdkdir=$(pkg-config...) statement conf...
2015 Jun 11
0
[ANNOUNCE] rendercheck 1.5
...efinitions. Convert to using asprintf for describe_format. Disable useless shadow warnings. Shut up some const assignment warnings. Add test for GTK rendering bug in glamor. Add test for a rendering bug in libreoffice. Gaetan Nadon (1): config: remove unrequired AC_HEADER_STDC Jeremy Huddleston (2): Report which test groups passed successfully Include strings.h for strcasecmp Matt Craighead (1): fix compiler warnings Vikram Fugro (1): t_triangles: Fix for triangles(trapezoids) test case git tag: rendercheck-1.5 http://xorg.freedesktop.org/arc...
2004 Aug 06
2
[PATCH] Solaris needs sys/types.h for uint32_t
Otherwise, well, things tend not to pan out as they should when compiling anything that #includes md5.h Patch against cvs HEAD attached /dale -------------- next part -------------- Index: src/md5.h =================================================================== RCS file: /usr/local/cvsroot/icecast/src/md5.h,v retrieving revision 1.2 diff -u -r1.2 md5.h --- src/md5.h 29 Jan 2004 01:02:06
2004 Aug 06
1
[PATCH] Solaris needs sys/types.h for uint32_t
...iles wrote: > > Doesn't solaris also provide them in inttypes.h? maybe this would be > more appropriate (in > compat.h): You are correct, sir. Solaris does indeed have inttypes.h, which includes sys/inttypes.h, which then includes sys/int_types.h, which defines uint32_t :) The AC_HEADER_STDC macro already looks for inittypes.h, so all we needed to do is add the ifdef to compat.h to include it. Attached is a patch with the necessary changes to src/compat.h, which pretty much mirrors your suggestion. Thanks! -------------- next part -------------- A non-text attachment was scrubbed.....
2023 Feb 18
0
[ANNOUNCE] constype 1.0.5
...autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Adopt standard X.Org code style Make argument handling a little more standard configure.ac: Remove obsolete AC_HEADER_STDC constype 1.0.5 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish git tag: constype-1.0.5 https://xorg.freedesktop.org/archive/...
2023 Aug 16
0
[ANNOUNCE] libxcb 1.16
Alan Coopersmith (4): gitlab CI: add a basic build test configure.ac: drop dependency `pthread-stubs` on Solaris configure.ac: Remove obsolete AC_HEADER_STDC Raise minimum required version of Python from 2.6 to 3.0 Daniel G (2): Fix windows build. Fix indentation. Demi Marie Obenour (5): Fix a compiler warning Fix handling of documented enum parameters Allow full paths to sockets on non-macOS DISPLAY starting...
2007 Aug 24
0
2 commits - configure.ac vivified/core
...ug 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 PKG_CHECK_MODULES(VIVI, libming >= $MING_REQUIRED gmodule-expo...
2007 Jun 26
1
Branch 'as' - configure.ac
...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([])
2018 Aug 14
0
[ANNOUNCE] xf86-video-v4l 0.3.0
...g...) statement config: header files are part of the source not in EXTRA_DIST config: upgrade to util-macros 1.8 for additional man page support config: update AC_PREREQ statement to 2.60 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: remove unrequired AC_HEADER_STDC config: remove unrequired AC_SUBST([XORG_CFLAGS]) config: complete AC_INIT m4 quoting config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CO...
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
...It's probably awesome code, but I'm neither a master of shell nor awk. Patches welcome. diff --git a/configure.ac b/configure.ac index 449c9c9..75e5a0a 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ AC_PROG_CC AM_PROG_CC_STDC AM_PROG_CC_C_O AM_PROG_AS +AC_PROG_AWK AC_HEADER_STDC([]) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 07ca529..0c2e2a6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -1,10 +1,5 @@ SUBDIRS = jpeg -noinst_PROGRAMS = compute-strings - -compute_strings_SOURCES = swfdec_as_strings.c -compute_strings_CFLAGS = -DC...
2019 Jan 29
0
[ANNOUNCE] xf86-video-nouveau 1.0.16
...ired 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 additional man page support config: Use LT_INIT option instead of AC_DISABLE_STATIC config: Add comments for main statements config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEV config: remove unused sdkdir=$(pkg-config....
2005 Nov 11
0
[PATCH] icecast video preview 2
...as 1 if you want to enable generation of PNGs])] + ICECAST_OPTIONAL="$ICECAST_OPTIONAL video_preview.o" + LIBS="$LIBS -lpng -lz", + echo "png library not found or too old -- not including PNG support", + -lz)]) +fi + dnl Checks for header files. AC_HEADER_STDC Index: src/format_theora.c =================================================================== --- src/format_theora.c (revisione 10365) +++ src/format_theora.c (copia locale) @@ -12,7 +12,6 @@ /* Ogg codec handler for theora logical streams */ - #ifdef HAVE_CONFIG_H #include <config.h&...
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe and a xsl typo. Best regards :) kysucix -- Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in status.xsl. I just added a: <video-preview>1</video-preview> parameters in icecast.xml.in that control the previewing function. It encodes a png in $webroot/$mountname.tmp and then move it to $webroot/$mountname.png As for now it saves a frame every theora keyframe, which is probably too heavy for the server but
2005 Dec 15
2
Patch: More of kqueue() support.
...@@ -1,25 +1,24 @@ -AC_INIT(dovecot, 1.0.alpha5, [dovecot@dovecot.org]) +AC_PREREQ([2.59]) +AC_INIT([dovecot],[1.0.alpha5],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) -AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE AM_MAINTAINER_MODE AC_ISC_POSIX +AC_GNU_SOURCE AC_PROG_CC AC_PROG_CPP AC_HEADER_STDC AC_C_INLINE -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AM_ICONV -AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h \ +AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h time.h \ sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h libgen.h \ - sys/quota.h sys/fs/ufs_quota.h ufs/ufs/quota.h m...
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
...NIT(src/flac/main.c) AM_INIT_AUTOMAKE(flac, 1.2.1) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +#Prefer whatever the current ISO standard is. +AC_PROG_CC_STDC +AC_USE_SYSTEM_EXTENSIONS # Enable the generation of shared libraries under Win32 AC_LIBTOOL_WIN32_DLL @@ -60,6 +64,7 @@ AC_HEADER_STDC AM_PROG_CC_C_O AC_C_INLINE AC_C_VARARRAYS +AC_C_TYPEOF AC_CHECK_HEADERS(stdint.h) AC_SUBST(HAVE_STDINT_H) @@ -68,6 +73,8 @@ AC_SUBST(HAVE_INTTYPES_H) AC_CHECK_HEADERS(byteswap.h) AC_SUBST(HAVE_BYTESWAP_H) +AC_CHECK_HEADERS([sys/param.h]) + XIPH_C_BSWAP32 XIPH_C_FIND_ENDIAN diff --git...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools based build system. There is a lot more that could and should be done, but I tried to stay conservative for now and just resolve some of the most obvious issues. Max Horn (5): configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN autogen.sh: replace this by a simple call to autoreconf configure: always print