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

« back to all changes in this revision

Viewing changes to html/ax_prog_fasm.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: ax_prog_fasm
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/ax_prog_fasm.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=ax_prog_fasm.m4">Macro
 
20
      "http://git.cryp.to/autoconf-archive/history/master:/ax_prog_fasm.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
   ax_prog_fasm
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>AX_PROG_FASM([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>
63
59
</pre>
64
60
  </div>
65
61
  <h2>
66
 
   Author
67
 
  </h2>
68
 
  <p class="indent">
69
 
   Bogdan Drozdowski &lt;bogdandr # op . pl&gt;
70
 
  </p>
71
 
  <h2>
72
 
   Last Modified
73
 
  </h2>
74
 
  <p class="indent">
75
 
   2008-04-12
76
 
  </p>
77
 
  <h2>
78
 
   Cross References
79
 
  </h2>
80
 
  <p class="indent">
81
 
   <img src="group32-xrefs.png" alt="group32-xrefs.png" usemap=
82
 
   "#group32"><map id="group32" name="group32">
83
 
    <area shape="poly" href="ax_prog_fasm.html" title="ax_prog_fasm" alt=""
84
 
    coords=
85
 
    "490,29 485,22 471,15 450,10 423,7 393,5 363,7 337,10 315,15 301,22 297,29 301,37 315,43 337,49 363,52 393,53 423,52 450,49 471,43 485,37">
86
 
    <area shape="poly" href="ax_prog_fasm_opt.html" title="ax_prog_fasm_opt"
87
 
    alt="" coords=
88
 
    "248,29 242,22 225,15 198,10 164,7 127,5 89,7 55,10 28,15 11,22 5,29 11,37 28,43 55,49 89,52 127,53 164,52 198,49 225,43 242,37">
89
 
   </map>
90
 
  </p>
91
 
  <h2>
92
 
   M4 Source Code
93
 
  </h2>
94
 
  <div class="indent">
95
 
   <pre class="m4source">
96
 
AC_DEFUN([AX_PROG_FASM],[
97
 
AC_CHECK_PROGS(fasm,[fasm],no)
98
 
if test $fasm = "no" ;
99
 
then
100
 
        ifelse($#,0,[AC_MSG_ERROR([FASM assembler not found])],
101
 
        $1)
102
 
fi
103
 
])
104
 
</pre>
105
 
  </div>
106
 
  <h2>
107
 
   License
108
 
  </h2>
109
 
  <div class="indent">
110
 
   <span style="white-space:nowrap;">Copyright &copy; 2008 Bogdan Drozdowski
111
 
   &lt;bogdandr # op . pl&gt;</span>
 
62
   SOURCE CODE
 
63
  </h2>
 
64
  <p class="indent">
 
65
   <a href=
 
66
   "http://autoconf-archive.cryp.to/ax_prog_fasm.m4">http://autoconf-archive.cryp.to/ax_prog_fasm.m4</a>
 
67
  </p>
 
68
  <h2>
 
69
   LICENSE
 
70
  </h2>
 
71
  <div class="indent">
 
72
   <p style="white-space:nowrap;">
 
73
    Copyright &copy; 2008 Bogdan Drozdowski &lt;bogdandr # op . pl&gt;
 
74
   </p>
112
75
   <p>
113
76
    This program is free software: you can redistribute it and/or modify it
114
77
    under the terms of the GNU Lesser General Public License as published by