]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update auto generated files for rt32206
authorShawn Routhier <sar@isc.com>
Wed, 16 Jan 2013 20:42:34 +0000 (20:42 +0000)
committerShawn Routhier <sar@isc.com>
Wed, 16 Jan 2013 20:42:34 +0000 (20:42 +0000)
aclocal.m4
configure

index be41d128b7b539075a247c52fcfa64314275af66..5bad6191913d024fe747ff02fb0304e4cae0c434 100644 (file)
@@ -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'.])])
index 65b82dadd6b691ef2d6de719a6578fffab871bea..d4e96d7ea096bb8646dc52512182f1c83d92971d 100755 (executable)
--- 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