diff options
| author | Bruce Momjian | 2017-01-03 18:48:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2017-01-03 18:48:53 +0000 |
| commit | 1d25779284fe1ba08ecd57e647292a9deb241376 (patch) | |
| tree | 1a288c7d8fb0a9232bc848be08cc03555804b05f /configure.in | |
| parent | 60f1e514ad0db017bc583b0e15d056b777bd9626 (diff) | |
Update copyright via script for 2017
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 77aa3b41d7..52e4e78471 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6 Untested combinations of 'autoconf' and PostgreSQL versions are not recommended. You can remove the check from 'configure.in' but it is then your responsibility whether the result works or not.])]) -AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group]) +AC_COPYRIGHT([Copyright (c) 1996-2017, PostgreSQL Global Development Group]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_AUX_DIR(config) AC_PREFIX_DEFAULT(/usr/local/pgsql) |
