summaryrefslogtreecommitdiffstats
path: root/configure.in.sample
diff options
context:
space:
mode:
authorGeoffrey Cross <geoff@cross.lu>2001-05-07 13:16:58 (GMT)
committerGeoffrey Cross <geoff@cross.lu>2001-05-07 13:16:58 (GMT)
commit45aef39724e515e309a03aa8d9ae65bcf4fda88b (patch)
tree94cc83d787b7972d0229f534d37ad97153905429 /configure.in.sample
parenta5f6b47661d4494c5367c17ea1dd20e007570778 (diff)
downloadCMake-45aef39724e515e309a03aa8d9ae65bcf4fda88b.zip
CMake-45aef39724e515e309a03aa8d9ae65bcf4fda88b.tar.gz
CMake-45aef39724e515e309a03aa8d9ae65bcf4fda88b.tar.bz2
Under FreeBSD: should be CMAKE_SHLIB_BUILD_FLAGS and not CMAKE_SHLIB_LINK_FLAGS. CMakeSystemConfig.cmake not being made
Diffstat (limited to 'configure.in.sample')
-rw-r--r--configure.in.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in.sample b/configure.in.sample
index 7b1665a..b8683cc 100644
--- a/configure.in.sample
+++ b/configure.in.sample
@@ -211,7 +211,7 @@ case $system in
SHLIB_LD_LIBS=""
SHLIB_SUFFIX=".so"
DL_LIBS=""
- CMAKE_SHLIB_LINK_FLAGS="-shared"
+ CMAKE_SHLIB_BUILD_FLAGS="-shared"
else
SHLIB_CFLAGS=""
SHLIB_LD_LIBS=""
@@ -606,6 +606,7 @@ AC_SUBST(JAVACOMMAND)
AC_OUTPUT(
Makefile:CMake/CMakeTopMakefileTemplate.in
CMakeTargets.make:CMake/CMakeTargets.make.in
+CMakeSystemConfig.cmake:CMake/CMakeSystemConfig.cmake.in
CMake/CMakeSimpleRules.make
CMake/CMakeMaster.make
CMake/CMakeVariables.make