]> granicus.if.org Git - postgis/commitdiff
Spacing, yes
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 10 Jan 2012 23:04:10 +0000 (23:04 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 10 Jan 2012 23:04:10 +0000 (23:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8755 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index b3c721a56721224b50b79e604de075f89b8a11af..0e605f60fef6a92bd7433d8b65fbc270a4251b37 100644 (file)
@@ -950,22 +950,23 @@ fi dnl # }
 
 dnl Output the relevant files
 AC_OUTPUT([GNUmakefile 
-   extensions/postgis/Makefile
-   extensions/postgis/postgis.control  
-   extensions/postgis_topology/Makefile
-   extensions/postgis_topology/postgis_topology.control  
+   extensions/postgis/Makefile 
+   extensions/postgis/postgis.control 
+   extensions/postgis_topology/Makefile 
+   extensions/postgis_topology/postgis_topology.control 
    liblwgeom/Makefile 
    liblwgeom/cunit/Makefile 
-   liblwgeom/liblwgeom.h
+   liblwgeom/liblwgeom.h 
    libpgcommon/Makefile 
    libpgcommon/cunit/Makefile 
-   postgis/Makefile
+   postgis/Makefile 
    postgis/sqldefines.h 
-   loader/Makefile loader/cunit/Makefile
+   loader/Makefile 
+   loader/cunit/Makefile 
    topology/Makefile 
    regress/Makefile 
    doc/Makefile 
-   doc/Makefile.comments
+   doc/Makefile.comments 
    doc/html/image_src/Makefile 
    $RT_MAKEFILE_LIST])