gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_99_0-9-ge71edec


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_0-9-ge71edec
Date: Sun, 10 Apr 2011 07:41:48 +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 gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=e71edec2ab386f241da0e3bee034eab552d0c25e

The branch, master has been updated
       via  e71edec2ab386f241da0e3bee034eab552d0c25e (commit)
      from  42427246faab47486ebeac1bd838d905c6177f31 (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 e71edec2ab386f241da0e3bee034eab552d0c25e
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Apr 10 09:36:25 2011 +0200

    corrected po directory and build-aux paths.

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

Summary of changes:
 cfg.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 2c9d101..f20fd69 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -30,7 +30,7 @@ ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
 .DEFAULT_GOAL := bootstrap
 endif
 
-PODIR := lib/po
+PODIR := po
 PO_DOMAIN := libgnutls
 
 local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_atoi_atof                
\
@@ -45,10 +45,10 @@ autoreconf:
        for f in $(PODIR)/*.po.in; do \
                cp $$f `echo $$f | sed 's/.in//'`; \
        done
-       mv lib/build-aux/config.rpath lib/build-aux/config.rpath-
+       mv build-aux/config.rpath build-aux/config.rpath-
        test -f ./configure || autoreconf --install
        test `hostname` = "gaggia" && cp gl/m4/size_max.m4 m4/ || true
-       mv lib/build-aux/config.rpath- lib/build-aux/config.rpath
+       mv build-aux/config.rpath- build-aux/config.rpath
 
 update-po: refresh-po
        for f in `ls $(PODIR)/*.po | grep -v quot.po`; do \


hooks/post-receive
-- 
GNU gnutls



reply via email to

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