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

Re: Linda warnings



On Sun, May 29, 2005 at 01:31:31PM -0500, Peter Samuelson wrote:
> Build-depend on autotools-dev, and copy /usr/share/misc/config.guess
> and config.sub into place at build time.  ln -fs also works.  It's a
> very light build dep, so there's not much point in patching the right
> files into the source diff.gz.  (However, note that if you don't want
> to bloat your diff.gz you may wish to mv the old files out of the way,
> and mv them back in your 'clean' target.)

Personnaly I just patch them this way (and build-dep on autotools-dev).

@@ -1,4 +1,10 @@
 #! /bin/sh
+# autotools-dev hack (<ballombe@debian.org>, Wed, 14 Nov 2001 10:13:10 +0100)
+if [ -x /usr/share/misc/config.guess ]; then
+   /usr/share/misc/config.guess "$@"
+   exit $?
+fi
+
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 #   Free Software Foundation, Inc.

This way I get a small, obvious diff.

Cheers,
-- 
Bill. <ballombe@debian.org>

Imagine a large red swirl here.



Reply to: