try this one
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 22:32:00 +0000 (22:32 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 22:32:00 +0000 (22:32 +0000)
Original commit message from CVS:
try this one

configure.base

index 920c4f0..f1ba986 100644 (file)
@@ -44,14 +44,11 @@ AC_SUBST(GST_LIBVERSION)
 
 AM_MAINTAINER_MODE
 
-AC_PROG_CC
-AM_PROG_CC_STDC
 dnl you need automake 1.5 for AM_PROG_AS to work !
+dnl we moved AM_PROG_AS up before CC, maybe that helps the substition ?
 AM_PROG_AS
-dnl there's something wrong with AS being set to CC, so we set it explicitly
-AS=gcc
-AC_SUBST(AS)
-
+AC_PROG_CC
+AM_PROG_CC_STDC
 AC_PROG_CXX
 AC_PROG_CXXCPP
 AC_ISC_POSIX