summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Writer <Tim.Writer@amd.com>2013-11-25 15:51:21 -0500
committerLeo Liu <leo.liu@amd.com>2014-02-11 13:32:30 -0500
commit8e089ae8249899b8e47cbe7abfe3dd8814458c89 (patch)
tree41ca3e15f96e3c8d226cbf42e801629f09678678
parent9d1fc5ceb72222037b959c1a2c3fe05c50de676a (diff)
configure: fix first run of autogen/automake
Without AC_CONFIG_AUX_DIR, libtoolize fails to copy ltmain.sh, causing the first run of automake to fail.
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fcf4d9d..6dcca1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,10 @@ AC_INIT(GStreamer OpenMAX Plug-ins, 1.0.0.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
+dnl Forces libtoolize to copy ltmain.sh. Without it, automake fails on
+dnl the first run.
+AC_CONFIG_AUX_DIR([.])
+
AG_GST_INIT
dnl initialize automake