X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=73139486842052321f105605635bdf2bc5f711bf;hb=7ff1180d98816f50d45282032e7f1155faa3e1c9;hp=ae1b5a545515ace259e374a75b0bc079c7dffbb4;hpb=f8edb2973d37f3ebfd08291f28be5435d0cf8f64;p=deb_libcec.git diff --git a/configure.ac b/configure.ac index ae1b5a5..7313948 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_PREREQ(2.59) -AC_INIT([libcec], [1:8:0], [http://libcec.pulse-eight.com/]) +AC_INIT([libcec], [2:0:0], [http://libcec.pulse-eight.com/]) AC_CONFIG_HEADERS([config.h]) AH_TOP([#pragma once]) AM_INIT_AUTOMAKE([foreign]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)