[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73-fyi-autoupdate-datadir.patch
From: |
Akim Demaille |
Subject: |
73-fyi-autoupdate-datadir.patch |
Date: |
Fri, 31 Aug 2001 15:31:23 +0200 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* bin/autoupdate.in (@include): `installcheck' revealed the path
to m4sugar was lacking!
Index: bin/autoupdate.in
--- bin/autoupdate.in Fri, 31 Aug 2001 13:05:00 +0200 akim
+++ bin/autoupdate.in Fri, 31 Aug 2001 13:23:04 +0200 akim
@@ -33,7 +33,8 @@
# Lib files.
my $autom4te = $ENV{'AUTOM4TE'} || '@autom4te-name@';
-my @include;
+# We need to find m4sugar.
+my @include = ('@datadir@');
my $force = 0;
# m4.
my $m4 = $ENV{"M4"} || "@M4@";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 73-fyi-autoupdate-datadir.patch,
Akim Demaille <=