]> git.sesse.net Git - vlc/blob - extras/m4/autoconf260.m4
5c5c140bbc4ec000ff854ff6531ad19f48fb52aa
[vlc] / extras / m4 / autoconf260.m4
1 # Replacements for autoconf 2.59 and older
2 # Please make official source tarballs with recent autoconf only.
3 # Copyright (C) 2006 RĂ©mi Denis-Courmont.
4 # Distribution and usage of this file, verbatim or modified, is permitted
5 # with no limitations.
6
7 AC_DEFUN([AC_PROG_CC_C99],
8 [ AC_REQUIRE([AC_PROG_CC])dnl
9   CC="$CC -std=c99"
10 ])
11
12 AC_DEFUN([AC_PROG_OBJC], [ ])
13
14 AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
15 [ AC_DEFINE([_GNU_SOURCE], [ ], [Enable lots of stuff with glibc.])
16 ])
17