1
0
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:
Bruno Haible
2011-05-08 13:21:50 +02:00
parent 8440aa7f30
commit 4d1af83a4c
3 changed files with 20 additions and 7 deletions

View File

@@ -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: