Adapting OS400 build scripts to new features: new curlbuild.h file and soname in VERSION --> VERSIONINFO

This commit is contained in:
Patrick Monnerat
2008-08-25 13:58:45 +00:00
parent 4962e1772d
commit fdcb0cd2bc
2 changed files with 8 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ export SCRIPTDIR TOPDIR
# Extract the SONAME from the library makefile.
SONAME=`sed -e '/^VERSION=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' \
SONAME=`sed -e '/^VERSIONINFO=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' -e 'q' \
< "${TOPDIR}/lib/Makefile.am"`
export SONAME