summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* [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