| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
and then fall back to libtoolize if not found.
Tested on OS X 10.10.2 (Yosemite) with Xcode 6.1.1 and autotools
installed via Brew
|
|
|
|
| |
Fixed an issue with missing 'svn ls' code.
|
|
|
|
|
| |
of hacking at the .svn/entries file that changes format all the
time.
|
|
|
|
|
|
| |
removed from
the list.
|
|
|
|
|
|
|
|
|
|
|
|
| |
by default (unlike the trunk and 1.8 branches, where it's disabled
by default).
Users can build with --disable-maintainer-mode to remove autotools
build dependencies.
Part of: HDFFV-9122
Tested on: 64-bit linux VM (configure and autogen only)
|
|
|
|
|
|
|
|
|
|
| |
Remove LDOUBLE_TO_INTEGER_WORKS macro/define from configure/library/tests,
since it was added to support non-standard behavior on SGI IRIX & HP-UX, which
we don't support any longer.
Tested on:
Mac OSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
|
|
|
|
|
|
|
|
|
| |
Remove the LDOUBLE_TO_INTEGER_ACCURATE macro, since it was added to work
around non-standard behavior on SGI IRIX, which we are no longer supporting.
Tested on:
Mac OSX/64 10.10.2 (amazon) w/serial
(h5committest not required on this branch)
|
|
|
|
| |
No code changes.
|
|
|
|
|
|
| |
Fixes: HDFFV-9098
Tested on: 64-bit linux VM (autogen only)
|
|
|
|
|
|
| |
that causes a circular dependency issue.
Tested on: 64-bit linux VM (autogen only - just a comment change)
|
|
|
|
|
|
|
|
| |
Removed bin/mkinstalldirs which is both generated and obsolete.
Part of: HDFFV-9067
Tested on: 64-bit linux VM
|
|
|
|
|
|
|
|
|
|
| |
'yes' and
'no', which was broken after other work in this area.
Part of: HDFFV-9087
Tested on: 64-bit linux VM
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Remove generated header file from repository, and add section to
autogen.sh that generates it.
Tested on:
Mac OSX/64 10.10.2 (amazon)
|
|
|
|
|
|
|
|
|
|
| |
--add-missing;
it's not a replacement.
Part of HDFFV-9114
Tested on jam with the -p option
|
|
|
|
|
|
| |
Part of HDFFV-9114
Tested on: Cygwin
|
|
|
|
|
|
|
|
|
|
| |
Long time ago, the tr command in some platform does not work properly and this test was added
to detect broken tr and abort the configure process.
We are not aware of such broken tr command in current systems and decided to retire this test.
The setup of ${TR} is still needed as it is used to process DEBUG_PKG.
Tested: in jam using "./configure" and "./configure --enable-debug=all".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when available. Also added the --copy option to to libtoolize
so files are copied and not symlinked.
Part of HDFFV-9114
Tested on jam.
- autogen.sh -p
- configure (out-of-source)
- Modified configure.ac
- Re-run autogen.sh -p
- Re-run configure
- make
Without the fix, make fails when it notes out-of-date autotools
files and re-runs the tools, picking up jam's elderly versions.
With the fix, make succeeds.
|
|
|
|
|
| |
The autogen.sh script seems to work in enough places
and for enough people to warrant removing bin/reconfigure.
|
|
|
|
|
|
|
|
| |
been permanently deleted. I've not removed all the generated
files from the MANIFEST, though, since I'm waiting on a decision
as to whether we leave those in or not.
Tested on: bin/chkmanifest after running autogen.sh
|
|\
| |
| |
| | |
Tested on: jam w/ Fortran and C++
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
than indicated by API
Slight change of global variable definitions from C.
Tested: jam.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
installing the autotools via a package manager like Homebrew since
they are not installed with XCode.
Part of: HDFFV-9114
Tested on: OS-X 10.10.2 (Yosemite) with XCode 6.1.1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(incomplete)
bin/genltanalyze script, which has been deleted. Also removed the
generated hl/src/H5LTparse.c/h and H5LTanalyze.c files.
Part of: HDFFV-9120
Tested on: Local Ubuntu VM
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the -s option from autogen.sh. Removed several generated H5E
files from version control as well as H5version.h since these
will always be regenerated.
Part of: HDFFV-9120
Tested on: Local Ubuntu VM
|
| |
| |
| |
| |
| |
| | |
svn merge -c -26117 .
Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in.
|
| |
| |
| |
| |
| |
| |
| |
| | |
not found. Allows reconfiguration on OS-X.
Part of: HDFFV-9120
Untested since we have no suitable OS-X machines
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
autotools
re-builds, which would fail due to incorrect autotools versions.
Part of: HDFFV-9120
Tested on: jam
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Modified autogen.sh to run libtoolize.
NOTE: OS-X often uses glibtoolize. This will be fixed soon.
- Addational helpful output added to autogen.sh.
Part of HDFFV-9120
Tested on: 64-bit Linux VM
|
| | |
|
| |
| |
| |
| |
| |
| | |
Removed restiction of disabling shared libraries on the MAC, H5_FORTRAN_SHARED was replaced with HAVE_SHARED_CONDITIONAL since H5_FORTRAN_SHARED was removed.
tested: jam
|
| |
| |
| |
| | |
replace it with empty string.
|
| | |
|
| |
| |
| |
| |
| |
| | |
of 'include 'mpih.f'
tested jam (mpich + gnu).
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is no longer needed since we don't check in generated files anymore.
Actually, it was not really recommended in the first place:
http://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html
Part of: HDFFV-9122
Tested on: jam
|
| |
| |
| |
| | |
Part of: HDFFV-9120
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Developers will now have to run bin/reconfigure (deprecated, will be removed
soon) or autogen.sh after checking out code.
Part of: HDFFV-9120
Tested on: jam with Fortran and C++
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Developers will now have to run bin/reconfigure (deprecated, will be removed
soon) or autogen.sh after checking out code.
Part of: HDFFV-9120
Tested on: jam with Fortran and C++
|
|\ \
| |/
| |
| | |
Tested on: jam with Fortran and C++
|
| | |
|
| |
| |
| |
| | |
Will add shared when we introduce support later.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Tested: local linux and cygwin
|
| | |
|