From 39ff37dc74f4e3a5f0eedbcab5a2c7c232d761e9 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Thu, 7 May 1998 04:04:15 +0000 Subject: postfix -lg* libraries with LT_RELEASE. Thu May 7 05:14:19 1998 Tim Janik * gtk-config.in (--libs): postfix -lg* libraries with LT_RELEASE. * ltmain.sh: added a new commandline flag -postfix similar to -release, but will immediately change the library name. * gdk/Makefile.am: * gtk/Makefile.am: specify -postfix and -version-info * configure.in: version bump to 1.1.0. added GTK_INTERFACE_AGE and GTK_BINARY_AGE. calculate LT_* variables for libtool. --- ltmain.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ltmain.sh') diff --git a/ltmain.sh b/ltmain.sh index e9350b3fab..0e884205b8 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -386,6 +386,7 @@ if test -z "$show_help"; then prev= prevarg= release= + postfix= rpath= perm_rpath= temp_rpath= @@ -437,6 +438,11 @@ if test -z "$show_help"; then prev= continue ;; + postfix) + postfix="-$arg" + prev= + continue + ;; rpath) rpath="$rpath $arg" prev= @@ -520,6 +526,11 @@ if test -z "$show_help"; then continue ;; + -postfix) + prev=postfix + continue + ;; + -rpath) prev=rpath continue @@ -842,7 +853,7 @@ if test -z "$show_help"; then ;; esac - name=`$echo "X$output" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + name=`$echo "X$output" | $Xsed -e 's/\.la$//' -e 's/^lib//'`$postfix eval libname=\"$libname_spec\" # All the library-specific variables (install_libdir is set above). -- cgit v1.2.1