I think this fixes the libtool CC make issue
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 20:38:49 +0000 (20:38 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 20:38:49 +0000 (20:38 +0000)
Original commit message from CVS:
I think this fixes the libtool CC make issue

configure.base

index a60ba31..b0835be 100644 (file)
@@ -48,6 +48,10 @@ AC_PROG_CC
 AM_PROG_CC_STDC
 dnl you need automake 1.5 for AM_PROG_AS to work !
 AM_PROG_AS
+dnl there's something wrong with AS being set to CC
+AS=as
+AC_SUBST(AS,as)
+
 AC_PROG_CXX
 AC_PROG_CXXCPP
 AC_ISC_POSIX