diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 09:22:57 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 10:19:08 (GMT) |
commit | 71cdb52799220f8d9052643baf1d3e9836a9c755 (patch) | |
tree | 27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /gl/m4/strdup.m4 | |
parent | f7afa46586645e50498d8b2d0c67884f014dc3a4 (diff) | |
download | monitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz |
Sync with gnulib
Diffstat (limited to 'gl/m4/strdup.m4')
-rw-r--r-- | gl/m4/strdup.m4 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gl/m4/strdup.m4 b/gl/m4/strdup.m4 deleted file mode 100644 index 8796e9e..0000000 --- a/gl/m4/strdup.m4 +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # strdup.m4 serial 9 | ||
2 | |||
3 | dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software | ||
4 | dnl Foundation, Inc. | ||
5 | |||
6 | dnl This file is free software; the Free Software Foundation | ||
7 | dnl gives unlimited permission to copy and/or distribute it, | ||
8 | dnl with or without modifications, as long as this notice is preserved. | ||
9 | |||
10 | AC_DEFUN([gl_FUNC_STRDUP], | ||
11 | [ | ||
12 | AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) | ||
13 | AC_REPLACE_FUNCS(strdup) | ||
14 | AC_CHECK_DECLS_ONCE(strdup) | ||
15 | if test $ac_cv_have_decl_strdup = no; then | ||
16 | HAVE_DECL_STRDUP=0 | ||
17 | fi | ||
18 | gl_PREREQ_STRDUP | ||
19 | ]) | ||
20 | |||
21 | # Prerequisites of lib/strdup.c. | ||
22 | AC_DEFUN([gl_PREREQ_STRDUP], [:]) | ||