From: Roman Bazalevskiy <rvb@rvb.name>
Date: Sat, 22 Apr 2017 17:02:33 +0000 (+0300)
Subject: Bugfixes
X-Git-Url: https://git.rvb.name/rtl-433.git/commitdiff_plain/refs/heads/master?ds=inline

Bugfixes
---

diff --git a/Doxyfile b/Doxyfile
index e378d3e..e41742a 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME           = rtl433
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = UNKNOWN-dirty
+PROJECT_NUMBER         = UNKNOWN
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer
diff --git a/Makefile b/Makefile
index f37d747..053a631 100644
--- a/Makefile
+++ b/Makefile
@@ -237,13 +237,13 @@ distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15
+ACLOCAL = ${SHELL} /home/rvb/git/rtl-433/missing aclocal-1.15
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 0
 AR = ar
-AUTOCONF = ${SHELL} /home/rvb/git/rtl_433/missing autoconf
-AUTOHEADER = ${SHELL} /home/rvb/git/rtl_433/missing autoheader
-AUTOMAKE = ${SHELL} /home/rvb/git/rtl_433/missing automake-1.15
+AUTOCONF = ${SHELL} /home/rvb/git/rtl-433/missing autoconf
+AUTOHEADER = ${SHELL} /home/rvb/git/rtl-433/missing autoheader
+AUTOMAKE = ${SHELL} /home/rvb/git/rtl-433/missing automake-1.15
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -280,7 +280,7 @@ LIPO =
 LN_S = ln -s
 LTLIBOBJS = 
 LT_SYS_LIBRARY_PATH = 
-MAKEINFO = ${SHELL} /home/rvb/git/rtl_433/missing makeinfo
+MAKEINFO = ${SHELL} /home/rvb/git/rtl-433/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -292,10 +292,10 @@ OTOOL64 =
 PACKAGE = rtl433
 PACKAGE_BUGREPORT = rtl_433@googlegroups.com
 PACKAGE_NAME = rtl433
-PACKAGE_STRING = rtl433 UNKNOWN-dirty
+PACKAGE_STRING = rtl433 UNKNOWN
 PACKAGE_TARNAME = rtl433
 PACKAGE_URL = 
-PACKAGE_VERSION = UNKNOWN-dirty
+PACKAGE_VERSION = UNKNOWN
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -308,11 +308,11 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 SYMBOL_VISIBILITY = -fvisibility=hidden
-VERSION = UNKNOWN-dirty
-abs_builddir = /home/rvb/git/rtl_433
-abs_srcdir = /home/rvb/git/rtl_433
-abs_top_builddir = /home/rvb/git/rtl_433
-abs_top_srcdir = /home/rvb/git/rtl_433
+VERSION = UNKNOWN
+abs_builddir = /home/rvb/git/rtl-433
+abs_srcdir = /home/rvb/git/rtl-433
+abs_top_builddir = /home/rvb/git/rtl-433
+abs_top_srcdir = /home/rvb/git/rtl-433
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -341,7 +341,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/rvb/git/rtl_433/install-sh
+install_sh = ${SHELL} /home/rvb/git/rtl-433/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
diff --git a/config.h b/config.h
index 063f29e..93af424 100644
--- a/config.h
+++ b/config.h
@@ -44,7 +44,7 @@
 #define PACKAGE_NAME "rtl433"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
+#define PACKAGE_STRING "rtl433 UNKNOWN"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "rtl433"
@@ -53,10 +53,10 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "UNKNOWN-dirty"
+#define PACKAGE_VERSION "UNKNOWN"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "UNKNOWN-dirty"
+#define VERSION "UNKNOWN"
diff --git a/config.log b/config.log
index ea04882..e2080af 100644
--- a/config.log
+++ b/config.log
@@ -1,7 +1,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by rtl433 configure UNKNOWN-dirty, which was
+It was created by rtl433 configure UNKNOWN, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ ./configure 
@@ -235,12 +235,12 @@ configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME "rtl433"
 | #define PACKAGE_TARNAME "rtl433"
-| #define PACKAGE_VERSION "UNKNOWN-dirty"
-| #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
+| #define PACKAGE_VERSION "UNKNOWN"
+| #define PACKAGE_STRING "rtl433 UNKNOWN"
 | #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
 | #define PACKAGE_URL ""
 | #define PACKAGE "rtl433"
-| #define VERSION "UNKNOWN-dirty"
+| #define VERSION "UNKNOWN"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:7826: result: gcc -E
@@ -254,12 +254,12 @@ configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME "rtl433"
 | #define PACKAGE_TARNAME "rtl433"
-| #define PACKAGE_VERSION "UNKNOWN-dirty"
-| #define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
+| #define PACKAGE_VERSION "UNKNOWN"
+| #define PACKAGE_STRING "rtl433 UNKNOWN"
 | #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
 | #define PACKAGE_URL ""
 | #define PACKAGE "rtl433"
-| #define VERSION "UNKNOWN-dirty"
+| #define VERSION "UNKNOWN"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:7889: checking for ANSI C header files
@@ -387,7 +387,7 @@ configure:12939: creating ./config.status
 ## Running config.status. ##
 ## ---------------------- ##
 
-This file was extended by rtl433 config.status UNKNOWN-dirty, which was
+This file was extended by rtl433 config.status UNKNOWN, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = 
@@ -517,7 +517,7 @@ pkg_cv_LIBRTLSDR_LIBS=-lrtlsdr
 ## Output variables. ##
 ## ----------------- ##
 
-ACLOCAL='${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15'
+ACLOCAL='${SHELL} /home/rvb/git/rtl-433/missing aclocal-1.15'
 AMDEPBACKSLASH='\'
 AMDEP_FALSE='#'
 AMDEP_TRUE=''
@@ -527,9 +527,9 @@ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 AM_DEFAULT_VERBOSITY='0'
 AM_V='$(V)'
 AR='ar'
-AUTOCONF='${SHELL} /home/rvb/git/rtl_433/missing autoconf'
-AUTOHEADER='${SHELL} /home/rvb/git/rtl_433/missing autoheader'
-AUTOMAKE='${SHELL} /home/rvb/git/rtl_433/missing automake-1.15'
+AUTOCONF='${SHELL} /home/rvb/git/rtl-433/missing autoconf'
+AUTOHEADER='${SHELL} /home/rvb/git/rtl-433/missing autoheader'
+AUTOMAKE='${SHELL} /home/rvb/git/rtl-433/missing automake-1.15'
 AWK='gawk'
 CC='gcc'
 CCDEPMODE='depmode=gcc3'
@@ -567,7 +567,7 @@ LIPO=''
 LN_S='ln -s'
 LTLIBOBJS=''
 LT_SYS_LIBRARY_PATH=''
-MAKEINFO='${SHELL} /home/rvb/git/rtl_433/missing makeinfo'
+MAKEINFO='${SHELL} /home/rvb/git/rtl-433/missing makeinfo'
 MANIFEST_TOOL=':'
 MKDIR_P='/bin/mkdir -p'
 NM='/usr/bin/nm -B'
@@ -579,10 +579,10 @@ OTOOL=''
 PACKAGE='rtl433'
 PACKAGE_BUGREPORT='rtl_433@googlegroups.com'
 PACKAGE_NAME='rtl433'
-PACKAGE_STRING='rtl433 UNKNOWN-dirty'
+PACKAGE_STRING='rtl433 UNKNOWN'
 PACKAGE_TARNAME='rtl433'
 PACKAGE_URL=''
-PACKAGE_VERSION='UNKNOWN-dirty'
+PACKAGE_VERSION='UNKNOWN'
 PATH_SEPARATOR=':'
 PKG_CONFIG='/usr/bin/pkg-config'
 PKG_CONFIG_LIBDIR=''
@@ -595,7 +595,7 @@ SET_MAKE=''
 SHELL='/bin/bash'
 STRIP='strip'
 SYMBOL_VISIBILITY='-fvisibility=hidden'
-VERSION='UNKNOWN-dirty'
+VERSION='UNKNOWN'
 ac_ct_AR='ar'
 ac_ct_CC='gcc'
 ac_ct_DUMPBIN=''
@@ -629,7 +629,7 @@ host_vendor='pc'
 htmldir='${docdir}'
 includedir='${prefix}/include'
 infodir='${datarootdir}/info'
-install_sh='${SHELL} /home/rvb/git/rtl_433/install-sh'
+install_sh='${SHELL} /home/rvb/git/rtl-433/install-sh'
 libdir='${exec_prefix}/lib'
 libexecdir='${exec_prefix}/libexec'
 localedir='${datarootdir}/locale'
@@ -654,12 +654,12 @@ target_alias=''
 /* confdefs.h */
 #define PACKAGE_NAME "rtl433"
 #define PACKAGE_TARNAME "rtl433"
-#define PACKAGE_VERSION "UNKNOWN-dirty"
-#define PACKAGE_STRING "rtl433 UNKNOWN-dirty"
+#define PACKAGE_VERSION "UNKNOWN"
+#define PACKAGE_STRING "rtl433 UNKNOWN"
 #define PACKAGE_BUGREPORT "rtl_433@googlegroups.com"
 #define PACKAGE_URL ""
 #define PACKAGE "rtl433"
-#define VERSION "UNKNOWN-dirty"
+#define VERSION "UNKNOWN"
 #define STDC_HEADERS 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1
diff --git a/config.status b/config.status
index eca967e..e79fae2 100755
--- a/config.status
+++ b/config.status
@@ -380,7 +380,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by rtl433 $as_me UNKNOWN-dirty, which was
+This file was extended by rtl433 $as_me UNKNOWN, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -429,7 +429,7 @@ Report bugs to <rtl_433@googlegroups.com>."
 
 ac_cs_config="'PKG_CONFIG_PATH=/opt/intel/opencl:'"
 ac_cs_version="\
-rtl433 config.status UNKNOWN-dirty
+rtl433 config.status UNKNOWN
 configured by ./configure, generated by GNU Autoconf 2.69,
   with options \"$ac_cs_config\"
 
@@ -437,7 +437,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
-ac_pwd='/home/rvb/git/rtl_433'
+ac_pwd='/home/rvb/git/rtl-433'
 srcdir='.'
 INSTALL='/usr/bin/install -c'
 MKDIR_P='/bin/mkdir -p'
@@ -734,7 +734,7 @@ fi
 
 
     PACKAGE='rtl433'
-    VERSION='UNKNOWN-dirty'
+    VERSION='UNKNOWN'
     RM='rm -f'
     ofile='libtool'
 
@@ -896,13 +896,13 @@ S["mkdir_p"]="$(MKDIR_P)"
 S["MKDIR_P"]="/bin/mkdir -p"
 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
 S["STRIP"]="strip"
-S["install_sh"]="${SHELL} /home/rvb/git/rtl_433/install-sh"
-S["MAKEINFO"]="${SHELL} /home/rvb/git/rtl_433/missing makeinfo"
-S["AUTOHEADER"]="${SHELL} /home/rvb/git/rtl_433/missing autoheader"
-S["AUTOMAKE"]="${SHELL} /home/rvb/git/rtl_433/missing automake-1.15"
-S["AUTOCONF"]="${SHELL} /home/rvb/git/rtl_433/missing autoconf"
-S["ACLOCAL"]="${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15"
-S["VERSION"]="UNKNOWN-dirty"
+S["install_sh"]="${SHELL} /home/rvb/git/rtl-433/install-sh"
+S["MAKEINFO"]="${SHELL} /home/rvb/git/rtl-433/missing makeinfo"
+S["AUTOHEADER"]="${SHELL} /home/rvb/git/rtl-433/missing autoheader"
+S["AUTOMAKE"]="${SHELL} /home/rvb/git/rtl-433/missing automake-1.15"
+S["AUTOCONF"]="${SHELL} /home/rvb/git/rtl-433/missing autoconf"
+S["ACLOCAL"]="${SHELL} /home/rvb/git/rtl-433/missing aclocal-1.15"
+S["VERSION"]="UNKNOWN"
 S["PACKAGE"]="rtl433"
 S["CYGPATH_W"]="echo"
 S["am__isrc"]=""
@@ -942,8 +942,8 @@ S["prefix"]="/usr/local"
 S["exec_prefix"]="${prefix}"
 S["PACKAGE_URL"]=""
 S["PACKAGE_BUGREPORT"]="rtl_433@googlegroups.com"
-S["PACKAGE_STRING"]="rtl433 UNKNOWN-dirty"
-S["PACKAGE_VERSION"]="UNKNOWN-dirty"
+S["PACKAGE_STRING"]="rtl433 UNKNOWN"
+S["PACKAGE_VERSION"]="UNKNOWN"
 S["PACKAGE_TARNAME"]="rtl433"
 S["PACKAGE_NAME"]="rtl433"
 S["PATH_SEPARATOR"]=":"
@@ -991,12 +991,12 @@ cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 BEGIN {
 D["PACKAGE_NAME"]=" \"rtl433\""
 D["PACKAGE_TARNAME"]=" \"rtl433\""
-D["PACKAGE_VERSION"]=" \"UNKNOWN-dirty\""
-D["PACKAGE_STRING"]=" \"rtl433 UNKNOWN-dirty\""
+D["PACKAGE_VERSION"]=" \"UNKNOWN\""
+D["PACKAGE_STRING"]=" \"rtl433 UNKNOWN\""
 D["PACKAGE_BUGREPORT"]=" \"rtl_433@googlegroups.com\""
 D["PACKAGE_URL"]=" \"\""
 D["PACKAGE"]=" \"rtl433\""
-D["VERSION"]=" \"UNKNOWN-dirty\""
+D["VERSION"]=" \"UNKNOWN\""
 D["STDC_HEADERS"]=" 1"
 D["HAVE_SYS_TYPES_H"]=" 1"
 D["HAVE_SYS_STAT_H"]=" 1"
diff --git a/configure b/configure
index 573c9fb..e446ccb 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for rtl433 UNKNOWN-dirty.
+# Generated by GNU Autoconf 2.69 for rtl433 UNKNOWN.
 #
 # Report bugs to <rtl_433@googlegroups.com>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='rtl433'
 PACKAGE_TARNAME='rtl433'
-PACKAGE_VERSION='UNKNOWN-dirty'
-PACKAGE_STRING='rtl433 UNKNOWN-dirty'
+PACKAGE_VERSION='UNKNOWN'
+PACKAGE_STRING='rtl433 UNKNOWN'
 PACKAGE_BUGREPORT='rtl_433@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1339,7 +1339,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures rtl433 UNKNOWN-dirty to adapt to many kinds of systems.
+\`configure' configures rtl433 UNKNOWN to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1410,7 +1410,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of rtl433 UNKNOWN-dirty:";;
+     short | recursive ) echo "Configuration of rtl433 UNKNOWN:";;
    esac
   cat <<\_ACEOF
 
@@ -1529,7 +1529,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-rtl433 configure UNKNOWN-dirty
+rtl433 configure UNKNOWN
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1898,7 +1898,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by rtl433 $as_me UNKNOWN-dirty, which was
+It was created by rtl433 $as_me UNKNOWN, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2762,7 +2762,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='rtl433'
- VERSION='UNKNOWN-dirty'
+ VERSION='UNKNOWN'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13328,7 +13328,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by rtl433 $as_me UNKNOWN-dirty, which was
+This file was extended by rtl433 $as_me UNKNOWN, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13394,7 +13394,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-rtl433 config.status UNKNOWN-dirty
+rtl433 config.status UNKNOWN
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/include/Makefile b/include/Makefile
index bb053ac..314904f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -171,13 +171,13 @@ ETAGS = etags
 CTAGS = ctags
 am__DIST_COMMON = $(srcdir)/Makefile.in
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15
+ACLOCAL = ${SHELL} /home/rvb/git/rtl-433/missing aclocal-1.15
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 0
 AR = ar
-AUTOCONF = ${SHELL} /home/rvb/git/rtl_433/missing autoconf
-AUTOHEADER = ${SHELL} /home/rvb/git/rtl_433/missing autoheader
-AUTOMAKE = ${SHELL} /home/rvb/git/rtl_433/missing automake-1.15
+AUTOCONF = ${SHELL} /home/rvb/git/rtl-433/missing autoconf
+AUTOHEADER = ${SHELL} /home/rvb/git/rtl-433/missing autoheader
+AUTOMAKE = ${SHELL} /home/rvb/git/rtl-433/missing automake-1.15
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -214,7 +214,7 @@ LIPO =
 LN_S = ln -s
 LTLIBOBJS = 
 LT_SYS_LIBRARY_PATH = 
-MAKEINFO = ${SHELL} /home/rvb/git/rtl_433/missing makeinfo
+MAKEINFO = ${SHELL} /home/rvb/git/rtl-433/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -226,10 +226,10 @@ OTOOL64 =
 PACKAGE = rtl433
 PACKAGE_BUGREPORT = rtl_433@googlegroups.com
 PACKAGE_NAME = rtl433
-PACKAGE_STRING = rtl433 UNKNOWN-dirty
+PACKAGE_STRING = rtl433 UNKNOWN
 PACKAGE_TARNAME = rtl433
 PACKAGE_URL = 
-PACKAGE_VERSION = UNKNOWN-dirty
+PACKAGE_VERSION = UNKNOWN
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -242,11 +242,11 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 SYMBOL_VISIBILITY = -fvisibility=hidden
-VERSION = UNKNOWN-dirty
-abs_builddir = /home/rvb/git/rtl_433/include
-abs_srcdir = /home/rvb/git/rtl_433/include
-abs_top_builddir = /home/rvb/git/rtl_433
-abs_top_srcdir = /home/rvb/git/rtl_433
+VERSION = UNKNOWN
+abs_builddir = /home/rvb/git/rtl-433/include
+abs_srcdir = /home/rvb/git/rtl-433/include
+abs_top_builddir = /home/rvb/git/rtl-433
+abs_top_srcdir = /home/rvb/git/rtl-433
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -275,7 +275,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/rvb/git/rtl_433/install-sh
+install_sh = ${SHELL} /home/rvb/git/rtl-433/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -310,9 +310,9 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu include/Makefile
+	  $(AUTOMAKE) --foreign include/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
diff --git a/include/Makefile.in b/include/Makefile.in
index 9298293..a3ac58b 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -310,9 +310,9 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu include/Makefile
+	  $(AUTOMAKE) --foreign include/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
diff --git a/libtool b/libtool
index a56a848..a5092c8 100755
--- a/libtool
+++ b/libtool
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Generated automatically by config.status (rtl433) UNKNOWN-dirty
+# Generated automatically by config.status (rtl433) UNKNOWN
 # Libtool was configured on host estia:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
diff --git a/rtl433.pc b/rtl433.pc
index 5762d22..7e46e5f 100644
--- a/rtl433.pc
+++ b/rtl433.pc
@@ -5,5 +5,5 @@ includedir=${prefix}/include
 
 Name: RTL-433 Utility
 Description: C Utility
-Version: UNKNOWN-dirty
+Version: UNKNOWN
 Cflags: -I${includedir}/ @RTL433_PC_CFLAGS@
diff --git a/src/Makefile b/src/Makefile
index fe072f2..7842a3a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -146,9 +146,9 @@ am_rtl_433_OBJECTS = baseband.$(OBJEXT) bitbuffer.$(OBJEXT) \
 	devices/steelmate.$(OBJEXT) devices/schraeder.$(OBJEXT) \
 	devices/new_template.$(OBJEXT) devices/radiohead_ask.$(OBJEXT) \
 	devices/kerui.$(OBJEXT) devices/fineoffset_wh1050.$(OBJEXT) \
-	devices/lelux.$(OBJEXT) devices/honeywell.$(OBJEXT) \
-	devices/rftech.$(OBJEXT) devices/wg_pb12v1.$(OBJEXT) \
-	devices/maverick_et73x.$(OBJEXT)
+	devices/honeywell.$(OBJEXT) devices/lelux.$(OBJEXT) \
+	devices/wg_pb12v1.$(OBJEXT) devices/maverick_et73x.$(OBJEXT) \
+	devices/rftech.$(OBJEXT)
 rtl_433_OBJECTS = $(am_rtl_433_OBJECTS)
 rtl_433_DEPENDENCIES =
 AM_V_lt = $(am__v_lt_$(V))
@@ -217,13 +217,13 @@ ETAGS = etags
 CTAGS = ctags
 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/rvb/git/rtl_433/missing aclocal-1.15
+ACLOCAL = ${SHELL} /home/rvb/git/rtl-433/missing aclocal-1.15
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 0
 AR = ar
-AUTOCONF = ${SHELL} /home/rvb/git/rtl_433/missing autoconf
-AUTOHEADER = ${SHELL} /home/rvb/git/rtl_433/missing autoheader
-AUTOMAKE = ${SHELL} /home/rvb/git/rtl_433/missing automake-1.15
+AUTOCONF = ${SHELL} /home/rvb/git/rtl-433/missing autoconf
+AUTOHEADER = ${SHELL} /home/rvb/git/rtl-433/missing autoheader
+AUTOMAKE = ${SHELL} /home/rvb/git/rtl-433/missing automake-1.15
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -260,7 +260,7 @@ LIPO =
 LN_S = ln -s
 LTLIBOBJS = 
 LT_SYS_LIBRARY_PATH = 
-MAKEINFO = ${SHELL} /home/rvb/git/rtl_433/missing makeinfo
+MAKEINFO = ${SHELL} /home/rvb/git/rtl-433/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -272,10 +272,10 @@ OTOOL64 =
 PACKAGE = rtl433
 PACKAGE_BUGREPORT = rtl_433@googlegroups.com
 PACKAGE_NAME = rtl433
-PACKAGE_STRING = rtl433 UNKNOWN-dirty
+PACKAGE_STRING = rtl433 UNKNOWN
 PACKAGE_TARNAME = rtl433
 PACKAGE_URL = 
-PACKAGE_VERSION = UNKNOWN-dirty
+PACKAGE_VERSION = UNKNOWN
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -288,11 +288,11 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 SYMBOL_VISIBILITY = -fvisibility=hidden
-VERSION = UNKNOWN-dirty
-abs_builddir = /home/rvb/git/rtl_433/src
-abs_srcdir = /home/rvb/git/rtl_433/src
-abs_top_builddir = /home/rvb/git/rtl_433
-abs_top_srcdir = /home/rvb/git/rtl_433
+VERSION = UNKNOWN
+abs_builddir = /home/rvb/git/rtl-433/src
+abs_srcdir = /home/rvb/git/rtl-433/src
+abs_top_builddir = /home/rvb/git/rtl-433
+abs_top_srcdir = /home/rvb/git/rtl-433
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -321,7 +321,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/rvb/git/rtl_433/install-sh
+install_sh = ${SHELL} /home/rvb/git/rtl-433/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -415,8 +415,10 @@ rtl_433_SOURCES = baseband.c \
                        devices/kerui.c \
                        devices/fineoffset_wh1050.c \
                        devices/honeywell.c \
-                       devices/lelux.c 
-
+                       devices/lelux.c \
+                       maverick_et73x.c \
+                       wg_pb12v1.c \
+                       rftech.c
 rtl_433_LDADD = $(LIBRTLSDR) $(LIBM)
 all: all-am
 
@@ -431,9 +433,9 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu src/Makefile
+	  $(AUTOMAKE) --foreign src/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
diff --git a/src/Makefile.in b/src/Makefile.in
index e524721..0eb58c5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -429,9 +429,9 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu src/Makefile
+	  $(AUTOMAKE) --foreign src/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
diff --git a/src/devices/acurite.o b/src/devices/acurite.o
index 62c66c0..32159f2 100644
Binary files a/src/devices/acurite.o and b/src/devices/acurite.o differ
diff --git a/src/devices/alecto.o b/src/devices/alecto.o
index 5e0fc7b..49e3225 100644
Binary files a/src/devices/alecto.o and b/src/devices/alecto.o differ
diff --git a/src/devices/elv.o b/src/devices/elv.o
index b67c3c6..3e95d0c 100644
Binary files a/src/devices/elv.o and b/src/devices/elv.o differ
diff --git a/src/devices/intertechno.o b/src/devices/intertechno.o
index c6256f1..fe89e70 100644
Binary files a/src/devices/intertechno.o and b/src/devices/intertechno.o differ
diff --git a/src/devices/lacrosse.o b/src/devices/lacrosse.o
index c598a01..9d122d2 100644
Binary files a/src/devices/lacrosse.o and b/src/devices/lacrosse.o differ
diff --git a/src/devices/mebus.o b/src/devices/mebus.o
index d5653ec..90345a0 100644
Binary files a/src/devices/mebus.o and b/src/devices/mebus.o differ
diff --git a/src/devices/newkaku.o b/src/devices/newkaku.o
index c7e5ab7..0b303e5 100644
Binary files a/src/devices/newkaku.o and b/src/devices/newkaku.o differ
diff --git a/src/devices/oregon_scientific.o b/src/devices/oregon_scientific.o
index c78124a..7b0af65 100644
Binary files a/src/devices/oregon_scientific.o and b/src/devices/oregon_scientific.o differ
diff --git a/src/devices/prologue.o b/src/devices/prologue.o
index 0d5039c..760ca0d 100644
Binary files a/src/devices/prologue.o and b/src/devices/prologue.o differ
diff --git a/src/devices/rubicson.o b/src/devices/rubicson.o
index b5fea3a..07d051e 100644
Binary files a/src/devices/rubicson.o and b/src/devices/rubicson.o differ
diff --git a/src/devices/silvercrest.o b/src/devices/silvercrest.o
index ddeaf13..669a008 100644
Binary files a/src/devices/silvercrest.o and b/src/devices/silvercrest.o differ
diff --git a/src/devices/steffen.o b/src/devices/steffen.o
index 609568a..a78c4fc 100644
Binary files a/src/devices/steffen.o and b/src/devices/steffen.o differ
diff --git a/src/devices/waveman.o b/src/devices/waveman.o
index b907d93..a115bb0 100644
Binary files a/src/devices/waveman.o and b/src/devices/waveman.o differ
diff --git a/src/rtl_433 b/src/rtl_433
index 1dd54e4..0c9aef5 100755
Binary files a/src/rtl_433 and b/src/rtl_433 differ
diff --git a/src/rtl_433.o b/src/rtl_433.o
index 39b6ab6..a0450a6 100644
Binary files a/src/rtl_433.o and b/src/rtl_433.o differ