Hash : d81551a1 Author : Date : 2003-08-17T15:25:00
Avoid autoconf/autoheader warning "AC_COMPILE_IFELSE was called before gl_USE_SYSTEM_EXTENSIONS"
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Description: Enable extensions in standard headers Files: m4/extensions.m4 Depends-on: configure.ac: dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac. Makefile.am: Include: Maintainer: Paul Eggert and Jim Meyering