File: configure.in

package info (click to toggle)
netcdf-perl 1.2.1-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 292 kB
  • ctags: 5
  • sloc: perl: 351; makefile: 148
file content (31 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
dnl $Id: configure.in,v 1.5 1997/05/20 17:11:43 steve Exp $
dnl
dnl Process this file with GNU autoconf(1) to produce a configure script.
dnl
AC_INIT(netCDFPerl.1)
UC_INIT_NOPORT()

prefix=/usr/local
NP_PROG_PERL
NP_MANDIR_PERL
prefix=$PERL_MANDIR/..

UC_MAKEFILE(port/Makefile)
UC_MAKEFILE(port/master.mk)

UC_DEFAULT(PORT_HEADERS, )
UC_DEFAULT(PORT_MANIFEST, )
UC_DEFAULT(PORT_SUBDIRS, )

UC_PROG_NEQN
UC_PROG_TBL
UC_PROG_TAR

UC_CPP_NETCDF
UC_LIB_NETCDF

UC_VERSION

UC_FTPDIR(pub/netcdf-perl)

UC_FINISH(Makefile perl/Makefile.PL)