projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7890eb6
)
try this one
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sat, 8 Dec 2001 22:32:00 +0000
(22:32 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/configure.base
b/configure.base
index
920c4f0
..
f1ba986
100644
(file)
--- a/
configure.base
+++ b/
configure.base
@@
-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