Displaying 11 results from an estimated 11 matches for "am_prog_as".
2007 Aug 24
0
2 commits - configure.ac vivified/core
...srcdir) \
&& grep -he "^VIVI_FUNCTION" $(libvivified_core_la_SOURCES) \
diff-tree 08aafab0c67c5db6f1784a6da2c421b58d4474d6 (from acf345dc1b3feb3dd3fd3a5fe8b723b4a2a0ad6a)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Aug 24 14:14:10 2007 +0200
don't call AM_PROG_AS conditionally
diff --git a/configure.ac b/configure.ac
index f01272d..5210c30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,7 @@ dnl (This must come after AM_INIT_AUTOMA
AC_PROG_CC
AM_PROG_CC_STDC
AM_PROG_CC_C_O
+AM_PROG_AS
AC_HEADER_STDC([])
@@ -270,7 +271,6 @@ AC_ARG_ENABLE(v...
2012 Jun 02
1
[PATCH 3/3] Fix build with automake 1.12
...MAKE([foreign -Wall tar-pax no-dist-gzip dist-xz subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
#Prefer whatever the current ISO standard is.
AC_PROG_CC_STDC
AC_USE_SYSTEM_EXTENSIONS
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT([win32-dll disable-static pic-only])
AM_PROG_AS
AC_PROG_CXX
--
1.7.10.3
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.
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
...th HOSTCC vs TARGETCC.
It's probably awesome code, but I'm neither a master of shell nor awk.
Patches welcome.
diff --git a/configure.ac b/configure.ac
index 449c9c9..75e5a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ AC_PROG_CC
AM_PROG_CC_STDC
AM_PROG_CC_C_O
AM_PROG_AS
+AC_PROG_AWK
AC_HEADER_STDC([])
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index 07ca529..0c2e2a6 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -1,10 +1,5 @@
SUBDIRS = jpeg
-noinst_PROGRAMS = compute-strings
-
-compute_strings_SOURCES = swfdec_as_strings....
2012 Jun 15
0
Opus and WebM support have landed
...2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to
add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX,
AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am: to `configure.in' and run `aclocal'
and `autoconf' again.
src/Makefile.am:5: required directory src/avl does not exist
src/Makefile.am:5: required directory src/thread does not exist
src/Makefile.am:5: required director...
2012 Jun 14
5
Opus and WebM support have landed
Hi,
quick info. Yesterday Rillian landed Oneman's patches adding ogg/opus
and WebM support on Icecast trunk.
Big thanks for all the work that has gone into this!
Please use trunk for your testing and development in this area from now.
If you run into problems please send mails/patches/bitch'n'moan-on-IRC/...
It's important to find any problems by testing it in every possible
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
...ose which to build at runtime.
-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)...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...magic version flags to ASSetPropFlags
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
update NEWS for 0.5.2
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
add intro to NEWS
don't call AM_PROG_AS conditionally
include vivi_marshal.list
cast the result, not all versions return a gpointer
really make quit work
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
quit correctly even when it's done in init code
release 0...
2007 Aug 13
0
Branch 'vivi' - 24 commits - configure.ac libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h vivified/core vivified/dock vivified/ui
...bler for including the script
diff --git a/configure.ac b/configure.ac
index e9996f4..1303884 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,6 +270,7 @@ AC_ARG_ENABLE(vivified,
enable_vivi=$enableval,
enable_vivi="no")
if test "$enable_vivi" = "yes"; then
+ AM_PROG_AS
MING_REQUIRED=0.4.0.beta5
PKG_CHECK_MODULES(VIVI, libming >= $MING_REQUIRED, HAVE_VIVI=yes, HAVE_VIVI=no)
if test "x$HAVE_VIVI" = xyes; then
diff-tree 8ea4ca0ffef854446d2ddfdb7c979397a7f3da90 (from 9a26eb30be715cbf23f4dde1bf1ac95b024254c6)
Author: Benjamin Otte <otte at gnome....
2007 Aug 21
0
Branch 'vivi' - 15 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_types.h vivified/core vivified/ui
...ilder for its docklets
contains a port of the player docklet to GtkBuilder
diff --git a/configure.ac b/configure.ac
index 63a0bde..b1e81b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -272,11 +272,12 @@ AC_ARG_ENABLE(vivified,
if test "$enable_vivi" = "yes"; then
AM_PROG_AS
MING_REQUIRED=0.4.0.beta5
- PKG_CHECK_MODULES(VIVI, libming >= $MING_REQUIRED, HAVE_VIVI=yes, HAVE_VIVI=no)
+ VIVI_GTK_REQUIRED=2.11.6
+ PKG_CHECK_MODULES(VIVI, libming >= $MING_REQUIRED gmodule-export-2.0 gtk+-2.0 >= $VIVI_GTK_REQUIRED, HAVE_VIVI=yes, HAVE_VIVI=no)
if test "x$HAV...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...ilder for its docklets
contains a port of the player docklet to GtkBuilder
diff --git a/configure.ac b/configure.ac
index 63a0bde..b1e81b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -272,11 +272,12 @@ AC_ARG_ENABLE(vivified,
if test "$enable_vivi" = "yes"; then
AM_PROG_AS
MING_REQUIRED=0.4.0.beta5
- PKG_CHECK_MODULES(VIVI, libming >= $MING_REQUIRED, HAVE_VIVI=yes, HAVE_VIVI=no)
+ VIVI_GTK_REQUIRED=2.11.6
+ PKG_CHECK_MODULES(VIVI, libming >= $MING_REQUIRED gmodule-export-2.0 gtk+-2.0 >= $VIVI_GTK_REQUIRED, HAVE_VIVI=yes, HAVE_VIVI=no)
if test "x$HAV...