Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 71494 invoked from network); 29 Dec 2005 03:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 03:31:16 -0000 Received: (qmail 16104 invoked by uid 500); 29 Dec 2005 03:31:15 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 16086 invoked by uid 500); 29 Dec 2005 03:31:15 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Delivered-To: moderator for apreq-dev@httpd.apache.org Received: (qmail 84848 invoked by uid 99); 29 Dec 2005 02:39:42 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rian@mit.edu designates 18.7.7.80 as permitted sender) Subject: autotools woe From: Rian Hunter To: apreq-dev@httpd.apache.org Content-Type: text/plain Message-Id: <1135824294.17743.73.camel@www> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 28 Dec 2005 21:44:55 -0500 Content-Transfer-Encoding: 7bit X-Spam-Score: 1.217 X-Spam-Level: * (1.217) X-Scanned-By: MIMEDefang 2.42 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm not currently on this list so it would be really great if you could cc me with your replies. I just checked out the latest apreq from svn but I'm having problems with ./buildconf and autotools. I have all the latest GNU autotools (autoconf 2.59, automake 1.9.1, libtool 1.5.8) but when ./buildconf gets to aclocal it gives me "aclocal:configure.ac:22: warning: macro `AM_PROG_LIBTOOL' not found in library" I'm not an autotools guru but I think the AM_PROG_LIBTOOL macro in configure.ac is deprecated in favor of AC_PROG_LIBTOOL. aclocal doesn't fail after this message, but autoconf does fail with: configure.ac:22: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. I think this has to do with the order in which th autotools are run (for instance I think libtoolize is supposed to be run after aclocal, but then again I am not certain). What versions of the tools do you guys run? Any ideas about how to fix this? I'm running FreeBSD 5.3 and all my tools are from the ports collection. Thanks! Rian Hunter