annotate m4/gc-pbkdf2-sha1.m4 @ 7225:3307ae6ea2e5

* lib/fcntl_.h: New file. * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have the fcntl module. * lib/dirchownmod.c: Likewise. * lib/fts.c: Likewise. * m4/fcntl_h.m4: New file. * modules/fcntl: New file. * modules/chdir-safer (Depends-on): Add fcntl. * modules/fts: Likewise. * modules/mkdir-p: Likewise.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 28 Aug 2006 22:59:17 +0000
parents d445de86b311
children b5e42ef33b49
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7180
d445de86b311 Avoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6369
diff changeset
1 # gc-pbkdf2-sha1.m4 serial 2
d445de86b311 Avoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6369
diff changeset
2 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
6369
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7 AC_DEFUN([gl_GC_PBKDF2_SHA1],
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 [
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9 AC_LIBOBJ([gc-pbkdf2-sha1])
3283361ce6b7 Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10 ])