Added this to CVS and hacked it to use `$CC -shared' to create shared

2000-02-22  Martin Baulig  <martin@home-of-linux.org>

	* ltconfig: Added this to CVS and hacked it to use `$CC -shared'
	to create shared libraries on Solaris.

	* automake.sh: Don't run libtoolize on Solaris but use the CVS
	version instead.
This commit is contained in:
Martin Baulig
2000-02-22 19:58:58 +00:00
committed by Martin Baulig
parent 0a3a0c1a34
commit 00d9dd7065
6 changed files with 3128 additions and 24 deletions

View File

@@ -14,7 +14,12 @@ PKG_NAME="Gnome Top Library"
exit 1
}
. $srcdir/macros/autogen.sh
if test `uname` = 'SunOS' ; then
NO_LIBTOOLIZE=yes . $srcdir/macros/autogen.sh
else
. $srcdir/macros/autogen.sh
fi
cp -f $srcdir/po/Makefile.in.in.in $srcdir/po/Makefile.in.in
echo ""