~ubuntu-branches/ubuntu/lucid/autoconf-archive/lucid

« back to all changes in this revision

Viewing changes to html/ac_prog_crontab.html

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-05-12 17:30:18 UTC
  • mfrom: (1.1.9 upstream) (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090512173018-s7y88nfoxpaauztk
Tags: 20090426-1
* New upstream release.
* Update Standard-Version to 3.8.1:
  + List original Debianizer.
  + Point to versioned license file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   Autoconf Macro: ac_prog_crontab
7
7
  </title>
8
8
  <link rel="stylesheet" type="text/css" href="autoconf-archive.css">
 
9
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
9
10
 </head>
10
11
 <body>
11
12
  <table summary="web navigation" style="width:100%;">
12
13
   <tbody>
13
14
    <tr>
14
 
     <td style="width:25%;" align="center" valign="top">
15
 
      <a href="http://autoconf-archive.cryp.to/ac_prog_crontab.m4">Download M4
16
 
      Source</a>
 
15
     <td style="width:33%;" align="center" valign="top">
 
16
      <a href="macros-by-category.html">Macros by Category</a>
17
17
     </td>
18
 
     <td style="width:25%;" align="center" valign="top">
 
18
     <td style="width:33%;" align="center" valign="top">
19
19
      <a href=
20
 
      "http://git.cryp.to/autoconf-archive?a=history;f=ac_prog_crontab.m4">Macro
 
20
      "http://git.cryp.to/autoconf-archive/history/master:/ac_prog_crontab.m4">Revision
21
21
      History</a>
22
22
     </td>
23
 
     <td style="width:25%;" align="center" valign="top">
24
 
      <a href="macros-by-category.html">Category Index</a>
25
 
     </td>
26
 
     <td style="width:25%;" align="center" valign="top">
 
23
     <td style="width:33%;" align="center" valign="top">
27
24
      <form method="get" action="http://www.google.com/search">
28
25
       <div>
29
26
        <input name="sitesearch" value="autoconf-archive.cryp.to" type=
30
 
        "hidden"><a href="http://www.google.com/">Search</a>: <input name="q"
31
 
        size="10" maxlength="255" type="text">
 
27
        "hidden">Search: <input name="q" maxlength="255" type="text">
32
28
       </div>
33
29
      </form>
34
30
     </td>
40
36
   ac_prog_crontab
41
37
  </h1>
42
38
  <h2>
43
 
   Synopsis
 
39
   SYNOPSIS
44
40
  </h2>
45
41
  <p class="indent" style="white-space:nowrap;">
46
42
   <code>AC_PROG_CRONTAB</code>
47
43
  </p>
48
44
  <h2>
49
 
   Description
 
45
   DESCRIPTION
50
46
  </h2>
51
47
  <div class="indent">
52
48
   <p>
62
58
</pre>
63
59
  </div>
64
60
  <h2>
65
 
   Author
66
 
  </h2>
67
 
  <p class="indent">
68
 
   Gleen Salmon &lt;gleensalmon@yahoo.com&gt;
69
 
  </p>
70
 
  <h2>
71
 
   Last Modified
72
 
  </h2>
73
 
  <p class="indent">
74
 
   2008-04-12
75
 
  </p>
76
 
  <h2>
77
 
   M4 Source Code
78
 
  </h2>
79
 
  <div class="indent">
80
 
   <pre class="m4source">
81
 
AC_DEFUN([AC_PROG_CRONTAB],[
82
 
AC_REQUIRE([AC_EXEEXT])dnl
83
 
AC_PATH_PROG(CRONTAB, crontab$EXEEXT, nocommand)
84
 
if test "$CRONTAB" = nocommand; then
85
 
        AC_MSG_ERROR([crontab (needed for scheduled job) not found in $PATH])
86
 
fi;dnl
87
 
])
88
 
</pre>
89
 
  </div>
90
 
  <h2>
91
 
   License
92
 
  </h2>
93
 
  <div class="indent">
94
 
   <span style="white-space:nowrap;">Copyright &copy; 2008 Gleen Salmon
95
 
   &lt;gleensalmon@yahoo.com&gt;</span>
 
61
   SOURCE CODE
 
62
  </h2>
 
63
  <p class="indent">
 
64
   <a href=
 
65
   "http://autoconf-archive.cryp.to/ac_prog_crontab.m4">http://autoconf-archive.cryp.to/ac_prog_crontab.m4</a>
 
66
  </p>
 
67
  <h2>
 
68
   LICENSE
 
69
  </h2>
 
70
  <div class="indent">
 
71
   <p style="white-space:nowrap;">
 
72
    Copyright &copy; 2008 Gleen Salmon &lt;gleensalmon@yahoo.com&gt;
 
73
   </p>
96
74
   <p>
97
75
    This program is free software; you can redistribute it and/or modify it
98
76
    under the terms of the GNU General Public License as published by the Free
121
99
   </p>
122
100
   <p>
123
101
    This special exception to the GPL applies to versions of the Autoconf Macro
124
 
    released by the Autoconf Macro Archive. When you make and distribute a
125
 
    modified version of the Autoconf Macro, you may extend this special
126
 
    exception to the GPL to apply to your modified version as well.
 
102
    released by the Autoconf Archive. When you make and distribute a modified
 
103
    version of the Autoconf Macro, you may extend this special exception to the
 
104
    GPL to apply to your modified version as well.
127
105
   </p>
128
106
  </div>
129
107
 </body>