From: Mark Cave-Ayland Date: Thu, 5 Jun 2008 14:30:54 +0000 (+0000) Subject: Update copyrights for configure.ac (rewritten from scratch, and now renamed from... X-Git-Tag: 1.4.0b1~888 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60de9d45f02b16846d7700875d1d77702165f9d5;p=postgis Update copyrights for configure.ac (rewritten from scratch, and now renamed from the deprecated form configure.in) and also the PROJ.4 version detection macro git-svn-id: http://svn.osgeo.org/postgis/trunk@2804 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.in b/configure.ac similarity index 96% rename from configure.in rename to configure.ac index 3f354b735..7d50a312d 100644 --- a/configure.in +++ b/configure.ac @@ -1,8 +1,14 @@ -dnl -dnl PostGIS build system -dnl -dnl Written by Mark Cave-Ayland -dnl +dnl ********************************************************************** +dnl * $Id: configure.ac 2797 2008-05-31 09:56:44Z mcayland $ +dnl * +dnl * PostGIS - Spatial Types for PostgreSQL +dnl * http://postgis.refractions.net +dnl * Copyright 2008 Mark Cave-Ayland +dnl * +dnl * This is free software; you can redistribute and/or modify it under +dnl * the terms of the GNU General Public Licence. See the COPYING file. +dnl * +dnl ********************************************************************** AC_INIT() AC_CONFIG_HEADERS([postgis_config.h]) diff --git a/macros/ac_proj4_version.m4 b/macros/ac_proj4_version.m4 index 50f8f7c4a..796ee5c8d 100644 --- a/macros/ac_proj4_version.m4 +++ b/macros/ac_proj4_version.m4 @@ -1,8 +1,18 @@ +dnl ********************************************************************** +dnl * $Id: ac_proj4_version.m4 2797 2008-05-31 09:56:44Z mcayland $ +dnl * +dnl * PostGIS - Spatial Types for PostgreSQL +dnl * http://postgis.refractions.net +dnl * Copyright 2008 Mark Cave-Ayland +dnl * +dnl * This is free software; you can redistribute and/or modify it under +dnl * the terms of the GNU General Public Licence. See the COPYING file. +dnl * +dnl ********************************************************************** + dnl dnl Return the PROJ.4 version number dnl -dnl Written by Mark Cave-Ayland -dnl AC_DEFUN([AC_PROJ_VERSION], [ AC_RUN_IFELSE(