Commit 29d1a46f authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4845] reverting changes, centos5 can't generate configure, so I'm going to leave this alone

git-svn-id: file:///svn/toku/tokudb@44166 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1eb453d6
......@@ -55,19 +55,6 @@ else ()
$(MAKE) -C src/liblzma install
)
endif ()
ExternalProject_Add_StepTargets(ep_lzma autoreconf)
ExternalProject_Add_Step(ep_lzma autoreconf
COMMAND autoreconf -fi
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/xz-4.999.9beta
DEPENDEES update patch
DEPENDERS configure
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/xz-4.999.9beta/configure.ac
${CMAKE_CURRENT_SOURCE_DIR}/xz-4.999.9beta/Makefile.am
${CMAKE_CURRENT_SOURCE_DIR}/xz-4.999.9beta/src/Makefile.am
${CMAKE_CURRENT_SOURCE_DIR}/xz-4.999.9beta/src/liblzma/Makefile.am
${CMAKE_CURRENT_SOURCE_DIR}/xz-4.999.9beta/src/liblzma/api/Makefile.am
)
add_custom_target(build_lzma DEPENDS ep_lzma)
add_library(lzma STATIC IMPORTED)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment