--- configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac index ebfd30a..58bc46c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,17 +1,16 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT() +AC_INIT([rsync], [3.1.2dev], [http://rsync.samba.org/bugzilla.html]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.60) -RSYNC_VERSION=3.1.2dev -AC_SUBST(RSYNC_VERSION) -AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) +AC_SUBST(RSYNC_VERSION, $PACKAGE_VERSION) +AC_MSG_NOTICE([Configuring rsync $PACKAGE_VERSION]) -AC_DEFINE_UNQUOTED(RSYNC_VERSION, ["$RSYNC_VERSION"], [rsync release version]) +AC_DEFINE_UNQUOTED(RSYNC_VERSION, ["$PACKAGE_VERSION"], [rsync release version]) LDFLAGS=${LDFLAGS-""} -- 2.2.1 -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html