summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-04
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-24
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--configure.in3
8 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 98a396af8..edd5fecd7 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+Mon Sep 7 20:09:23 PDT 1998 Manish Singh <yosh@gimp.org>
+
+ * configure.in: comment the -std1 check and save LIBS properly
+
Sun Sep 6 12:36:23 PDT 1998 Manish Singh <yosh@gimp.org>
* gtk/testrgb.c: #include <stdlib.h>
diff --git a/configure.in b/configure.in
index ef86adc80..bbe82b855 100644
--- a/configure.in
+++ b/configure.in
@@ -107,8 +107,9 @@ if 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])
-gtk_save_LDFLAGS=$LDFLAGS
+gtk_save_LIBS=$LIBS
LIBS="$LIBS -lm"
AC_TRY_RUN([#include <math.h>
int main (void) { return (log(1) != log(1.)); }],