mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
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.
This commit is contained in:
@@ -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.
|
||||
|
@@ -13,7 +13,7 @@ stat
|
||||
sys_stat
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_CHOWN
|
||||
AC_REQUIRE([gl_FUNC_CHOWN])
|
||||
gl_UNISTD_MODULE_INDICATOR([chown])
|
||||
|
||||
Makefile.am:
|
||||
|
@@ -13,7 +13,7 @@ stat
|
||||
sys_stat
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_EUIDACCESS
|
||||
AC_REQUIRE([gl_FUNC_EUIDACCESS])
|
||||
gl_UNISTD_MODULE_INDICATOR([euidaccess])
|
||||
|
||||
Makefile.am:
|
||||
|
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user