From: Manish Singh Date: Tue, 8 Sep 1998 03:08:22 +0000 (+0000) Subject: comment the -std1 check and save LIBS properly X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ce7ffeb304183baecf3d7b574732d9d9d5f52566;p=dana%2Fcg-glib.git comment the -std1 check and save LIBS properly -Yosh --- diff --git a/ChangeLog b/ChangeLog index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 47b5bd3a..f72e7af4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Mon Sep 7 20:07:38 PDT 1998 Manish Singh + + * configure.in: comment the -std1 check and save LIBS properly + Mon Sep 7 07:53:21 1998 Tim Janik * configure.in: check for all three inline keywords individually. diff --git a/configure.in b/configure.in index 4c64fcae..38357d01 100644 --- a/configure.in +++ b/configure.in @@ -109,8 +109,9 @@ if eval "test x$GCC = xyes"; then fi fi +dnl DU4 native cc currently needs -std1 for ANSI mode (instead of K&R) AC_MSG_CHECKING([for extra flags to get ANSI library prototypes]) -glib_save_LDFLAGS=$LDFLAGS +glib_save_LIBS=$LIBS LIBS="$LIBS -lm" AC_TRY_RUN([#include int main (void) { return (log(1) != log(1.)); }],