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

« back to all changes in this revision

Viewing changes to html/acltx_prog_jpeg2ps.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: acltx_prog_jpeg2ps
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/acltx_prog_jpeg2ps.m4">Download
16
 
      M4 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=acltx_prog_jpeg2ps.m4">Macro
21
 
      History</a>
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">
 
20
      "http://git.cryp.to/autoconf-archive/history/master:/acltx_prog_jpeg2ps.m4">
 
21
      Revision History</a>
 
22
     </td>
 
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
   acltx_prog_jpeg2ps
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>ACLTX_PROG_JPEG2PS([ACTION-IF-NOT-FOUND])</code>
47
43
  </p>
48
44
  <h2>
49
 
   Description
 
45
   DESCRIPTION
50
46
  </h2>
51
47
  <div class="indent">
52
48
   <p>
56
52
   </p>
57
53
  </div>
58
54
  <h2>
59
 
   Author
60
 
  </h2>
61
 
  <p class="indent">
62
 
   Boretti Mathieu &lt;boretti@eig.unige.ch&gt;
63
 
  </p>
64
 
  <h2>
65
 
   Last Modified
66
 
  </h2>
67
 
  <p class="indent">
68
 
   2008-04-12
69
 
  </p>
70
 
  <h2>
71
 
   M4 Source Code
72
 
  </h2>
73
 
  <div class="indent">
74
 
   <pre class="m4source">
75
 
AC_DEFUN([ACLTX_PROG_JPEG2PS],[
76
 
AC_CHECK_PROGS(jpeg2ps,[jpeg2ps],no)
77
 
if test $jpeg2ps = "no" ;
78
 
then
79
 
        ifelse($#,0,[AC_MSG_ERROR([Unable to find the jpeg2ps application])],
80
 
        $1)
81
 
fi
82
 
])
83
 
</pre>
84
 
  </div>
85
 
  <h2>
86
 
   License
87
 
  </h2>
88
 
  <div class="indent">
89
 
   <span style="white-space:nowrap;">Copyright &copy; 2008 Boretti Mathieu
90
 
   &lt;boretti@eig.unige.ch&gt;</span>
 
55
   SOURCE CODE
 
56
  </h2>
 
57
  <p class="indent">
 
58
   <a href=
 
59
   "http://autoconf-archive.cryp.to/acltx_prog_jpeg2ps.m4">http://autoconf-archive.cryp.to/acltx_prog_jpeg2ps.m4</a>
 
60
  </p>
 
61
  <h2>
 
62
   LICENSE
 
63
  </h2>
 
64
  <div class="indent">
 
65
   <p style="white-space:nowrap;">
 
66
    Copyright &copy; 2008 Boretti Mathieu &lt;boretti@eig.unige.ch&gt;
 
67
   </p>
91
68
   <p>
92
69
    This library is free software; you can redistribute it and/or modify it
93
70
    under the terms of the GNU Lesser General Public License as published by