From 786cdfb16f4b39ab1006df200f0fa55f8a572c5a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 3 Dec 2002 19:49:07 +0000 Subject: [PATCH] No longer run autoconf in Source/DOH. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4148 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- autogen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 2e1beaef2..bade456e2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,4 @@ #! /bin/sh # Bootstrap the development environment autoconf -(cd Source/DOH; autoconf) (cd Tools; autoconf)