summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-30 12:57:34 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-30 12:57:34 +0000
commitb6961ed5db909588d1f7146952537131148d4893 (patch)
tree5e7a410b5539c78f5eb905af06343bf33b6cbd45
parentba437bc2e644a6218a51cf08f3cb8d1482b0b552 (diff)
downloadgnutls-b6961ed5db909588d1f7146952537131148d4893.tar.gz
Update.
-rw-r--r--gl/getpass.c2
-rw-r--r--gl/m4/gnulib.m45
2 files changed, 6 insertions, 1 deletions
diff --git a/gl/getpass.c b/gl/getpass.c
index caa7200b26..aeab51363d 100644
--- a/gl/getpass.c
+++ b/gl/getpass.c
@@ -23,7 +23,7 @@
#include <stdio.h>
-#if !defined WIN32
+#if !defined _WIN32
#include <stdbool.h>
diff --git a/gl/m4/gnulib.m4 b/gl/m4/gnulib.m4
index 65585421a6..75806323df 100644
--- a/gl/m4/gnulib.m4
+++ b/gl/m4/gnulib.m4
@@ -10,11 +10,16 @@
# Invoked as: gnulib-tool --import
# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl --m4-base=gl/m4 --aux-dir=build-aux --libtool --lgpl alloca-opt error getdelim getline getpass isascii memmem memmove minmax readline size_max snprintf stdbool vasnprintf xsize
+# This macro should be invoked from ./configure.in, in the section
+# "Checks for programs", right after AC_PROG_CC, and certainly before
+# any checks for libraries, header files, types and library functions.
AC_DEFUN([gl_EARLY],
[
AC_GNU_SOURCE
])
+# This macro should be invoked from ./configure.in, in the section
+# "Check for header files, types and library functions".
AC_DEFUN([gl_INIT],
[
gl_FUNC_ALLOCA