[master] 367ce68 Put build scripts in build-aux

Tollef Fog Heen tfheen at varnish-cache.org
Wed Nov 13 10:37:49 CET 2013


commit 367ce6813a8969ac509fa61d020006ceba69fbf6
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Nov 13 10:37:24 2013 +0100

    Put build scripts in build-aux

diff --git a/configure.ac b/configure.ac
index b4ffa1f..cba0359 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_INIT([Varnish], [trunk], [varnish-dev at varnish-cache.org])
 AC_CONFIG_SRCDIR(include/miniobj.h)
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_USE_SYSTEM_EXTENSIONS
 
 # save command line CFLAGS for use in VCC_CC (to pass through things like -m64)



More information about the varnish-commit mailing list