head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.05.05.18.08.47;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.28.20.45.08;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.04.14.38.46;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.25.11.16.31;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.21.10.29.47;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Build with Perl 5.12+
@
text
@--- configure.orig	Sun Aug  2 15:48:40 1998
+++ configure	Wed Feb 25 12:10:13 2004
@@@@ -571,7 +571,7 @@@@
 if test "${with_perl+set}" = set; then
   withval="$with_perl"
   perlprog=$with_perl
-perlvers=`$perlprog -v | grep version | sed -e 's/.* version //' -e 's/ built.*//' -e 's/ with.*//'`
+perlvers=`$perlprog -e 'print $]'`
 
 else
   TMPFILE=/tmp/x.$$
@@@@ -600,7 +600,7 @@@@
 PATH_PERL=$perlprog
 echo "$ac_t""$perlprog v$perlvers" 1>&6
 case $perlvers in
-    5.003* | 5.004* | 5.005* | 5.006* )
+    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* )
         ;;
     * ) echo ""
         echo "Latest Perl found on your system is $perlvers,"
@@@@ -901,7 +901,6 @@@@
   GCC=yes
   ac_test_CFLAGS="${CFLAGS+set}"
   ac_save_CFLAGS="$CFLAGS"
-  CFLAGS=
   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
 echo "configure:907: checking whether ${CC-cc} accepts -g" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
@@@@ -918,16 +917,17 @@@@
 fi
 
 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
+ if false; then
   if test "$ac_test_CFLAGS" = set; then
     CFLAGS="$ac_save_CFLAGS"
   elif test $ac_cv_prog_cc_g = yes; then
-    CFLAGS="-g -O2"
+    CFLAGS="$CFLAGS -g -O2"
   else
-    CFLAGS="-O2"
+    CFLAGS="$CFLAGS -O2"
   fi
+ fi
 else
   GCC=
-  test "${CFLAGS+set}" = set || CFLAGS="-g"
 fi
 
 # Extract the first word of "ranlib", so it can be a program name with args.
@@@@ -1025,11 +1025,8 @@@@
 if test "${enable_debug+set}" = set; then
   enableval="$enable_debug"
   if test ".$ac_cv_prog_gcc" = ".yes"; then
-    CFLAGS="-Wall -g -ggdb3"
+    CFLAGS="$CFLAGS -Wall -g -ggdb3"
     LDFLAGS="-g -ggdb3"
-else
-    CFLAGS="-g"
-    LDFLAGS="-g"
 fi
 x="enabled"
 debug=on
@@@@ -1039,8 +1036,6 @@@@
 
 
 else
-  CFLAGS=""
-LDFLAGS=""
 x=disabled
 debug=off
 
@


1.4
log
@Introduce Perl 5.10.0
@
text
@d17 1
a17 1
+    5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.010* )
@


1.3
log
@Fix patch

Obtained from:	kriss via bento
Pointy Hat To:	me
@
text
@d17 1
a17 1
+    5.003* | 5.004* | 5.005* | 5.006* | 5.008* )
@


1.2
log
@Fix build with perl 5.8.x
Remove BROKEN
@
text
@d1 2
a2 2
--- /o/mnt/mat/lang/p5-ePerl/work/eperl-2.2.14/configure.orig	Sun Aug  2 15:48:40 1998
+++ /o/mnt/mat/lang/p5-ePerl/work/eperl-2.2.14/configure	Wed Feb 25 12:10:13 2004
@


1.1
log
@Make lang/p5-ePerl compiling again.
Seen on: bento
@
text
@d1 2
a2 2
--- configure.orig	Sun Aug  2 23:48:40 1998
+++ configure	Thu Nov 21 21:20:23 2002
d12 9
@

