Fixing typo in comments and trying creation of release

This commit is contained in:
Russ Rew 2012-03-16 20:20:15 +00:00
parent a4e030f4cc
commit f6aba1b3a4

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
## 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.
# 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.
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_MSG_NOTICE([checking user options])