From da6b3153d7f952476c403e0e73fdefd5c26a9b6f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 13 Jul 2006 11:48:47 +0000 Subject: [PATCH] * bootstrap: strip library version from modules. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 59d7726470..ef6ce8d4a9 100755 --- a/bootstrap +++ b/bootstrap @@ -52,7 +52,7 @@ fi # Check for automake amvers="no" -for v in "-1.9" "19" "-1.8" "18" "-1.7" "17"; do +for v in "-1.7" "-1.9" "19" "-1.8" "18" "-1.7" "17"; do if automake${v} --version >/dev/null 2>&1; then amsuff="${v}" amvers="${v}" @@ -377,7 +377,7 @@ lib${mod}_plugin_la_CFLAGS = \`\$(VLC_CONFIG) --cflags plugin ${mod}\` lib${mod}_plugin_la_CXXFLAGS = \`\$(VLC_CONFIG) --cxxflags plugin ${mod}\` lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ - -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) + -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) lib${mod}_a_SOURCES = \$(SOURCES_${mod}) -- 2.39.2