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.
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? _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev