From 8ffd2c737b116f21998061d5c5da1149f1540b18 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 6 Jan 2007 17:31:55 +0000 Subject: Use AM_PROG_AS instead of our AM_PROG_AS_MOD. CVS patchset: 8489 CVS date: 2007/01/06 17:31:55 --- m4/as.m4 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 m4/as.m4 (limited to 'm4') diff --git a/m4/as.m4 b/m4/as.m4 deleted file mode 100644 index 96a44e239..000000000 --- a/m4/as.m4 +++ /dev/null @@ -1,21 +0,0 @@ -dnl Extracted from automake-1.5 and sligtly modified for Xine usage. -dnl Daniel Caujolle-Bert - -# Figure out how to run the assembler. - -# AM_PROG_AS_MOD -AC_DEFUN([AM_PROG_AS_MOD], -[# By default we simply use the C compiler to build assembly code. -AC_REQUIRE([AC_PROG_CC]) -: ${CCAS='$(CC)'} -# Set CCASFLAGS if not already set. -: ${CCASFLAGS='$(CFLAGS)'} -# Set ASCOMPILE if not already set. -if test $CCAS = '$'CC; then -: ${CCASCOMPILE='$(LIBTOOL) --mode=compile $(CCAS) $(AM_ASFLAGS) $(CCASFLAGS) -c'} -else -: ${CCASCOMPILE='$(LIBTOOL) --mode=compile $(CCAS) $(AM_ASFLAGS) $(CCASFLAGS)'} -fi -AC_SUBST(CCAS) -AC_SUBST(CCASFLAGS) -AC_SUBST(CCASCOMPILE)]) -- cgit v1.2.3