summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: check directly for libtoolize instead of libtool [as libtool is ↵Satish Balay2024-01-131-28/+8
| | | | | | | not used here] (#3886) * autogen.sh: check directly for libtoolize instead of libtool [as libtool is not used here] * autogen.sh: simplify (g)libtoolize check - look for glibtoolize first - and then libtoolize
* Update copyright headers (#2184)Larry Knox2022-11-011-5/+5
| | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file.
* Reverts the autogen.sh changes from e3800e1 (#1906) (#1954)Dana Robinson2022-07-301-6/+165
| | | | | This is causing issues with the NAG Fortran compiler in our daily testing due to -shared getting inappropriately added. Reverting while we investigate.
* Greatly simplifies Autotools bits of autogen.sh (#1906)Dana Robinson2022-07-181-165/+6
|
* Suppress the "obsolete" category of Autoconf warnings (#1853)Dana Robinson2022-07-061-1/+4
| | | | | Very new versions of Autoconf complain about our Java macros. Since they work well enough and there is no obvious upgrade path, we're suppressing the category for now.
* Removes HDF Group paths, adds shellcheck fixes (#1656)Dana Robinson2022-04-191-95/+41
| | | | | | For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... https://www.shellcheck.net/wiki/SC2230 -- which is non-standard. Use builti... https://www.shellcheck.net/wiki/SC2006 -- Use $(...) notation instead of le...
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
| | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Updated bin/trace to emit errors and reordered autogen.sh processingDana Robinson2017-04-251-29/+34
| | | | | so that script failures leave the library in a non-compilable state, making it harder to ignore errors.
* [svn-r29501] - POSIX compliance changes to autogen.shDana Robinson2016-03-221-3/+5
| | | | | | | - autogen.sh now exits on unknown arguments Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
* [svn-r28332] Updated autogen.sh to not run flex/bison.Dana Robinson2015-11-131-111/+3
| | | | | | | | | This was giving a lot of users headaches and the parser code rarely changes. There is now a new script (bin/genparser) which can be run as needed. Tested on: Ubuntu 15.10 (x86_64 Linux 4.2.0) gcc 5.2.1, flex 2.5.39, bison 3.0.2
* [svn-r27902] Updated autogen.sh to use /usr/hdf/bin/AUTOTOOLS paths and removedDana Robinson2015-09-281-74/+14
| | | | | | hard-coded version checks. Tested on: jam
* [svn-r27898] add an additional perl command to replace int with hid_t in ↵Mohamad Chaarawi2015-09-281-0/+1
| | | | | | H5LTparse.c - this is needed when running autogen on a couple of HPC machines.
* [svn-r27880] Changes to autogen.shDana Robinson2015-09-251-23/+9
| | | | | | | | | | | | | - Removed the long options, which are not supported under the getopts builtin. - Correctly labeled the autogen.sh script as requiring bash (via the #!). We may need to remove the bash constructs before the 1.10 release and revert to sh. - The help output is now correct. Tested on: local linux
* [svn-r27878] Updated autogen.sh script to be more informative about missingDana Robinson2015-09-251-2/+24
| | | | | | flex/bison. Tested on: local linux
* [svn-r27829] Added --copy to automake invocation in autogen.sh to force copiesDana Robinson2015-09-181-1/+1
| | | | | | instead of symlinks. Tested on: local linux
* [svn-r27802] Added an explicit -I m4 to the aclocal line.Dana Robinson2015-09-161-1/+1
| | | | | | The files in the m4 directory were not getting picked up on some platforms. Tested on: jam
* [svn-r27799] Minor warning fixes in the high-level library.Dana Robinson2015-09-161-0/+1
| | | | Tested on: jam (too minor for h5committest)
* [svn-r27775] Undo of r27655Dana Robinson2015-09-141-4/+4
| | | | | | | | Removes .pl extension from Perl scripts. This may be returned in the future, but it's best to keep the script names unchanged while we merge with the trunk. Tested on: h5committest
* [svn-r27655] Add .pl extension to Perl scripts in bin (part of HDFFV-9513)Dana Robinson2015-09-011-4/+4
| | | | | | | This makes things easier on Windows, where we will have to run Perl scripts as a part of CMake. Tested on: jam
* [svn-r26397] Manually added flex/bison warning disable pragmas from r26351Dana Robinson2015-03-091-0/+31
| | | | | | | | | | from the trunk. Fixes: HDFFV-9149 Tested on: jam - examined gcc 4.9.2 output for warnings - ran 'make check' in hl directory
* [svn-r26270] On OS X, the autogen.sh script will first try to use glibtoolizeDana Robinson2015-02-221-1/+6
| | | | | | | 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
* [svn-r26229] Removed NO TRACE notifications from bin/trace script.Dana Robinson2015-02-191-1/+0
| | | | | | Fixes: HDFFV-9098 Tested on: 64-bit linux VM (autogen only)
* [svn-r26228] Added a helpful note to autogen.sh about the Xcode/OS X bison bugDana Robinson2015-02-191-7/+16
| | | | | | that causes a circular dependency issue. Tested on: 64-bit linux VM (autogen only - just a comment change)
* [svn-r26169] Description:Quincey Koziol2015-02-131-0/+7
| | | | | | | | Remove generated header file from repository, and add section to autogen.sh that generates it. Tested on: Mac OSX/64 10.10.2 (amazon)
* [svn-r26168] Added --force-missing to automake. It has to be used WITH ↵Dana Robinson2015-02-131-1/+1
| | | | | | | | | | --add-missing; it's not a replacement. Part of HDFFV-9114 Tested on jam with the -p option
* [svn-r26166] Changed the automake --force-missing option back to --add-missing.Dana Robinson2015-02-131-1/+1
| | | | | | Part of HDFFV-9114 Tested on: Cygwin
* [svn-r26164] Updated autogen.sh to use the --force option on all toolsDana Robinson2015-02-131-10/+25
| | | | | | | | | | | | | | | | | | | | 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.
* [svn-r26143] Merged r26096-26142 from trunk.Dana Robinson2015-02-071-0/+2
| | | | Tested on: jam w/ Fortran and C++
* [svn-r26142] Updated autogen.sh so it works on OS-X. Note that this does requireDana Robinson2015-02-071-10/+44
| | | | | | | | | 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
* [svn-r26136] Updated autogen.sh to run flex and bison, replacing the ↵Dana Robinson2015-02-061-29/+105
| | | | | | | | | | | (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
* [svn-r26135] Updated autogen.sh to always run API-oriented scripts. RemovedDana Robinson2015-02-061-50/+38
| | | | | | | | | | 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-r26130] Updated autogen.sh to try glibtoolize if libtoolize isDana Robinson2015-02-051-4/+3
| | | | | | | | not found. Allows reconfiguration on OS-X. Part of: HDFFV-9120 Untested since we have no suitable OS-X machines
* [svn-r26129] Removed some additional generated files that were triggering ↵Dana Robinson2015-02-051-0/+1
| | | | | | | | | | autotools re-builds, which would fail due to incorrect autotools versions. Part of: HDFFV-9120 Tested on: jam
* [svn-r26128] - Removed libtool generated/copied files.Dana Robinson2015-02-051-10/+44
| | | | | | | | | | | - 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
* [svn-r26091] Fixed some missing comment text in the autogen.sh script.Dana Robinson2015-01-311-1/+4
| | | | | | Part of HDFFV-9114 Tested on: jam
* [svn-r26090] Added an autogen.sh script.Dana Robinson2015-01-311-0/+255
Note that bin/reconfigure still exists. It will be removed at a later date. Part of HDFFV-9114 Tested on: jam