head	1.5;
access;
symbols
	old_RELEASE_4_6_2:1.3
	old_RELEASE_4_6_1:1.3
	old_RELEASE_4_6_0:1.3
	old_RELEASE_5_0_DP1:1.3
	old_RELEASE_4_5_0:1.3
	old_RELEASE_4_4_0:1.3
	old_RELEASE_4_3_0:1.3
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_1:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3
	old_RELEASE_4_0_0:1.3
	old_RELEASE_3_4_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2002.07.15.21.33.55;	author demon;	state dead;
branches;
next	1.4;

1.4
date	2002.07.14.10.44.08;	author anders;	state Exp;
branches;
next	1.3;

1.3
date	99.12.22.13.49.02;	author jedgar;	state Exp;
branches;
next	1.2;

1.2
date	99.12.04.23.40.27;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	99.11.21.00.53.55;	author cpiazza;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Do not install .la file.

PR:		40619
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@--- configure.orig	Sun Jul 14 10:29:10 2002
+++ configure	Sun Jul 14 10:30:32 2002
@@@@ -12064,7 +12064,7 @@@@
   if test "X$enable_debug" = Xyes; then
     CFLAGS="$CFLAGS -O0"
   else
-    CFLAGS="$CFLAGS -O2"
+    CFLAGS="$CFLAGS"
   fi
   CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings"
   case $MFX_CPU in
@


1.4
log
@Update to 1.08.

PR:		40547
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@@


1.3
log
@Update port to 1.06
Remove unneeded lines from patches

PR:		15498
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d1 5
a5 5
--- configure.orig	Tue Nov 30 02:37:24 1999
+++ configure	Sun Dec  5 12:07:23 1999
@@@@ -3496,7 +3496,7 @@@@
   if test "$enable_debug" = yes; then
     CFLAGS_O="-O0"
d7 2
a8 2
-    CFLAGS_O="-O2"
+    CFLAGS_O=""
d10 2
a11 2
   CFLAGS_W="-Wall -Wcast-align -Wwrite-strings"
   case $host in
@


1.2
log
@Update to version 1.06

Submitted by:	Chris D. Faulhaber <jedgar@@fxp.org>
PR:		15214
@
text
@d1 2
a2 56
--- configure.orig	Mon Nov 29 12:37:24 1999
+++ configure	Wed Dec  1 15:35:00 1999
@@@@ -1282,13 +1282,13 @@@@
   CFLAGS="$ac_save_CFLAGS"
 elif test $ac_cv_prog_cc_g = yes; then
   if test "$GCC" = yes; then
-    CFLAGS="-g -O2"
+    CFLAGS="-g"
   else
     CFLAGS="-g"
   fi
 else
   if test "$GCC" = yes; then
-    CFLAGS="-O2"
+    CFLAGS=""
   else
     CFLAGS=
   fi
@@@@ -2104,8 +2104,8 @@@@
 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
 
 # Reload cache, that may have been modified by ltconfig
@@@@ -2119,7 +2119,7 @@@@
 
 
 # This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@@@ -3369,7 +3369,7 @@@@
 
 if test "$ac_cv_prog_gcc" = yes; then
 mfx_save_cflags="$CFLAGS"
-CFLAGS="-O2 -fschedule-insns -fschedule-insns2"
+CFLAGS="-fschedule-insns -fschedule-insns2"
 echo $ac_n "checking whether ${CC-cc} suffers the -fschedule-insns bug""... $ac_c" 1>&6
 echo "configure:3375: checking whether ${CC-cc} suffers the -fschedule-insns bug" >&5
 if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_schedule_insns'+set}'`\" = set"; then
@@@@ -3412,7 +3412,7 @@@@
 
 if test "$ac_cv_prog_gcc" = yes; then
 mfx_save_cflags="$CFLAGS"
-CFLAGS="-O2 -fstrength-reduce"
+CFLAGS="-fstrength-reduce"
 echo $ac_n "checking whether ${CC-cc} suffers the -fstrength-reduce bug""... $ac_c" 1>&6
 echo "configure:3418: checking whether ${CC-cc} suffers the -fstrength-reduce bug" >&5
 if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_strength_reduce'+set}'`\" = set"; then
@


1.1
log
@- Fix MASTER_SITES
- Remove CONFIGURE_ARGS that are already the default
- Support CFLAGS properly
- Add a file missing from PLISt
- Remove two unneeded patches (for libtool stuff)

PR:		14901
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d1 6
a6 6
--- configure.orig	Sat Nov 13 11:17:25 1999
+++ configure	Sat Nov 13 11:23:32 1999
@@@@ -1141,9 +1141,9 @@@@
   if test "$ac_test_CFLAGS" = set; then
     CFLAGS="$ac_save_CFLAGS"
   elif test $ac_cv_prog_cc_g = yes; then
d10 4
d16 2
d19 21
a39 3
 else
   GCC=
@@@@ -3036,7 +3036,7 @@@@
d43 2
a44 2
-CFLAGS="$CFLAGS -O2 -fschedule-insns -fschedule-insns2"
+CFLAGS="$CFLAGS -fschedule-insns -fschedule-insns2"
d46 1
a46 1
 echo "configure:3042: checking whether ${CC-cc} suffers the -fschedule-insns bug" >&5
d48 1
a48 1
@@@@ -3079,7 +3079,7 @@@@
d52 2
a53 2
-CFLAGS="$CFLAGS -O2 -fstrength-reduce"
+CFLAGS="$CFLAGS -fstrength-reduce"
d55 1
a55 1
 echo "configure:3085: checking whether ${CC-cc} suffers the -fstrength-reduce bug" >&5
d57 7
a63 6
@@@@ -3167,7 +3167,7 @@@@
 
 if test "$GCC" = yes; then
   M_CC="GCC"
-  CFLAGS_O="-O2"
+  CFLAGS_O=""
a65 1
     i[34567]86-*)
@

