mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Fixing typo in comments and trying creation of release
This commit is contained in:
parent
a4e030f4cc
commit
f6aba1b3a4
@ -1,7 +1,7 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
## Process this file with autoconf to produce a configure script.
|
## Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# This is part of Unidata's netCDF package. Copyright 2005-2011, see
|
# This is part of Unidata's netCDF package. Copyright 2005-2012, see
|
||||||
# the COPYRIGHT file for more information.
|
# the COPYRIGHT file for more information.
|
||||||
|
|
||||||
# Recall that ${VAR-exp} expands to $VAR if var is set (even to null),
|
# Recall that ${VAR-exp} expands to $VAR if var is set (even to null),
|
||||||
@ -38,7 +38,7 @@ AC_CONFIG_HEADERS([config.h])
|
|||||||
# This call is required by automake.
|
# This call is required by automake.
|
||||||
AM_INIT_AUTOMAKE([foreign dist-zip subdir-objects])
|
AM_INIT_AUTOMAKE([foreign dist-zip subdir-objects])
|
||||||
|
|
||||||
# Check for the existance of this file before proceeding.
|
# Check for the existence of this file before proceeding.
|
||||||
AC_CONFIG_SRCDIR([libsrc/nc.c])
|
AC_CONFIG_SRCDIR([libsrc/nc.c])
|
||||||
|
|
||||||
AC_MSG_NOTICE([checking user options])
|
AC_MSG_NOTICE([checking user options])
|
||||||
|
Loading…
Reference in New Issue
Block a user