From 30e5e55e7aef31cbdb9ce0c49c11ff5825f6d8c1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 12 Jan 2009 21:29:24 +0000 Subject: [PATCH] Fix the instructions to work even when PATH does not contain ".". Thanks to Martin Geisse for pointing this out! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62102 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Projects.html b/docs/Projects.html index a2223044a4e..3d83b3cd82c 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -118,7 +118,7 @@ configure script with these commands:

% cd autoconf
- % AutoRegen.sh

+ % ./AutoRegen.sh

You must be using Autoconf version 2.59 or later and your aclocal version -- 2.34.1