diff options
author | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-02-28 06:42:51 (GMT) |
---|---|---|
committer | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-02-28 06:42:51 (GMT) |
commit | 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (patch) | |
tree | a1a4d9f7b92412a17ab08f34f04eec45433048b7 /aclocal.m4 | |
parent | 54fd5d7022ff2d6a59bc52b8869182f3fc77a058 (diff) | |
download | monitoring-plugins-44a321cb8a42d6c0ea2d96a1086a17f2134c89cc.tar.gz |
Initial revision
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..b75859d --- /dev/null +++ b/aclocal.m4 | |||
@@ -0,0 +1,35 @@ | |||
1 | dnl aclocal.m4 generated automatically by aclocal 1.4-p5 | ||
2 | |||
3 | dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | ||
4 | dnl This file is free software; the Free Software Foundation | ||
5 | dnl gives unlimited permission to copy and/or distribute it, | ||
6 | dnl with or without modifications, as long as this notice is preserved. | ||
7 | |||
8 | dnl This program is distributed in the hope that it will be useful, | ||
9 | dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
10 | dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
11 | dnl PARTICULAR PURPOSE. | ||
12 | |||
13 | # Like AC_CONFIG_HEADER, but automatically create stamp file. | ||
14 | |||
15 | AC_DEFUN([AM_CONFIG_HEADER], | ||
16 | [AC_PREREQ([2.12]) | ||
17 | AC_CONFIG_HEADER([$1]) | ||
18 | dnl When config.status generates a header, we must update the stamp-h file. | ||
19 | dnl This file resides in the same directory as the config header | ||
20 | dnl that is generated. We must strip everything past the first ":", | ||
21 | dnl and everything past the last "/". | ||
22 | AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl | ||
23 | ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>, | ||
24 | <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>, | ||
25 | <<am_indx=1 | ||
26 | for am_file in <<$1>>; do | ||
27 | case " <<$>>CONFIG_HEADERS " in | ||
28 | *" <<$>>am_file "*<<)>> | ||
29 | echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx | ||
30 | ;; | ||
31 | esac | ||
32 | am_indx=`expr "<<$>>am_indx" + 1` | ||
33 | done<<>>dnl>>) | ||
34 | changequote([,]))]) | ||
35 | |||