Commit f65a805965c029492bb2a7853b7892a77fccfb2a
1 parent
59f3dbec
Exists in
master
and in
5 other branches
Updating package.
Showing
3 changed files
with
4 additions
and
14 deletions
Show diff stats
configure.ac
@@ -416,18 +416,8 @@ AC_SUBST(PW3270_LIBS,-l$PACKAGE_TARNAME) | @@ -416,18 +416,8 @@ AC_SUBST(PW3270_LIBS,-l$PACKAGE_TARNAME) | ||
416 | AC_DEFINE(LIB3270_NAME,$app_cv_libname) | 416 | AC_DEFINE(LIB3270_NAME,$app_cv_libname) |
417 | AC_SUBST(LIB3270_NAME,$app_cv_libname) | 417 | AC_SUBST(LIB3270_NAME,$app_cv_libname) |
418 | 418 | ||
419 | -AX_SUBDIRS_CONFIGURE( | ||
420 | - [modules/lib3270], | ||
421 | - [--with-work-dir=$ac_pwd], | ||
422 | - [--with-libname=$app_cv_libname] | ||
423 | -) | ||
424 | - | ||
425 | -AX_SUBDIRS_CONFIGURE( | ||
426 | - [modules/libv3270], | ||
427 | - [LIB3270_CFLAGS=-I$ac_pwd/modules/lib3270/src/include], | ||
428 | - [LIB3270_LIBS=-l$app_cv_libname], | ||
429 | - [--with-work-dir=$ac_pwd] | ||
430 | -) | 419 | +AX_SUBDIRS_CONFIGURE([modules/lib3270],[[--with-work-dir=$ac_pwd],[--with-libname=$app_cv_libname]]) |
420 | +AX_SUBDIRS_CONFIGURE([modules/libv3270],[[LIB3270_CFLAGS=-I$ac_pwd/modules/lib3270/src/include],[LIB3270_LIBS=-l$app_cv_libname],[--with-work-dir=$ac_pwd],[--with-libname=$app_cv_libname]]) | ||
431 | 421 | ||
432 | dnl --------------------------------------------------------------------------- | 422 | dnl --------------------------------------------------------------------------- |
433 | dnl Check for headers | 423 | dnl Check for headers |
modules/lib3270
modules/libv3270