Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
952aa15d
Commit
952aa15d
authored
Nov 19, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the --enable-revision argument for configure
parent
b3e45eb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
configure
+15
-3
configure.ac
+1
-1
No files found.
configure
View file @
952aa15d
...
@@ -749,6 +749,7 @@ with_aix_soname
...
@@ -749,6 +749,7 @@ with_aix_soname
with_gnu_ld
with_gnu_ld
with_sysroot
with_sysroot
enable_libtool_lock
enable_libtool_lock
enable_revision
with_boost
with_boost
with_boost_libdir
with_boost_libdir
with_boost_iostreams
with_boost_iostreams
...
@@ -768,7 +769,6 @@ CC
...
@@ -768,7 +769,6 @@ CC
CFLAGS
CFLAGS
LT_SYS_LIBRARY_PATH
LT_SYS_LIBRARY_PATH
DEBUG
DEBUG
UPDATE_REVISION
CCP4
CCP4
LIBZ_CPPFLAGS
LIBZ_CPPFLAGS
LIBZ_LDFLAGS
LIBZ_LDFLAGS
...
@@ -1403,6 +1403,7 @@ Optional Features:
...
@@ -1403,6 +1403,7 @@ Optional Features:
--enable-fast-install[=PKGS]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-revision Create a build number as revision
Optional Packages:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
...
@@ -1449,8 +1450,6 @@ Some influential environment variables:
...
@@ -1449,8 +1450,6 @@ Some influential environment variables:
LT_SYS_LIBRARY_PATH
LT_SYS_LIBRARY_PATH
User-defined run-time library search path.
User-defined run-time library search path.
DEBUG Build a debug version of the library
DEBUG Build a debug version of the library
UPDATE_REVISION
Update the revision.hpp file
CCP4 The location where CCP4 is installed
CCP4 The location where CCP4 is installed
LIBZ_CPPFLAGS
LIBZ_CPPFLAGS
C preprocessor flags for LIBZ headers
C preprocessor flags for LIBZ headers
...
@@ -16091,6 +16090,19 @@ LIBCIF_SEMANTIC_VERSION=1.0.0
...
@@ -16091,6 +16090,19 @@ LIBCIF_SEMANTIC_VERSION=1.0.0
# Check whether --enable-revision was given.
if
test
"
${
enable_revision
+set
}
"
=
set
;
then
:
enableval
=
$enable_revision
;
fi
if
test
"x
$enable_revision
"
!=
"xyes"
;
then
:
UPDATE_REVISION
=
1
fi
UPDATE_REVISION
=
$UPDATE_REVISION
...
...
configure.ac
View file @
952aa15d
...
@@ -77,7 +77,7 @@ AC_ARG_VAR([DEBUG], [Build a debug version of the library])
...
@@ -77,7 +77,7 @@ AC_ARG_VAR([DEBUG], [Build a debug version of the library])
dnl revision numbering is something used internally at the NKI
dnl revision numbering is something used internally at the NKI
AC_ARG_ENABLE(
AC_ARG_ENABLE(
revision,
revision,
[AS_HELP_STRING([--
dis
able-revision], [Create a build number as revision])])
[AS_HELP_STRING([--
en
able-revision], [Create a build number as revision])])
AS_IF([test "x$enable_revision" != "xyes" ], [
AS_IF([test "x$enable_revision" != "xyes" ], [
UPDATE_REVISION=1
UPDATE_REVISION=1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment