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