[Nautilus-list] PATCH: configure.in fix



hi,

here's a little patch to recent nautilus-cvs to fix the xml-i18n-tools
issue that someone put in the configure.in some days ago. people with
newer autoconf have problems getting the configure script because of
dotzen sed errors. this solves it and should be backwards compatible.
a simple oneliner.

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali akcaagac stud fh-wilhelmshaven de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
--- nautilus/configure.in.orig	Sat Oct 13 19:33:07 2001
+++ nautilus/configure.in	Sat Oct 13 19:33:50 2001
@@ -1,4 +1,5 @@
 AC_INIT(src)
+AM_PROG_XML_I18N_TOOLS
 
 dnl ==========================================================================
 dnl
@@ -47,8 +48,6 @@
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 
-AM_PROG_XML_I18N_TOOLS
-
 AM_SANITY_CHECK
 AC_PROG_CC
 AC_PROG_CPP


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]