poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Rename lib/ to gl/


From: Jose E. Marchesi
Subject: Re: [PATCH] Rename lib/ to gl/
Date: Thu, 26 Mar 2020 17:27:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Tim.

    2020-03-26  Tim Rühsen  <address@hidden>
    
        * Makefile.am: Rename lib to gl.
        * bootstrap.conf: Set source_base=gl.
        * configure.ac: Rename lib/ to gl/.
        * src/Makefile.am: Rename lib to gl.
    ---
     Makefile.am     | 2 +-
     bootstrap.conf  | 6 ++++++
     configure.ac    | 2 +-
     src/Makefile.am | 4 ++--
     4 files changed, 10 insertions(+), 4 deletions(-)
    
    diff --git a/Makefile.am b/Makefile.am
    index 281ad979..06864b0d 100644
    --- a/Makefile.am
    +++ b/Makefile.am
    @@ -1,5 +1,5 @@
     ACLOCAL_AMFLAGS = -I m4
    -SUBDIRS = jitter lib pickles src doc man testsuite etc po
    +SUBDIRS = jitter gl pickles src doc man testsuite etc po
    
     noinst_SCRIPTS = run
    
    diff --git a/bootstrap.conf b/bootstrap.conf
    index da908d10..644b6ef7 100644
    --- a/bootstrap.conf
    +++ b/bootstrap.conf
    @@ -56,6 +56,12 @@ gnulib_modules="
     # not have to type --skip-po on every bootstrap call
     SKIP_PO=t
    
    +# gnulib library directory
    +source_base=gl
    +
    +# gnulib library name
    +gnulib_name=libpoke

I see you tackled this in a separated commit: better to use a different
name to avoid confusion with the future "real" libpoke.  libgnu is
perfect :)

Other than that, this is OK for master.
Thanks!



reply via email to

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