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

« back to all changes in this revision

Viewing changes to m4/ax_f90_library_setup.m4

  • 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:
34
34
#   transmute_into_gold, you can use the following in you configure.ac:
35
35
#
36
36
#     AX_F90_MODULE_EXTENSION
37
 
#     if test x$ax_f90_modext = xunknown ; then
 
37
#     if test x$ax_cv_f90_modext = xunknown ; then
38
38
#       AC_MSG_ERROR([unable to find f90 modules extension])
39
39
#     fi
40
 
#     AX_F90_LIBRARY_SETUP(alchemy,[],alchemy.$ax_f90_modext,libalchemy*,[
 
40
#     AX_F90_LIBRARY_SETUP(alchemy,[],alchemy.$ax_cv_f90_modext,libalchemy*,[
41
41
#        use alchemy
42
42
#        call transmute_into_gold('lead')
43
43
#       ])
46
46
#
47
47
#     ./configure --with-alchemy=$HOME/esoteric
48
48
#
49
 
# LAST MODIFICATION
50
 
#
51
 
#   2008-04-12
52
 
#
53
 
# COPYLEFT
54
 
#
55
 
#   Copyright (c) 2008 Luc Maisonobe <luc@spaceroots.org>
 
49
# LICENSE
 
50
#
 
51
#   Copyright (c) 2009 Luc Maisonobe <luc@spaceroots.org>
56
52
#
57
53
#   Copying and distribution of this file, with or without modification, are
58
54
#   permitted in any medium without royalty provided the copyright notice