]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Move the AH_TEMPLATE for ULONG_CONST to its macro definition.
authorHarlan Stenn <stenn@ntp.org>
Thu, 9 Jan 2003 23:05:24 +0000 (18:05 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 9 Jan 2003 23:05:24 +0000 (18:05 -0500)
bk: 3e1e0034t_8s0tZeg16JHqGTF4byWg

acinclude.m4
configure.in

index 2c02173fe5911bb520b8e167c7a16bfa520b7439..1a8c99388c47981a018bb475d29c82b224c6c673 100644 (file)
@@ -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]),
index 228971b157027cecfddf970d3b2700e971fb5892..573e419eb243a3e852fcfe61f7c5f2440a454bc6 100644 (file)
@@ -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