head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.04.06.17.09.06;	author pawel;	state Exp;
branches;
next	1.2;

1.2
date	2010.02.13.18.41.05;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.06.21.05.29;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to version 1.15.8.12 (squeeze stable branch)
- Disable compile warnings, it needs more recent gcc to work
- Move manpages declarations to Makefile.man
- Remove some useless dirrmtry's of locale dirs,
  they are now in /etc/mtree/BSD.local.dist
- Use dirrm instead of dirrmtry on dirs specific to this package

Feature safe:	yes
@
text
@--- configure.orig	2012-03-16 20:22:59.000000000 +0100
+++ configure	2012-03-16 20:23:12.000000000 +0100
@@@@ -8180,9 +8180,6 @@@@
 $as_echo "no" >&6; }
 fi
 
-PERL_LIBDIR=$($PERL -MConfig -e 'my $r = $Config{vendorlibexp};
-                                 $r =~ s/$Config{vendorprefixexp}/\$(prefix)/;
-                                 print $r')
 
 for ac_prog in pod2man
 do
@


1.2
log
@- Update to 1.14.25

PR:		140699
Submitted by:	Gea-Suan Lin <gslin@@gslin.org>
Approved by:	maintainer timeout
@
text
@d1 4
a4 4
--- configure.orig	2009-11-19 19:45:27.000000000 +0800
+++ configure	2009-11-19 19:45:35.000000000 +0800
@@@@ -7172,8 +7172,6 @@@@
 echo "${ECHO_T}no" >&6; }
d7 6
a12 5
-PERL_LIBDIR=`$PERL -MConfig -e 'my $r=$Config{vendorlibexp};$r=~s/$Config{vendorprefixexp}/\\$(prefix)/; print $r'`
-
 # Checks for operating system services and capabilities.
 # Check whether --enable-largefile was given.
 if test "${enable_largefile+set}" = set; then
@


1.1
log
@- Update to 1.13.25
- Add new manpage layout

PR:             105560
Submitted by:   Nick Barkas <snb@@threerings.net>
Approved by:    perky@@ (maintainer timeout)
@
text
@d1 11
a11 33
--- configure.orig	Fri Oct 13 06:37:44 2006
+++ configure	Mon Nov 13 18:23:21 2006
@@@@ -1991,7 +1991,7 @@@@
 { echo "$as_me:$LINENO: checking dpkg cpu type" >&5
 echo $ECHO_N "checking dpkg cpu type... $ECHO_C" >&6; }
 
-cpu_type="`cd $srcdir/scripts; ./dpkg-architecture.pl -t$target -qDEB_HOST_ARCH_CPU 2>/dev/null`"
+cpu_type="`grep -v ^# cputable | awk 'match("'$target'", $3) { print $1 }'`"
 
 if test "x$cpu_type" = "x"; then
 	cpu_type=$target_cpu
@@@@ -2012,7 +2012,7 @@@@
 { echo "$as_me:$LINENO: checking dpkg operating system type" >&5
 echo $ECHO_N "checking dpkg operating system type... $ECHO_C" >&6; }
 
-os_type="`cd $srcdir/scripts; ./dpkg-architecture.pl -t$target -qDEB_HOST_ARCH_OS 2>/dev/null`"
+os_type="`grep -v ^# ostable | awk 'match("'$target'", $3) { print $1 }'`"
 
 if test "x$os_type" = "x"; then
 	os_type=$target_os
@@@@ -2033,7 +2033,11 @@@@
 { echo "$as_me:$LINENO: checking dpkg architecture name" >&5
 echo $ECHO_N "checking dpkg architecture name... $ECHO_C" >&6; }
 
-dpkg_arch="`cd $srcdir/scripts; ./dpkg-architecture.pl -t$target -qDEB_HOST_ARCH 2>/dev/null`"
+if test $os_type = "linux"; then
+	dpkg_arch=$cpu_type
+else
+	dpkg_arch=$os_type-$cpu_type
+fi
 
 { echo "$as_me:$LINENO: result: $dpkg_arch" >&5
 echo "${ECHO_T}$dpkg_arch" >&6; }
@

