]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, acinclude.m4, aclocal.m4, configure:
authorHarlan Stenn <stenn@ntp.org>
Sun, 14 May 2000 06:15:18 +0000 (06:15 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 14 May 2000 06:15:18 +0000 (06:15 -0000)
  * acinclude.m4: Typo...

bk: 391e4476awzo10RAn0x8_XuzWn1b2Q

ChangeLog
acinclude.m4
aclocal.m4
configure

index bd07628432b6108e43962ad32933d2b912e64d5c..c96247c6a18eb1e486f8732e6a1745b81a0278a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-14  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * acinclude.m4: Typo...
+
 2000-05-13  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * libntp/gpstolfp.c (GPSORIGIN): Try new ULONG_CONST macro
index 9a5941c43a515af2c5c6f1ac5a01a5a7d13a46cb..cc26b2719784dbc5651a405b4d24afd717edd82d 100644 (file)
@@ -6,5 +6,5 @@ ACAT(Cir,cus)
     AC_EGREP_CPP(Reiser,
 [#define RCAT(a,b)a/**/b
 RCAT(Rei,ser)
-], AC_DEFINE([ULONG_CONST(a)], [a/**/U]),
+], AC_DEFINE([ULONG_CONST(a)], [a/**/L]),
     AC_MSG_ERROR([How do we create an unsigned long constant?])))])
index fb02bfcb61e2cbd46281d0acfb034f962285cc80..54e7fd74fd25723f99277520b3609133cf8dc5cb 100644 (file)
@@ -18,7 +18,7 @@ ACAT(Cir,cus)
     AC_EGREP_CPP(Reiser,
 [#define RCAT(a,b)a/**/b
 RCAT(Rei,ser)
-], AC_DEFINE([ULONG_CONST(a)], [a/**/U]),
+], AC_DEFINE([ULONG_CONST(a)], [a/**/L]),
     AC_MSG_ERROR([How do we create an unsigned long constant?])))])
 
 # Like AC_CONFIG_HEADER, but automatically create stamp file.
index e4665911c11cf7da03aa5efb1149c139e05cc2ef..53347f18b4749742a983e02891ef59deb4f31377 100755 (executable)
--- a/configure
+++ b/configure
@@ -2034,7 +2034,7 @@ EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "Reiser" >/dev/null 2>&1; then
   cat >>confdefs.h <<\EOF
-#define ULONG_CONST(a) a/**/U
+#define ULONG_CONST(a) a/**/L
 EOF
 
 else