[#4249] LZO's configure uses _AC_SRCPATHS, not _AC_SRCDIRS
Submitted By: David Gravereaux
Open Date
2008-07-16 21:15:54 Close Date
2008-07-18 04:04:59
Priority:
Medium Assignee:
Mike Frysinger
Status:
Closed Fixed In Release:
N/A
Found In Release:
N/A Release:
svn up'd an hour ago
Category:
Make Errors Board:
N/A
Processor:
N/A Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
App binary format:
N/A
Summary: LZO's configure uses _AC_SRCPATHS, not _AC_SRCDIRS
Details:
lzo fails to run configure with:
./configure: line 2150: syntax error near unexpected token `.'
./configure: line 2150: ` _AC_SRCPATHS(.)'
_AC_SRCPATHS not known to autoconf 2.61. Should be _AC_SRCDIRS
patch:
davygrvy@techbench1:~/blackfin-sources/uclinux-dist/lib/lzo/lzo-2.02$ svn diff configure.ac
Index: configure.ac
===================================================================
--- configure.ac (revision 6904)
+++ configure.ac (working copy)
@@ -47,7 +47,7 @@
AM_MAINTAINER_MODE
if test -z "$ac_abs_top_srcdir"; then
- _AC_SRCPATHS(.)
+ _AC_SRCDIRS(.)
fi
if test -r .Conf.settings1; then
. ./.Conf.settings1
Follow-ups
--- Mike Frysinger 2008-07-16 21:30:25
that means autotools was run on your system when it should have not
i'm guessing you're using the branch and not the trunk, so i'll just add a
`find|touch` like normal
--- David Gravereaux 2008-07-16 21:54:18
yes, I traced it down to configure.in for you. Apparently, 'configure' as
gotten from the trunk called it, but now that doesn't make sense... No
scrollback left.. can't say for sure
--- Mike Frysinger 2008-07-18 04:04:58
right, but the configure script that exists in svn does not have _AC_SRCPATHS()
in it, and since autotools should not be run at all, your configure should not
end up with it in it. we try to avoid touching upstream code where possible and
since there is no need for us to fix the configure.in otherwise, we'll let the
bug sit there.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found