guile-gtk-general
[Top][All Lists]
Advanced

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

guile-gnome autogen.sh: patch to not assume . in PATH


From: Greg Troxel
Subject: guile-gnome autogen.sh: patch to not assume . in PATH
Date: Sun, 10 Oct 2004 08:53:48 -0400

This is needed on NetBSD 2.0ish, and since they are pretty compulsive
about standards compliance I am assuming that the . operator only
searches in PATH, rather than also $CWD.


--- autogen.sh.~1~      2004-10-09 10:31:00.000000000 -0400
+++ autogen.sh  2004-10-10 07:58:15.000000000 -0400
@@ -5,8 +5,8 @@
 package=guile-gobject
 srcfile=autogen-pkg.sh
 
-. autogen-support.sh
-. autogen-pkg.sh
+. ./autogen-support.sh
+. ./autogen-pkg.sh
 
 CONFIGURE_DEF_OPT='--enable-maintainer-mode'
 ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]