[Ffmpeg-cvslog] r6003 - trunk/configure
diego
subversion
Wed Aug 16 00:40:58 CEST 2006
Author: diego
Date: Wed Aug 16 00:40:58 2006
New Revision: 6003
Modified:
trunk/configure
Log:
Simplify expression by using single quotes and avoiding backslashes.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Aug 16 00:40:58 2006
@@ -469,6 +469,7 @@
gpl="no"
memalignhack="no"
asmalign_pot="unknown"
+LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
# OS specific
targetos=`uname -s`
@@ -580,7 +581,7 @@
SLIBNAME_WITH_FULLVERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
FFSERVERLDFLAGS=-Wl,-bind_at_load
-LIB_INSTALL_EXTRA_CMD="\$(RANLIB) \"\$(libdir)/\$(LIB)\""
+LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
;;
MINGW32*)
# Note: the rest of the mingw32 config is done afterwards as mingw32
More information about the ffmpeg-cvslog
mailing list