[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: sudo autotools - recursion limit of 1024
- From: Dan Horák <dan danny cz>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: sudo autotools - recursion limit of 1024
- Date: Thu, 23 Aug 2007 19:53:27 +0200
Peter Vrabec píše v Čt 23. 08. 2007 v 18:02 +0200:
> Hi folks,
>
> could you help me with this:
>
> $ cvs -d anoncvs anoncvs sudo ws:/cvs get sudo
> $ cd sudo
> $ autoreconf
> /usr/bin/m4:configure.in:2321: ERROR: recursion limit of 1024 exceeded,
> use -L<N> to change it
> autom4te: /usr/bin/m4 failed with exit status: 1
> /usr/bin/m4:configure.in:2321: ERROR: recursion limit of 1024 exceeded,
> use -L<N> to change it
> autom4te: /usr/bin/m4 failed with exit status: 1
> autoreconf: /usr/bin/autoconf failed with exit status: 1
>
> any idea how to locate the problem?
>
Another iteration - it is libtool
my versions:
libtool-1.5.22-6.1.x86_64
autoconf-2.61-2.noarch
Dan
Index: configure.in
===================================================================
RCS file: /cvs/sudo/configure.in,v
retrieving revision 1.481
diff -u -r1.481 configure.in
--- configure.in 19 Aug 2007 20:48:08 -0000 1.481
+++ configure.in 23 Aug 2007 17:48:56 -0000
@@ -1144,7 +1144,6 @@
AC_CANONICAL_HOST
AC_CANONICAL_TARGET([])
LT_PREREQ([1.9f])
-LT_INIT([disable-static])
dnl
dnl Defer with_noexec until after libtool magic runs
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]