From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 09:10:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40A5437B405 for ; Mon, 21 Apr 2003 09:10:12 -0700 (PDT) Received: from rain.CC.Lehigh.EDU (rain.CC.Lehigh.EDU [128.180.39.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA6943FBF for ; Mon, 21 Apr 2003 09:10:11 -0700 (PDT) (envelope-from pat2@lehigh.edu) Received: from lehigh.edu (r075030.res.Lehigh.EDU [128.180.75.30]) by rain.CC.Lehigh.EDU (8.12.9/8.12.9) with ESMTP id h3LGAAd4024394 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 21 Apr 2003 12:10:10 -0400 Message-ID: <3EA417CC.8090209@lehigh.edu> Date: Mon, 21 Apr 2003 12:09:48 -0400 From: Paul Tsai User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030324 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: configure script help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 16:10:12 -0000 hey all, I am having a problem getting the automake/autocon stuff to work on a project that I am working on. The script was working earlier, but I had to reinstall the system and now the script don't work...Please note that libtool is installed. Also, ltmain.sh specifies a different version of libtool, but I'm not usre whether or not that file is remade based on the scripts. /* autoconf produces */ configure.ac:4: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst configure.ac:85: warning: do not use m4_regexp: use regexp or m4_bregexp /* Part of Configure that messes up */ checking whether ln -s works... yes config/ltconfig: config/ltconfig: No such file or directory configure: error: libtool configure failed /* In make */ ../../../config/depcomp: line 69: @LIBTOOL@: command not found thanx in advance Paul