mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
bumped version number
This commit is contained in:
parent
9dc4dc1aa1
commit
0cf2709a5e
@ -17,7 +17,7 @@ AC_REVISION([$Id: configure.ac,v 1.450 2010/05/28 19:42:47 dmh Exp $])
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
# Initialize with name, version, and support email address.
|
||||
AC_INIT([netCDF], [4.1.2-beta2], [support-netcdf@unidata.ucar.edu])
|
||||
AC_INIT([netCDF], [4.1.2-beta3], [support-netcdf@unidata.ucar.edu])
|
||||
|
||||
# Create the VERSION file, which contains the package version from
|
||||
# AC_INIT.
|
||||
@ -1533,7 +1533,7 @@ xsolaris*)
|
||||
esac
|
||||
|
||||
# Finally, add -lz always
|
||||
EXTERN_LDFLAGS="${EXTERN_LDFLAGS} -lz"
|
||||
#EXTERN_LDFLAGS="${EXTERN_LDFLAGS} -lz"
|
||||
|
||||
# Alias
|
||||
EXTERN_CFLAGS="$EXTERN_CPPFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user