[postgis-tickets] r16022 - Specify build AUX dir

Sandro Santilli strk at kbt.io
Fri Oct 20 08:28:05 PDT 2017


Author: strk
Date: 2017-10-20 08:28:05 -0700 (Fri, 20 Oct 2017)
New Revision: 16022

Modified:
   trunk/configure.ac
Log:
Specify build AUX dir

Fixes lack of aux files in output from make_dist.sh

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2017-10-20 15:06:32 UTC (rev 16021)
+++ trunk/configure.ac	2017-10-20 15:28:05 UTC (rev 16022)
@@ -12,8 +12,8 @@
 AC_INIT()
 AC_CONFIG_HEADERS([postgis_config.h])
 AC_CONFIG_MACRO_DIR([macros])
+AC_CONFIG_AUX_DIR([build-aux])
 
-
 dnl Invoke libtool: we do this as it is the easiest way to find the PIC
 dnl flags required to build liblwgeom
 AC_PROG_LIBTOOL



More information about the postgis-tickets mailing list