Skip to content
GitLab
Menu
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
6b2dd992
Commit
6b2dd992
authored
Jun 08, 2015
by
Uwe Schulzweida
Browse files
set revision number to 1.7.0rc1
parent
92b040d2
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
6b2dd992
...
...
@@ -105,14 +105,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
aclocal.m4
View file @
6b2dd992
...
...
@@ -1193,7 +1193,6 @@ m4_include([m4/acx_fortran_package.m4])
m4_include([m4/acx_lang_check_include.m4])
m4_include([m4/acx_lang_other_suffix_conftest.m4])
m4_include([m4/acx_lang_package.m4])
m4_include([m4/acx_lt_problems.m4])
m4_include([m4/acx_option_search_libs.m4])
m4_include([m4/acx_options.m4])
m4_include([m4/acx_sl_fc_mod_path_flag.m4])
...
...
@@ -1201,7 +1200,6 @@ m4_include([m4/acx_sl_mod_suffix.m4])
m4_include([m4/asx_tr_arg.m4])
m4_include([m4/asx_unset.m4])
m4_include([m4/ax_pthread.m4])
m4_include([m4/kpse_libtool.m4])
m4_include([m4/libtool.m4])
m4_include([m4/ltoptions.m4])
m4_include([m4/ltsugar.m4])
...
...
app/Makefile.in
View file @
6b2dd992
...
...
@@ -98,14 +98,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
configure
View file @
6b2dd992
This diff is collapsed.
Click to expand it.
configure.ac
View file @
6b2dd992
...
...
@@ -4,7 +4,7 @@
# autoconf 2.68
# libtool 2.4.2
AC_INIT([cdi], [1.
6.9
], [http://mpimet.mpg.de/cdi])
AC_INIT([cdi], [1.
7.0rc1
], [http://mpimet.mpg.de/cdi])
echo "configuring ${PACKAGE_NAME} ${PACKAGE_VERSION}"
...
...
examples/Makefile.in
View file @
6b2dd992
...
...
@@ -98,14 +98,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
examples/pio/Makefile.in
View file @
6b2dd992
...
...
@@ -99,14 +99,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
interfaces/Makefile.in
View file @
6b2dd992
...
...
@@ -105,14 +105,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
src/Makefile.in
View file @
6b2dd992
...
...
@@ -110,14 +110,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
tests/Makefile.in
View file @
6b2dd992
...
...
@@ -118,14 +118,12 @@ am__aclocal_m4_deps = \
$(top_srcdir)
/m4/acx_lang_check_include.m4
\
$(top_srcdir)
/m4/acx_lang_other_suffix_conftest.m4
\
$(top_srcdir)
/m4/acx_lang_package.m4
\
$(top_srcdir)
/m4/acx_lt_problems.m4
\
$(top_srcdir)
/m4/acx_option_search_libs.m4
\
$(top_srcdir)
/m4/acx_options.m4
\
$(top_srcdir)
/m4/acx_sl_fc_mod_path_flag.m4
\
$(top_srcdir)
/m4/acx_sl_mod_suffix.m4
\
$(top_srcdir)
/m4/asx_tr_arg.m4
$(top_srcdir)
/m4/asx_unset.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
\
$(top_srcdir)
/m4/kpse_libtool.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ax_pthread.m4
$(top_srcdir)
/m4/libtool.m4
\
$(top_srcdir)
/m4/ltoptions.m4
$(top_srcdir)
/m4/ltsugar.m4
\
$(top_srcdir)
/m4/ltversion.m4
$(top_srcdir)
/m4/lt~obsolete.m4
\
$(top_srcdir)
/m4/pkg.m4
$(top_srcdir)
/m4/starlink_fpp.m4
\
...
...
Write
Preview
Supports
Markdown
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