From fdcb0cd2bce920231af8c0218fe48f276817018b Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 25 Aug 2008 13:58:45 +0000 Subject: [PATCH] Adapting OS400 build scripts to new features: new curlbuild.h file and soname in VERSION --> VERSIONINFO --- packages/OS400/initscript.sh | 2 +- packages/OS400/make-include.sh | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/OS400/initscript.sh b/packages/OS400/initscript.sh index ad4aa7da2..308c6d72b 100644 --- a/packages/OS400/initscript.sh +++ b/packages/OS400/initscript.sh @@ -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 diff --git a/packages/OS400/make-include.sh b/packages/OS400/make-include.sh index 3607abb93..ecbc7e1db 100644 --- a/packages/OS400/make-include.sh +++ b/packages/OS400/make-include.sh @@ -9,6 +9,13 @@ SCRIPTDIR=`dirname "${0}"` 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"