source: branches/samba-3.2.x/source/lib/replace/libreplace_cc.m4@ 272

Last change on this file since 272 was 149, checked in by Paul Smedley, 17 years ago

Update trunk to v3.2.2

File size: 4.7 KB
Line 
1
2AC_DEFUN_ONCE(AC__LIBREPLACE_ONLY_CC_CHECKS_START,
3[
4echo "LIBREPLACE_CC_CHECKS: START"
5])
6
7AC_DEFUN_ONCE(AC__LIBREPLACE_ONLY_CC_CHECKS_END,
8[
9echo "LIBREPLACE_CC_CHECKS: END"
10])
11
12dnl
13dnl
14dnl AC_LIBREPLACE_CC_CHECKS
15dnl
16dnl Note: we need to use m4_define instead of AC_DEFUN because
17dnl of the ordering of tests
18dnl
19dnl
20m4_define(AC_LIBREPLACE_CC_CHECKS,
21[
22AC__LIBREPLACE_ONLY_CC_CHECKS_START
23
24dnl stop the C89 attempt by autoconf - if autoconf detects -Ae it will enable it
25dnl which conflicts with C99 on HPUX
26ac_cv_prog_cc_Ae=no
27