avoid new AC_REQUIRE expanded-before-required warnings
authorJim Meyering <meyering@redhat.com>
Mon, 16 Nov 2009 09:22:53 +0000 (10:22 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 16 Nov 2009 10:35:28 +0000 (11:35 +0100)
* modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
merely using it.
* modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
* modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.

ChangeLog
modules/chown
modules/euidaccess
modules/faccessat

index a005a6858fa164fd03774331894b240cd57098a8..5bcb9a084eab1f91bdc53d64906a343df23e5934 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-16  Jim Meyering  <meyering@redhat.com>
+
+       avoid new AC_REQUIRE expanded-before-required warnings
+       * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
+       merely using it.
+       * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
+       * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
+
 2009-11-15  Simon Josefsson  <simon@josefsson.org>
 
        * tests/test-xalloc-die.c: New file.
index 88d0cd458fe35b7d2bd4a55c55af0a70843ad4b4..57331c3916163fe6514c2e972c16e5ea260a078a 100644 (file)
@@ -13,7 +13,7 @@ stat
 sys_stat
 
 configure.ac:
-gl_FUNC_CHOWN
+AC_REQUIRE([gl_FUNC_CHOWN])
 gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am:
index bf329c64d8303056a2a1e118ab3de41ce35bcb18..c313da34f4f50a4e52ee3ded81c229fa041105c9 100644 (file)
@@ -13,7 +13,7 @@ stat
 sys_stat
 
 configure.ac:
-gl_FUNC_EUIDACCESS
+AC_REQUIRE([gl_FUNC_EUIDACCESS])
 gl_UNISTD_MODULE_INDICATOR([euidaccess])
 
 Makefile.am:
index 92d818556b8428fa6653b3620ba3a6aedab22a88..57f9497d7e5a3328ae19986829465564c8647efe 100644 (file)
@@ -13,7 +13,7 @@ openat
 unistd
 
 configure.ac:
-gl_FUNC_FACCESSAT
+AC_REQUIRE([gl_FUNC_FACCESSAT])
 gl_MODULE_INDICATOR([faccessat])
 gl_UNISTD_MODULE_INDICATOR([faccessat])