< prev index next >

make/autoconf/basic_tools.m4

Print this page
rev 59189 : imported patch build
rev 59190 : [mq]: build-01

*** 274,285 **** TAR_TYPE="aix" fi AC_MSG_CHECKING([what type of tar was found]) AC_MSG_RESULT([$TAR_TYPE]) - TAR_CREATE_FILE_PARAM="" - if test "x$TAR_TYPE" = "xgnu"; then TAR_INCLUDE_PARAM="T" TAR_SUPPORTS_TRANSFORM="true" elif test "x$TAR_TYPE" = "aix"; then # -L InputList of aix tar: name of file listing the files and directories --- 274,283 ----
*** 289,299 **** else TAR_INCLUDE_PARAM="I" TAR_SUPPORTS_TRANSFORM="false" fi AC_SUBST(TAR_TYPE) - AC_SUBST(TAR_CREATE_EXTRA_PARAM) AC_SUBST(TAR_INCLUDE_PARAM) AC_SUBST(TAR_SUPPORTS_TRANSFORM) ]) ############################################################################### --- 287,296 ----
< prev index next >