powerguru-commit
[Top][All Lists]
Advanced

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

[Powerguru-commit] [SCM] powerguru branch, master, updated. 860dec1e9e55


From: Rob Savoye
Subject: [Powerguru-commit] [SCM] powerguru branch, master, updated. 860dec1e9e55fde89f02b6a29befdb73a1a8e2c9
Date: Tue, 11 Dec 2018 23:21:37 -0500 (EST)

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 "powerguru".

The branch, master has been updated
       via  860dec1e9e55fde89f02b6a29befdb73a1a8e2c9 (commit)
      from  9751361af69ffa1b55188ba6235ff4d9fb84ca75 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/powerguru.git/commit/?id=860dec1e9e55fde89f02b6a29befdb73a1a8e2c9


commit 860dec1e9e55fde89f02b6a29befdb73a1a8e2c9
Author: Rob Savoye <address@hidden>
Date:   Tue Dec 11 21:21:29 2018 -0700

    Change name for init,change incude order for postgresql

diff --git a/configure.ac b/configure.ac
index 1f72837..500d482 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,8 +20,8 @@ dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
MA  02110-1301  USA
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT([snmp/POWERGURU-MIB.txt], [0.4dev])
-dnl AC_CANONICAL_SYSTEM
+AC_INIT([Powerguru], [0.5dev])
+AC_CANONICAL_SYSTEM
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS([config.h])
@@ -248,7 +248,7 @@ dnl GNU_PKG_FIND(libxml2, [libxml/xmlstring.h], [libxml2], 
xmlNewReference)
 dnl libpq. FIXME: add libpqcxx
 db=none
 LDFLAGS="${save_LDFLAGS} -lpq"
-headers="/usr/include/postgresql/9.6/server/libpq /usr/include/postgresql 
/usr/local/include/libpq /usr/local/include"
+headers="/usr/include/postgresql/9.6/server/libpq /usr/local/include/libpq 
/usr/local/include /usr/include/postgresql "
 for i in ${headers}; do
 if test ${sysroot}${i}/libpq-fe.h; then
    CPPFLAGS="-I${sysroot}${i}"

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

Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
powerguru



reply via email to

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