summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-11 20:36:17 +0000
committerAndreas Gruenbacher <agruen@suse.de>2009-03-19 01:43:39 +0100
commit48b41086df43277b8d90584763aa1bc696c0c960 (patch)
treea1ee05d67c43a7a9dc925bbdcc97aa38e13544c9
parentb6128672951b2552a22ccf87750ec17391939c82 (diff)
downloadpatch-48b41086df43277b8d90584763aa1bc696c0c960.tar.gz
(gl_USE_SYSTEM_EXTENSIONS): Use this instead of AC_GNU_SOURCE. (gl_EXITFAIL): Add. (gl_HASH, gl_TIMESPEC): Add. (spew_output): New output arg, to contain status of output file. (main): Use it to get status of output file, and pass this to move_file as needed. Initialize hash table.
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68f3402..839099c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_MAKE_SET
# because <errno.h> reserves symbols starting with `E'.
AC_PATH_PROG(ed_PROGRAM, ed, ed)
-AC_GNU_SOURCE
+gl_USE_SYSTEM_EXTENSIONS
AC_AIX
AC_MINIX
AC_PROG_CC_STDC
@@ -58,12 +58,15 @@ jm_CHECK_TYPE_STRUCT_UTIMBUF
gl_BACKUPFILE
gl_DIRNAME
gl_ERROR
+gl_EXITFAIL
gl_FUNC_MEMCHR
gl_GETOPT
+gl_HASH
gl_PREREQ_XMALLOC
gl_QUOTE
gl_QUOTEARG
gl_STRCASE
+gl_TIMESPEC
gl_XALLOC
AC_CHECK_DECLS([free, getenv, malloc, mktemp])