(Dynamic Allocation and C): Say global variables are like static.
[glibc.git] / aclocal.m4
blob293b7eaa64a953b1ed6a3f5c7e4e1d37ce7cfde3
1 dnl We define the macro GLIBC_PROVIDES to do an AC_PROVIDE for each macro
2 dnl which appears in configure.in before the sysdep configure scripts are run.
3 dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any
4 dnl AC_REQUIREs or AC_BEFOREs duplicating their code.
5 dnl
6 define([GLIBC_PROVIDES], [dnl
7 AC_PROVIDE([AC_PROG_INSTALL])dnl
8 AC_PROVIDE([AC_PROG_RANLIB])dnl
9 AC_PROVIDE([AC_PROG_CC])dnl
10 AC_PROVIDE([AC_PROG_CPP])dnl
11 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
12 ])dnl