Commit 51d2a0463d82f21bcbdbde2651ad8d84d72f7f7e
1 parent
a4dc7de8
Exists in
master
and in
3 other branches
Adding option to set the sdk version for use by the 'unstable' packages.
Showing
3 changed files
with
8 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -349,6 +349,11 @@ AC_ARG_WITH([libname], [AS_HELP_STRING([--with-libname], [Setup library name])], |
349 | 349 | AC_DEFINE(LIB3270_NAME,$app_cv_libname) |
350 | 350 | AC_SUBST(LIB3270_NAME,$app_cv_libname) |
351 | 351 | |
352 | +AC_ARG_WITH([sdk-version], [AS_HELP_STRING([--with-sdk-version], [Setup library version for SDK])], [ app_cv_sdkversion="$withval" ],[ app_cv_sdkversion=$VERSION ]) | |
353 | + | |
354 | +AC_DEFINE(LIB3270_SDK_VERSION,$app_cv_sdkversion) | |
355 | +AC_SUBST(LIB3270_SDK_VERSION,$app_cv_sdkversion) | |
356 | + | |
352 | 357 | dnl --------------------------------------------------------------------------- |
353 | 358 | dnl Check for headers |
354 | 359 | dnl --------------------------------------------------------------------------- | ... | ... |
rpm/lib3270.spec
sdk/lib3270.pc.in