~ubuntu-branches/ubuntu/trusty/globus-gssapi-gsi/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Mattias Ellert
  • Date: 2010-04-15 14:22:42 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100415142242-56az4n7ttg2r629v
Tags: 7.5-1
* Update to Globus Toolkit 5.0.1
* Drop patch globus-gssapi-gsi-openssl.patch (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl
2
2
 
3
 
AC_REVISION($Revision: 1.11 $)
 
3
AC_REVISION($Revision: 1.12 $)
4
4
AC_INIT(Makefile.am)
5
5
 
6
6
GLOBUS_INIT
12
12
dnl Initialize the automake rules the last argument
13
13
AM_INIT_AUTOMAKE($GPT_NAME, $GPT_VERSION, 0)
14
14
 
 
15
case "$GLOBUS_HOST" in
 
16
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
 
17
    use_symbol_labels="yes"
 
18
    ;;
 
19
*)
 
20
    use_symbol_labels="no"
 
21
    ;;
 
22
esac
 
23
 
 
24
AM_CONDITIONAL(USE_SYMBOL_LABELS, test x$use_symbol_labels = "xyes")
 
25
 
15
26
GLOBUS_FINALIZE
16
27
 
17
28
LAC_DOXYGEN(["../library"])