Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4e3af8e2
Commit
4e3af8e2
authored
Jul 04, 2012
by
Uwe Schulzweida
Browse files
set revision number to 1.5.6rc2
parent
0363dbae
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
4e3af8e2
This diff is collapsed.
Click to expand it.
configure.ac
View file @
4e3af8e2
# Process this file with autoconf to produce a configure script.
AC_INIT([cdi], [1.5.6rc
1
], [http://code.zmaw.de/projects/cdi])
AC_INIT([cdi], [1.5.6rc
2
], [http://code.zmaw.de/projects/cdi])
echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
...
...
src/config.h.in
View file @
4e3af8e2
...
...
@@ -185,6 +185,11 @@
/* Version number of package */
#undef VERSION
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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