Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1a5adb6dc376823a389d44f14c1ec749 > files > 3

librep-0.17-9mdv2009.0.src.rpm

--- trunk/configure.in	2003/11/25 03:32:18	2889
+++ trunk/configure.in	2006/02/01 05:47:41	2899
@@ -1,6 +1,6 @@
 dnl  Process this file with autoconf to produce a configure script.
 dnl  Copyright (C) 1998 John Harper <john@dcs.warwick.ac.uk>
-dnl  $Id: configure.in,v 1.145 2003/11/25 03:32:14 jsh Exp $
+dnl  $Id: configure.in,v 1.146 2006/02/01 05:47:41 jsh Exp $
 dnl
 dnl  This file is part of librep.
 dnl
@@ -18,7 +18,7 @@
 dnl  along with librep; see the file COPYING.  If not, write to
 dnl  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.145 $)
+AC_REVISION($Revision: 1.146 $)
 
 AC_INIT(src/rep_subrs.h)
 AC_CONFIG_HEADER(config.h src/rep_config.h)
@@ -558,7 +558,7 @@
  [with_stack_direction=unknown])
 if test "${with_stack_direction}" = unknown; then
   case ${host_cpu} in
-    sparc|i?86)
+    sparc|i?86|powerpc)
       AC_MSG_RESULT([assuming downwards])
       with_stack_direction="-1"
       ;;
@@ -593,7 +593,7 @@
 AC_DEFINE_UNQUOTED(rep_INTERFACE, ${libcurrent})
 
 dnl Hacks for libintl
-AM_LC_MESSAGES
+gt_LC_MESSAGES
 VERSION="$version"
 PACKAGE="librep"
 DATADIRNAME="share"