Displaying 4 results from an estimated 4 matches for "gaaf5ad5".
2012 Dec 12
8
[PATCH 0/5] update build system
...rabbag/Makefile.am | 2 -
src/share/replaygain_analysis/Makefile.am | 2 -
src/share/replaygain_synthesis/Makefile.am | 2 -
src/share/utf8/Makefile.am | 2 -
19 files changed, 25 insertions(+), 389 deletions(-)
delete mode 100644 m4/endian.m4
--
1.8.0.1.525.gaaf5ad5
2012 Dec 12
0
[PATCH 3/5] configure: always print ac_cv_c_compiler_gnu
...${host_os}
])
-if test x$ac_cv_c_compiler_gnu = xyes ; then
echo " Compiler is GCC : ..................... ${ac_cv_c_compiler_gnu}"
+if test x$ac_cv_c_compiler_gnu = xyes ; then
echo " GCC version : ......................... ${GCC_VERSION}"
- fi
+fi
--
1.8.0.1.525.gaaf5ad5
2012 Dec 27
0
[PATCH 0/5] update build system
...2 -
> src/share/replaygain_analysis/Makefile.am | 2 -
> src/share/replaygain_synthesis/Makefile.am | 2 -
> src/share/utf8/Makefile.am | 2 -
> 19 files changed, 25 insertions(+), 389 deletions(-)
> delete mode 100644 m4/endian.m4
>
> --
> 1.8.0.1.525.gaaf5ad5
>
> _______________________________________________
> flac-dev mailing list
> flac-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/flac-dev
>
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...m
+++ b/src/share/utf8/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign
-
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/include/share
noinst_LTLIBRARIES = libutf8.la
--
1.8.0.1.525.gaaf5ad5