From 858b18bdcae6ac1a858e4f49d2f5da8514f3918a Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Thu, 11 Oct 2001 05:15:46 +0000 Subject: [PATCH] (ac_cv_sizeof_long_long): Avoid '==' and '-a' in 'test's. Please read the 'autoconf' manual on writing portable tests. --- ChangeLog | 5 +++++ ChangeLog.pre-2-0 | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ configure.in | 2 +- 9 files changed, 41 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0129819fc..49e0eb929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0129819fc..49e0eb929 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2001-10-11 Raja R Harinath + + * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in + 'test's. + Wed Oct 10 20:07:36 2001 Joshua N Pritikin * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 diff --git a/configure.in b/configure.in index dc5d506b0..94fec8b24 100644 --- a/configure.in +++ b/configure.in @@ -355,7 +355,7 @@ AC_CHECK_SIZEOF(void *) AC_CHECK_SIZEOF(long long) AC_CHECK_SIZEOF(__int64) -if test x$ac_cv_sizeof_long == x8 -o x$ac_cv_sizeof_long_long == x8 ; then +if test x$ac_cv_sizeof_long = x8 || test x$ac_cv_sizeof_long_long = x8 ; then : else AC_MSG_ERROR([