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:
committed by
Martin Baulig
parent
0a3a0c1a34
commit
00d9dd7065
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user