iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / mkdtemp
index d023f3854d96970bc45af09dbb628eb1387cba0b..49ac06bcdd13e179b47951f4baf2a8ff3daf50a9 100644 (file)
@@ -6,12 +6,12 @@ lib/mkdtemp.c
 m4/mkdtemp.m4
 
 Depends-on:
-stdint
 stdlib
-tempname
+stdint          [test $HAVE_MKDTEMP = 0]
+tempname        [test $HAVE_MKDTEMP = 0]
 
 configure.ac:
-gt_FUNC_MKDTEMP
+gl_FUNC_MKDTEMP
 gl_STDLIB_MODULE_INDICATOR([mkdtemp])
 
 Makefile.am:
@@ -20,7 +20,7 @@ Include:
 <stdlib.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible