~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to conf/AIX4MP.m4

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
divert(-1)
2
2
undefine(`len')
3
3
#
4
 
# append an underscore to FORTRAN function names
5
 
#
6
 
define(`FUNCTION',`$1_')
 
4
#   This generates two copies of each libfpvm function, one with
 
5
#   a trailing underscore and one without, so the resulting libfpvm
 
6
#   works whether or not you use -qextname.
 
7
#   For more comments, see the HPPA m4 file.
 
8
define(`FUNCTION',ifdef(`USCORYES',`$1_',`$1'))
 
9
 
 
10
#define(`FUNCTION',`$1')
7
11
#
8
12
# FORTRAN character strings are passed as follows:
9
13
# a pointer to the base of the string is passed in the normal