head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.20 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.18 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.16 OPENPKG_2_4_SOLID_BP:1.1 OPENPKG_CW_FP:1.1 OPENPKG_2_3_RELEASE:1.1 OPENPKG_2_3_SOLID:1.1.0.14 OPENPKG_2_3_SOLID_BP:1.1 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.12 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.10 OPENPKG_2_1_SOLID_BP:1.1 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.8 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1 OPENPKG_1_3_SOLID:1.1.0.6 OPENPKG_1_3_SOLID_BP:1.1 OPENPKG_1_STABLE_MP:1.1 OPENPKG_1_2_RELEASE:1.1 OPENPKG_1_2_SOLID:1.1.0.4 OPENPKG_1_2_SOLID_BP:1.1 OPENPKG_1_STABLE:1.1.0.2 OPENPKG_1_STABLE_BP:1.1; locks; strict; comment @# @; 1.2 date 2007.06.11.16.22.23; author thl; state Exp; branches; next 1.1; commitid dduLL14qPz76Svls; 1.1 date 2002.07.02.17.39.34; author rse; state Exp; branches; next ; desc @@ 1.2 log @defeat aclocal underquoted definition warning @ text @--- config.h.in.orig Tue Jul 2 19:30:48 2002 +++ config.h.in Tue Jul 2 19:35:53 2002 @@@@ -35,8 +35,10 @@@@ #undef ORBIT_HAVE_ALLOCA_H -#ifdef ORBIT_HAVE_ALLOCA_H +#if defined(ORBIT_HAVE_ALLOCA_H) +#if ORBIT_HAVE_ALLOCA_H != 0 #include +#endif #endif /* Define if you have the `basename' function. */ Index: ORBit.m4 --- ORBit.m4.orig 2002-06-06 13:07:26 +0200 +++ ORBit.m4 2007-06-11 17:57:33 +0200 @@@@ -1,7 +1,7 @@@@ dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS dnl -AC_DEFUN(AM_PATH_ORBIT, +AC_DEFUN([AM_PATH_ORBIT], [dnl dnl Get the cflags and libraries from the orbit-config script dnl Index: libIDL.m4.in --- libIDL/libIDL.m4.in.orig 2002-06-06 13:07:29 +0200 +++ libIDL/libIDL.m4.in 2007-06-11 17:59:38 +0200 @@@@ -3,7 +3,7 @@@@ dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS dnl -AC_DEFUN(AM_PATH_LIBIDL, +AC_DEFUN([AM_PATH_LIBIDL], [dnl dnl Get the cflags and libraries from the libIDL-config script dnl @ 1.1 log @fix building under FreeBSD @ text @d15 26 @