From: Harlan Stenn Date: Thu, 9 Jan 2003 23:05:24 +0000 (-0500) Subject: Move the AH_TEMPLATE for ULONG_CONST to its macro definition. X-Git-Tag: NTP_4_1_73~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69d2ff0cb2060c2bfe8b697b0db26fb9f8468853;p=thirdparty%2Fntp.git Move the AH_TEMPLATE for ULONG_CONST to its macro definition. bk: 3e1e0034t_8s0tZeg16JHqGTF4byWg --- diff --git a/acinclude.m4 b/acinclude.m4 index 2c02173fe5..1a8c99388c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,5 +1,6 @@ AC_DEFUN(hs_ULONG_CONST, -[ AC_EGREP_CPP(Circus, +[ AH_TEMPLATE(ULONG_CONST, [How do we create unsigned long constants?]) +AC_EGREP_CPP(Circus, [#define ACAT(a,b)a ## b ACAT(Cir,cus) ], AC_DEFINE([ULONG_CONST(a)], [a ## UL]), diff --git a/configure.in b/configure.in index 228971b157..573e419eb2 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,6 @@ AM_CONFIG_HEADER(config.h) AC_ARG_PROGRAM AM_INIT_AUTOMAKE(ntp, 4.1.1c-rc1) AC_PREREQ(2.52) # We need the cross-compile-aware SIZEOF stuff. -AH_TEMPLATE(ULONG_CONST, [How do we create unsigned long constants?]) ac_cv_var_atom_ok=no ac_cv_var_oncore_ok=no