[girl] Remove config.rpath from Makefile.am in repository and bump version



commit 86c1338927c36ba99e9cd43af804effac169ac6f
Author: Ole Aamot <oka oka no>
Date:   Thu Apr 27 17:18:36 2017 +0200

    Remove config.rpath from Makefile.am in repository and bump version

 Makefile.am  |    2 +-
 config.rpath |  690 ----------------------------------------------------------
 configure.ac |    2 +-
 3 files changed, 2 insertions(+), 692 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9c46d12..bd92775 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = data help man src po
 
 datadir = @datadir@
 
-EXTRA_DIST = config.rpath m4/ChangeLog  \
+EXTRA_DIST = m4/ChangeLog  \
        AUTHORS \
        ChangeLog \
        BROADCAST \
diff --git a/configure.ac b/configure.ac
index 9581686..17064fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(girl,9.9.7)
+AC_INIT(girl,9.9.8)
 AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([src/girl.c])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]