mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / tmpfile
index bc7c42c8874d9d4f451ea3dda3ab8de2ea26f7c8..6adf22a9deadcf1ea7edb95c8c90190f464a5b28 100644 (file)
@@ -6,20 +6,22 @@ lib/tmpfile.c
 m4/tmpfile.m4
 
 Depends-on:
-pathmax
-tempname
-tmpdir
+stdio
+pathmax         [test $REPLACE_TMPFILE = 1]
+tempname        [test $REPLACE_TMPFILE = 1]
+tmpdir          [test $REPLACE_TMPFILE = 1]
 
 configure.ac:
-gl_TMPFILE
+gl_FUNC_TMPFILE
+gl_STDIO_MODULE_INDICATOR([tmpfile])
 
 Makefile.am:
 
 Include:
-#include <stdio.h>
+<stdio.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Ben Pfaff