# 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
cd "${TOPDIR}/include"
+# Produce the curlbuild.h include file.
+
+if action_needed curl/curlbuild.h curl/curlbuild.h.dist
+then cp -p curl/curlbuild.h.dist curl/curlbuild.h
+fi
+
+
# Create the OS/400 source program file for the include files.
SRCPF="${LIBIFSNAME}/H.FILE"