X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkdtemp;h=87718a1b802603f54b6cebba7e7d1d9929ca7e3e;hb=fc1861afb83184cfb975428a9710e90aa3252854;hp=3c5aeee29b16c6454f08fd222bbc3f4f27deed4f;hpb=ca90d29cf43f3f8040aeaca3c7e4dbb7e7edc979;p=gnulib.git diff --git a/modules/mkdtemp b/modules/mkdtemp index 3c5aeee29..87718a1b8 100644 --- a/modules/mkdtemp +++ b/modules/mkdtemp @@ -6,12 +6,16 @@ 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 +if test $HAVE_MKDTEMP = 0; then + AC_LIBOBJ([mkdtemp]) + gl_PREREQ_MKDTEMP +fi gl_STDLIB_MODULE_INDICATOR([mkdtemp]) Makefile.am: