Files
openwrt_archive/libs/ucl/patches/001-autoconf-compat.patch
Jo-Philipp Wich 4810dd6d55 [packages] ucl:
- fix autoconf compat
	- supply missing macros
	- remove private libtool copy


SVN-Revision: 24363
2010-12-08 19:58:40 +00:00

12 lines
241 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_CANONICAL_TARGET
AM_MAINTAINER_MODE
if test -z "$ac_abs_top_srcdir"; then
- _AC_SRCPATHS(.)
+ _AC_SRCDIRS(.)
fi
if test -r .Conf.settings1; then
. ./.Conf.settings1