summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-06-28 00:27:31 +0900
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-19 13:07:20 +0200
commit7eef852bdb92c805ec5efb45886a7c03f3bdc015 (patch)
tree608e30b83cf1fa5c58452960a699f905a44cb23c /configure.ac
parent27246f04abd678507f0b56c12635915fec0aeea9 (diff)
configure: put m4 macros and autogenerated files into m4/ directory.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e221e4fa..9a6c89ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,10 +59,15 @@ AC_PREREQ([2.58])
AC_INIT([gst_vaapi], [gst_vaapi_version],
[gwenole.beauchesne@intel.com],
[gstreamer-vaapi])
+
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([build-aux])
+
AC_CANONICAL_TARGET
+
AM_INIT_AUTOMAKE
-AC_CONFIG_HEADERS([config.h])
TODAY="`LC_ALL=C date +'%a, %d %b %Y %X %z'`"
AC_SUBST(TODAY)