From: Shawn Routhier Date: Wed, 16 Jan 2013 20:42:34 +0000 (+0000) Subject: Update auto generated files for rt32206 X-Git-Tag: v4_3_0a1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2bb892f71896c0f026755f510b2855d15faff65;p=thirdparty%2Fdhcp.git Update auto generated files for rt32206 --- diff --git a/aclocal.m4 b/aclocal.m4 index be41d128b..5bad61919 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -13,8 +13,8 @@ m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -m4_if(AC_AUTOCONF_VERSION, [2.67],, -[m4_warning([this file was generated for autoconf 2.67. +m4_if(AC_AUTOCONF_VERSION, [2.69],, +[m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) diff --git a/configure b/configure index 65b82dadd..d4e96d7ea 100755 --- a/configure +++ b/configure @@ -4867,6 +4867,8 @@ if test "$atf_path" != "no" ; then if test "$atf_path" != "yes" ; then if test -f $atf_path/lib/pkgconfig/atf-c.pc ; then atf_pcp=$atf_path/lib/pkgconfig + elif test -f $atf_path/lib64/pkgconfig/atf-c.pc ; then + atf_pcp=$atf_path/lib64/pkgconfig fi else # Not specified, try some common paths @@ -4875,6 +4877,8 @@ if test "$atf_path" != "no" ; then do if test -f $d/lib/pkgconfig/atf-c.pc ; then atf_pcp=$d/lib/pkgconfig + elif test -f $d/lib64/pkgconfig/atf-c.pc ; then + atf_pcp=$d/lib64/pkgconfig fi done fi