fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] [PATCH 0/9] autotools updates


From: Antonio Ospite
Subject: Re: [fluid-dev] [PATCH 0/9] autotools updates
Date: Fri, 31 Oct 2014 21:48:40 +0100

On Wed,  8 Oct 2014 16:08:16 +0200
Antonio Ospite <address@hidden> wrote:

> Hi,
> 
> I was checking out the code to see if a certain memleak was fixed
> (https://sourceforge.net/p/fluidsynth/tickets/132/) and I ended up
> cleaning up the autotools infrastructure a bit.
>

Hi,

I just wanted to check if this series of 9 patches made it to the list
at all, I can see the messages in the archive:
http://lists.nongnu.org/archive/html/fluid-dev/2014-10/threads.html
but I may have actually sent the emails before I confirmed the
subscription to the list.

So, were 9 patches from address@hidden delivered to the mailing list on
Oct 8th?

Thanks,
   Antonio

> Last patch in the series is a .gitignore file to avoid the pollution of
> the "git status" output with generated files.
> 
> If the patches look OK they can be applied with "git am" on top of the
> git master branch. If you think they need fixing just tell me and I will
> resend the series.
> 
> Thanks,
>    Antonio
> 
> P.S. I was going to prepare also a cleanup patch to get rid of all the
> useless trailing spaces in the source code (sometimes git complains
> about trailing spaces), but these cosmetic changes can be quite
> invasive, I don't know if you are willing to apply such patch.
> 
> Antonio Ospite (9):
>   Don't use the deprecated AM_INIT_AUTOMAKE two-arguments form
>   Don't use the old INCLUDES name in src/Makefile.am
>   Define the default soundfont in configure.ac
>   Update configure.ac as suggested by the autoupdate program
>   Fix indentation in configure.ac
>   Use autoreconf in autogen.sh instead of calling auto programs manually
>   Remove some autotools files which will be installed by autoreconf
>   Add support for automake silent rules
>   Add a .gitignore file
> 
>  fluidsynth/.gitignore      |  32 +++++
>  fluidsynth/CMakeLists.txt  |   4 +-
>  fluidsynth/autogen.sh      |   6 +-
>  fluidsynth/configure.ac    |  53 ++++---
>  fluidsynth/doc/Makefile.am |   2 +-
>  fluidsynth/install-sh      | 251 ---------------------------------
>  fluidsynth/missing         | 336 
> ---------------------------------------------
>  fluidsynth/mkinstalldirs   |  99 -------------
>  fluidsynth/src/Makefile.am |   2 +-
>  9 files changed, 70 insertions(+), 715 deletions(-)
>  create mode 100644 fluidsynth/.gitignore
>  delete mode 100755 fluidsynth/install-sh
>  delete mode 100755 fluidsynth/missing
>  delete mode 100755 fluidsynth/mkinstalldirs
> 
> -- 
> Antonio Ospite
> http://ao2.it
> 
> A: Because it messes up the order in which people normally read text.
>    See http://en.wikipedia.org/wiki/Posting_style
> Q: Why is top-posting such a bad thing?


-- 
Antonio Ospite
http://ao2.it

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?



reply via email to

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