|
1 |
| -# $Header: /cvsroot/pgsql/aclocal.m4,v 1.4 2000/08/26 21:11:44 petere Exp $ |
| 1 | +# $Header: /cvsroot/pgsql/aclocal.m4,v 1.5 2000/08/27 19:00:00 petere Exp $ |
2 | 2 | # This comes from the official Autoconf macro archive at
|
3 | 3 | # <http://research.cys.de/autoconf-archive/>
|
4 | 4 | # (I removed the $ before the Id CVS keyword below.)
|
@@ -65,38 +65,7 @@ extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_acc
|
65 | 65 | AC_DEFINE_UNQUOTED(ACCEPT_TYPE_ARG3,$ac_cv_func_accept_arg3)
|
66 | 66 | ])
|
67 | 67 | # Macros to detect C compiler features
|
68 |
| -# $Header: /cvsroot/pgsql/aclocal.m4,v 1.4 2000/08/26 21:11:44 petere Exp $ |
69 |
| - |
70 |
| - |
71 |
| -# PGAC_C_SIGNED |
72 |
| -# ------------- |
73 |
| -# Check if the C compiler understands signed types. |
74 |
| -# (Of course any ISO C compiler should, what is this still doing here?) |
75 |
| -AC_DEFUN([PGAC_C_SIGNED], |
76 |
| -[AC_CACHE_CHECK(for signed types, pgac_cv_c_signed, |
77 |
| -[AC_TRY_COMPILE([], |
78 |
| -[signed char c; signed short s; signed int i;], |
79 |
| -[pgac_cv_c_signed=yes], |
80 |
| -[pgac_cv_c_signed=no])]) |
81 |
| -if test x"$pgac_cv_c_signed" = xno ; then |
82 |
| - AC_DEFINE(signed,, [Define empty if the C compiler does not understand signed types]) |
83 |
| -fi])# PGAC_C_SIGNED |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| -# PGAC_C_VOLATILE |
88 |
| -# --------------- |
89 |
| -# Check if the C compiler understands `volatile'. Note that if it doesn't |
90 |
| -# then this will potentially break the program semantics. |
91 |
| -AC_DEFUN([PGAC_C_VOLATILE], |
92 |
| -[AC_CACHE_CHECK(for volatile, pgac_cv_c_volatile, |
93 |
| -[AC_TRY_COMPILE([], |
94 |
| -[extern volatile int i;], |
95 |
| -[pgac_cv_c_volatile=yes], |
96 |
| -[pgac_cv_c_volatile=no])]) |
97 |
| -if test x"$pgac_cv_c_volatile" = xno ; then |
98 |
| - AC_DEFINE(volatile,, [Define empty if the C compiler does not understand `volatile']) |
99 |
| -fi])# PGAC_C_VOLATILE |
| 68 | +# $Header: /cvsroot/pgsql/aclocal.m4,v 1.5 2000/08/27 19:00:00 petere Exp $ |
100 | 69 |
|
101 | 70 |
|
102 | 71 |
|
@@ -185,7 +154,7 @@ undefine([AC_TYPE_NAME])dnl
|
185 | 154 | undefine([AC_CV_NAME])dnl
|
186 | 155 | ])# PGAC_CHECK_ALIGNOF
|
187 | 156 | # Macros that test various C library quirks
|
188 |
| -# $Header: /cvsroot/pgsql/aclocal.m4,v 1.4 2000/08/26 21:11:44 petere Exp $ |
| 157 | +# $Header: /cvsroot/pgsql/aclocal.m4,v 1.5 2000/08/27 19:00:00 petere Exp $ |
189 | 158 |
|
190 | 159 |
|
191 | 160 | # PGAC_VAR_INT_TIMEZONE
|
|
264 | 233 | HAVE_POSIX_SIGNALS=$pgac_cv_func_posix_signals
|
265 | 234 | AC_SUBST(HAVE_POSIX_SIGNALS)])# PGAC_FUNC_POSIX_SIGNALS
|
266 | 235 | # Macros to detect certain C++ features
|
267 |
| -# $Header: /cvsroot/pgsql/aclocal.m4,v 1.4 2000/08/26 21:11:44 petere Exp $ |
| 236 | +# $Header: /cvsroot/pgsql/aclocal.m4,v 1.5 2000/08/27 19:00:00 petere Exp $ |
268 | 237 |
|
269 | 238 |
|
270 | 239 | # PGAC_CLASS_STRING
|
@@ -333,7 +302,7 @@ fi])# PGAC_CXX_NAMESPACE_STD
|
333 | 302 | #
|
334 | 303 | # Autoconf macros for configuring the build of Python extension modules
|
335 | 304 | #
|
336 |
| -# $Header: /cvsroot/pgsql/aclocal.m4,v 1.4 2000/08/26 21:11:44 petere Exp $ |
| 305 | +# $Header: /cvsroot/pgsql/aclocal.m4,v 1.5 2000/08/27 19:00:00 petere Exp $ |
337 | 306 | #
|
338 | 307 |
|
339 | 308 | # PGAC_PROG_PYTHON
|
|
0 commit comments