~ubuntu-branches/ubuntu/wily/globus-xio-pipe-driver/wily

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2014-09-23 17:07:21 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140923170721-ywgnt4r9wn1a2tj1
Tags: 3.7-1
* Update to Globus Toolkit 6.0
* Drop GPT build system and GPT packaging metadata
* Rename binary package due to dropped soname (this is a plugin)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl
2
 
 
3
 
AC_REVISION($Revision: 1.1 $)
4
 
AC_INIT(Makefile.am)
5
 
 
6
 
GLOBUS_INIT
7
 
 
8
 
AM_PROG_LIBTOOL
9
 
 
10
 
dnl config header goes here
11
 
 
12
 
dnl Initialize the automake rules the last argument
13
 
AM_INIT_AUTOMAKE($GPT_NAME, $GPT_VERSION)
14
 
 
15
 
LAC_DOXYGEN("../")
16
 
 
17
 
GLOBUS_FINALIZE
18
 
 
19
 
AC_OUTPUT(
20
 
        Makefile
21
 
        pkgdata/Makefile
22
 
        pkgdata/pkg_data_src.gpt
23
 
        version.h
24
 
)