summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorArmin K <krejzi@email.com>2013-03-15 18:13:55 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2013-03-19 09:19:21 +0800
commitba9b5fc6632989a6e837abfbd826e4ac16d61e0d (patch)
tree3e5ed560317455ea0b38291434e9f029d9235bc5 /autogen.sh
parent9f4dedc4de014cc665c32dfbac1c017f9396b563 (diff)
downloadlibva-ba9b5fc6632989a6e837abfbd826e4ac16d61e0d.tar.gz
Automake 1.13 fixups
error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') changed NO_CONFIGURE to NOCONFIGURE to be consistent with other packages
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index ab04e1d..af7d03c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -46,6 +46,6 @@ fi
cd "$olddir"
-if test -z "$NO_CONFIGURE"; then
+if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@" && echo "Now type 'make' to compile $PROJECT."
fi