guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core configure.in


From: Marius Vollmer
Subject: guile/guile-core configure.in
Date: Sat, 02 Jun 2001 05:39:46 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/02 05:39:46

Modified files:
        guile-core     : configure.in 

Log message:
        Check for mkstemp via AC_REPLACE_FUNCS.  Thanks to
        I. N. Golubev!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/configure.in.diff?cvsroot=OldCVS&tr1=1.151&tr2=1.152&r1=text&r2=text

Patches:
Index: guile/guile-core/configure.in
diff -u guile/guile-core/configure.in:1.151 guile/guile-core/configure.in:1.152
--- guile/guile-core/configure.in:1.151 Thu May 31 22:04:52 2001
+++ guile/guile-core/configure.in       Sat Jun  2 05:39:46 2001
@@ -403,7 +403,7 @@
    fi
 fi
 
-AC_REPLACE_FUNCS(inet_aton putenv strerror memmove)
+AC_REPLACE_FUNCS(inet_aton putenv strerror memmove mkstemp)
 
 # When testing for the presence of alloca, we need to add alloca.o
 # explicitly to LIBOBJS to make sure that it is translated to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]