search for: ac_prog_make_set

Displaying 6 results from an estimated 6 matches for "ac_prog_make_set".

2004 Aug 06
3
ices compile problems (was: libshout compile problems)
...FIG_HEADERS not found in configure.in libtoolize --automake automake --add-missing automake: configure.in: `PACKAGE' not defined in `configure.in' automake: configure.in: `VERSION' not defined in `configure.in' Makefile.am:3: option `dist-bzip2' not recognized Makefile.am:6: AC_PROG_MAKE_SET must be used in `configure.in' configure.in: 7: required file `./config.h.in' not found src/Makefile.am:5: AC_PROG_MAKE_SET must be used in `configure.in' automake: configure.in: AC_ARG_PROGRAM must be used in `configure.in' src/Makefile.am:25: invalid variable `dist_noinst_HEADERS&...
2004 Aug 06
3
libshout compile problems
No, it's not his version of autoconf or automake. I had the same errors even with the latest versions available for my debian distribution. I only could help myself by using one of my precompiled binaries from a previous cvs snapshot. I haven't tried it with the current snapshot but I also don't know if there had been any update lately. Michael Smith wrote: >>all ok until
2014 May 25
2
XIPH_C_COMPILER_IS_CLANG preventing many flags
XIPH_C_COMPILER_IS_CLANG in configury (commit a6a4b6f) is blocking many flags including the visibility attributes: I guess this needs relaxing, possibly a lot. What incompatibility led to this commit? -- O.S.
2012 Apr 13
1
[PATCH] libxl/build: print a pretty message if flex/bison are needed but not found
...configure.ac | 2 ++ tools/libxl/Makefile | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tools/configure.ac b/tools/configure.ac index 3da0c82..8ccdc92 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -75,6 +75,8 @@ AC_PROG_CC AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_INSTALL +AC_PATH_PROG([BISON], [bison]) +AC_PATH_PROG([FLEX], [flex]) AX_PATH_PROG_OR_FAIL([PERL], [perl]) AS_IF([test "x$xapi" = "xy"], [ AX_PATH_PROG_OR_FAIL([CURL], [curl-config]) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index ac8b810..e8ec8e9...
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...time. -AM_PROG_LIBTOOL -sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-static -chmod +x libtool-disable-static - -AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") -AC_CONFIG_MACRO_DIR([m4]) - +LT_INIT([win32-dll disable-static pic-only]) AM_PROG_AS AC_PROG_CXX AC_PROG_MAKE_SET @@ -47,7 +38,7 @@ AC_SYS_LARGEFILE AC_FUNC_FSEEKO AC_CHECK_SIZEOF(void*,0) - +AC_SEARCH_LIBS([lround],[m], [AC_DEFINE(HAVE_LROUND,1,lround support)]) #@@@ new name is AC_CONFIG_HEADERS AM_CONFIG_HEADER(config.h) @@ -348,18 +339,13 @@ AC_DEFINE(FLAC__HAS_GAS) AH_TEMPLATE(FLAC__HAS_GAS, [def...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools based build system. There is a lot more that could and should be done, but I tried to stay conservative for now and just resolve some of the most obvious issues. Max Horn (5): configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN autogen.sh: replace this by a simple call to autoreconf configure: always print