myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-211-


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-211-ga2b4ab2
Date: Mon, 03 May 2010 18:48:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  a2b4ab26dd260b7dadc35ac43cef968b2cd5d55f (commit)
      from  bcb6eb8dfbd355060a73024b8aaa3d6b8b80e47e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit a2b4ab26dd260b7dadc35ac43cef968b2cd5d55f
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon May 3 20:48:37 2010 +0200

    Fix a sanity check by the AC_CONFIG_SRCDIR macro

diff --git a/myserver/configure.ac b/myserver/configure.ac
index 99f58c6..f34ff17 100644
--- a/myserver/configure.ac
+++ b/myserver/configure.ac
@@ -28,6 +28,8 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([gnu])
 
+AC_CONFIG_SRCDIR([src/myserver.cpp])
+
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_MACRO_DIR([m4])

-----------------------------------------------------------------------

Summary of changes:
 myserver/configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]