From: Sebastian Harl Date: Mon, 9 Jun 2014 12:41:12 +0000 (+0200) Subject: Merged branch 'master' of git://git.tokkee.org/sysdb. X-Git-Tag: sysdb-0.2.0~61 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=4cf5f6607b603fd50fc667fdea5cda800daf5a78;hp=e0f5057ba2274b69309704c0f197b1a3e92eff87 Merged branch 'master' of git://git.tokkee.org/sysdb. --- diff --git a/README b/README index 97dc2fe..191979e 100644 --- a/README +++ b/README @@ -23,6 +23,8 @@ license. See COPYING for details. Changes between all SysDB releases can be found in the file ReleaseNotes. + + Configure and install SysDB --------------------------- diff --git a/ReleaseNotes b/ReleaseNotes index c27b0eb..fa9c85a 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -17,7 +17,7 @@ Object names are canonicalized before they are added to the store to ensure a consistent view of your infrastructure. - + Version 0.1.0, Release Date: 2014-06-01 --------------------------------------- diff --git a/configure.ac b/configure.ac index 1d1747c..5f77802 100644 --- a/configure.ac +++ b/configure.ac @@ -27,10 +27,10 @@ dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. AC_INIT([System DataBase],[m4_esyscmd(./version-gen.sh)], - [sh@tokkee.org], + [sysdb@sysdb.io], [sysdb], - [http://git.tokkee.org/?p=sysdb.git]) -PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl " + [http://sysdb.io/]) +PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl " AC_DEFINE_UNQUOTED([PACKAGE_MAINTAINER], ["$PACKAGE_MAINTAINER"], [Define to the name of the maintainer of this package.]) AC_CONFIG_SRCDIR([src/sysdb.c])