comparison configure.ac @ 10411:479cc8a0a846

use gnulib namespace
author John W. Eaton <jwe@octave.org>
date Mon, 15 Mar 2010 15:57:23 -0400
parents 60acc47c203f
children 2a8b1db1e2ca
comparison
equal deleted inserted replaced
10410:b3ec24dc305a 10411:479cc8a0a846
1867 export F77 1867 export F77
1868 1868
1869 ### Some things to add to the bottom of config.h. 1869 ### Some things to add to the bottom of config.h.
1870 1870
1871 AH_BOTTOM([ 1871 AH_BOTTOM([
1872 #if !defined (GNULIB_NAMESPACE)
1873 #define GNULIB_NAMESPACE gnulib
1874 #endif
1875
1872 #if defined (__GNUC__) 1876 #if defined (__GNUC__)
1873 #define GCC_ATTR_DEPRECATED __attribute__ ((__deprecated__)) 1877 #define GCC_ATTR_DEPRECATED __attribute__ ((__deprecated__))
1874 #define GCC_ATTR_NORETURN __attribute__ ((__noreturn__)) 1878 #define GCC_ATTR_NORETURN __attribute__ ((__noreturn__))
1875 #define GCC_ATTR_UNUSED __attribute__ ((__unused__)) 1879 #define GCC_ATTR_UNUSED __attribute__ ((__unused__))
1876 #else 1880 #else