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
f6a189f5
Commit
f6a189f5
authored
Sep 07, 2010
by
Ralf Mueller
Browse files
rename configuration file; added libtool support to ChangeLog
parent
15fa4d74
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
f6a189f5
...
...
@@ -14,7 +14,7 @@ app/Makefile.in -text
app/cdi.c -text
app/createtable.c -text
app/printinfo.h -text
/c
onfig
.settings.in -text
/c
di
.settings.in -text
config/compile -text
config/config.guess -text
config/config.sub -text
...
...
ChangeLog
View file @
f6a189f5
2010-09-07 Ralf Mueller <ralf.mueller@zmaw.de>
* use libtool 2.2.10 for compiling + linking
* create shared + static library by default
* build CDI configuration file: cdi.settings
2010-09-06 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using CGRIBEX library version 1.4.6
...
...
Makefile.in
View file @
f6a189f5
...
...
@@ -35,7 +35,7 @@ build_triplet = @build@
host_triplet
=
@host@
subdir
=
.
DIST_COMMON
=
README
$(am__configure_deps)
$(srcdir)
/Makefile.am
\
$(srcdir)
/Makefile.in
$(srcdir)
/c
onfig
.settings.in
\
$(srcdir)
/Makefile.in
$(srcdir)
/c
di
.settings.in
\
$(top_srcdir)
/configure AUTHORS COPYING ChangeLog INSTALL NEWS
\
config/compile config/config.guess config/config.sub
\
config/depcomp config/install-sh config/ltmain.sh
\
...
...
@@ -53,7 +53,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/config/mkinstalldirs
CONFIG_HEADER
=
$(top_builddir)
/src/config.h
CONFIG_CLEAN_FILES
=
c
onfig
.settings
CONFIG_CLEAN_FILES
=
c
di
.settings
CONFIG_CLEAN_VPATH_FILES
=
SOURCES
=
DIST_SOURCES
=
...
...
@@ -304,7 +304,7 @@ $(top_srcdir)/configure: $(am__configure_deps)
$(ACLOCAL_M4)
:
$(am__aclocal_m4_deps)
$(am__cd)
$(srcdir)
&&
$(ACLOCAL)
$(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps)
:
c
onfig
.settings
:
$(top_builddir)/config.status $(srcdir)/c
onfig
.settings.in
c
di
.settings
:
$(top_builddir)/config.status $(srcdir)/c
di
.settings.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
mostlyclean-libtool
:
...
...
c
onfig
.settings.in
→
c
di
.settings.in
View file @
f6a189f5
File moved
configure
View file @
f6a189f5
...
...
@@ -23864,7 +23864,7 @@ if test "x${replace_cc}" != "x"; then :
CC=$replace_cc
fi
ac_config_files="$ac_config_files Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile c
onfig
.settings"
ac_config_files="$ac_config_files Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile c
di
.settings"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
...
...
@@ -25150,7 +25150,7 @@ do
"app/Makefile") CONFIG_FILES="$CONFIG_FILES app/Makefile" ;;
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
"c
onfig
.settings") CONFIG_FILES="$CONFIG_FILES c
onfig
.settings" ;;
"c
di
.settings") CONFIG_FILES="$CONFIG_FILES c
di
.settings" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac
...
...
@@ -27006,7 +27006,7 @@ fi
# Show configuration
{ $as_echo "$as_me:${as_lineno-$LINENO}: CDI is configured with the following options:" >&5
$as_echo "$as_me: CDI is configured with the following options:" >&6;}
cat c
onfig
.settings
cat c
di
.settings
if test "$ac_cv_prog_cc_c99" = "no"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}:
...
...
configure.ac
View file @
f6a189f5
...
...
@@ -164,12 +164,12 @@ AC_SUBST([CPPFLAGS])
AS_IF([test "x${replace_cc}" != "x"],[CC=$replace_cc])
AC_OUTPUT(Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile c
onfig
.settings)
AC_OUTPUT(Makefile src/Makefile interfaces/Makefile app/Makefile tests/Makefile examples/Makefile c
di
.settings)
# ----------------------------------------------------------------------
# Show configuration
AC_MSG_NOTICE([CDI is configured with the following options:])
cat c
onfig
.settings
cat c
di
.settings
AS_IF([test "$ac_cv_prog_cc_c99" = "no"],
[AC_MSG_NOTICE([
...
...
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