mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
getpass-gnu: Move AC_LIBOBJ invocations to module description.
* m4/getpass.m4 (gl_FUNC_GETPASS_GNU): Set REPLACE_GETPASS. Move AC_LIBOBJ and gl_PREREQ_GETPASS invocations from here... * modules/getpass-gnu (configure.ac): ... to here.
This commit is contained in:
@@ -13,6 +13,10 @@ stdbool
|
||||
|
||||
configure.ac:
|
||||
gl_FUNC_GETPASS_GNU
|
||||
if test $REPLACE_GETPASS = 1; then
|
||||
AC_LIBOBJ([getpass])
|
||||
gl_PREREQ_GETPASS
|
||||
fi
|
||||
|
||||
Makefile.am:
|
||||
|
||||
|
Reference in New Issue
Block a user