John P. Hartmann
e1676f796a
Compensate for Ubuntu having a brain dead uname -p
2014-10-04 12:42:28 +02:00
Fish (David B. Trout)
a604264f13
Remove obsolete non-Git $Id$ and $Log$ special keywords.
2013-09-12 11:47:45 -07:00
Fish (David B. Trout)
4a2d84019f
HQA = Hercules Build Configurations Quality Assurance Testing
...
The "HQA" commit introduces a new build feature that provides the ability to override Hercules's default build settings without having to modify any of the Hercules header files themselves. (Note: not all build settings may be overridable yet. This is a work in progress.)
To override Hercules's default build settings, define an environment variable called 'HQA_DIR' pointing to the directory where your optional "hqa.h" overrides header file exists, or, instead of defining an environment variable, simply specify, if Linux, the new "--enable-hqa" configure option, or, if Windows, the new "-hqa" "makefile.bat" option.
Then, within your "hqa.h" override header, either #define the 'HQA_SCENARIO' macro to one of the pre-defined values defined in Hercules's "hqadefs.h" header file, or simply #define your own scenario. The values you #define will then override Hercules's default values.
Additionally, on Windows, you can override virtually any of the compiler settings as well, via a 'HQA.msvc' nmake !include override file that, for example, modifies the $(cflags) variable to add, remove, or change whatever compiler option you wish.
2013-04-12 14:48:06 -07:00
Jay Maynard
fcfef05808
Fix for building 64-bit version on Snow Leopard.
...
git-svn-id: file:///home/jj/hercules.svn/trunk@5603 956126f8-22a0-4046-8f4a-272fa8102e63
2010-02-04 19:56:50 +00:00
Jan Jaeger
64b9a97a0d
Add CVS message log
...
git-svn-id: file:///home/jj/hercules.svn/trunk@4102 956126f8-22a0-4046-8f4a-272fa8102e63
2006-12-08 09:43:35 +00:00
Ivan Warren
090d4bf62a
Remove use of unnecessary file in /tmp during getopt test
...
git-svn-id: file:///home/jj/hercules.svn/trunk@4001 956126f8-22a0-4046-8f4a-272fa8102e63
2006-10-12 21:58:07 +00:00
Fish (David B Trout)
66d938837f
remove extra '[]' brackets surrounding preamble causing test to fail
...
git-svn-id: file:///home/jj/hercules.svn/trunk@3939 956126f8-22a0-4046-8f4a-272fa8102e63
2006-08-17 07:08:58 +00:00
Fish (David B Trout)
9077f8751d
C99 flexible array support
...
git-svn-id: file:///home/jj/hercules.svn/trunk@3938 956126f8-22a0-4046-8f4a-272fa8102e63
2006-08-16 17:17:31 +00:00
Volker Bandke
59bae8a40d
remove erroneous blanks that caused grief with cygwin 1.5.18 autoconf
...
git-svn-id: file:///home/jj/hercules.svn/trunk@3275 956126f8-22a0-4046-8f4a-272fa8102e63
2005-12-01 11:22:02 +00:00
Ivan Warren
a2646c473d
Remove libgcrypt.m4 since libgcrypt is no longer used
...
git-svn-id: file:///home/jj/hercules.svn/trunk@3156 956126f8-22a0-4046-8f4a-272fa8102e63
2005-11-07 13:45:16 +00:00
Jay Maynard
2370aac4ee
The big move: moving MSVC (mingw_port) branch to the trunk. Cross your
...
fingers...
git-svn-id: file:///home/jj/hercules.svn/trunk@3027 956126f8-22a0-4046-8f4a-272fa8102e63
2005-09-24 16:17:46 +00:00
Ivan Warren
44237948c6
Remove debug output to /tmp/a during getopt autoconf test
...
git-svn-id: file:///home/jj/hercules.svn/trunk@2582 956126f8-22a0-4046-8f4a-272fa8102e63
2005-02-01 23:06:52 +00:00
Ivan Warren
971b13e6f3
dyncrypt/libgcrypt API variations autodiscovery & conditionals
...
Fix libgcrypt implementation in crypto/Makefile.am
git-svn-id: file:///home/jj/hercules.svn/trunk@2272 956126f8-22a0-4046-8f4a-272fa8102e63
2004-05-14 10:11:08 +00:00
Ivan Warren
304e633f7a
Merge of libtool_exp_merge_2 branch to main trunk
...
git-svn-id: file:///home/jj/hercules.svn/trunk@2005 956126f8-22a0-4046-8f4a-272fa8102e63
2003-09-21 16:39:20 +00:00
Ivan Warren
4e6933f81c
Redo libtool_exp_merge_1 initial merge/commit
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1958 956126f8-22a0-4046-8f4a-272fa8102e63
2003-09-15 13:47:10 +00:00
Fish (David B Trout)
0a84038e3a
no message
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1815 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-24 23:15:35 +00:00
Ivan Warren
b0f71ce266
Async I/O stacking
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1814 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-24 21:01:14 +00:00
Jay Maynard
1c7ea95a7e
Changes required to make "make distcheck" pass again.
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1801 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-23 02:22:20 +00:00
Fish (David B Trout)
2b3afeb724
JAP compiler optimization flags fix by Fish
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1785 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-19 18:30:46 +00:00
Fish (David B Trout)
b55828f9d4
See CHANGES entry dated 16 Aug 2003
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1770 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-17 08:22:16 +00:00
Ivan Warren
791f9365c8
Fast Subchan & Devnum Lookup SPE
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1755 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-14 08:23:37 +00:00
Jan Jaeger
b855ddef84
Loadable device support
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1738 956126f8-22a0-4046-8f4a-272fa8102e63
2003-08-10 16:12:55 +00:00
Jay Maynard
6805473bec
Makefile.am updates for 2.17a1 beta release.
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1672 956126f8-22a0-4046-8f4a-272fa8102e63
2003-07-16 02:31:03 +00:00
Fish (David B Trout)
aee7e6469b
dyngui.c support
...
git-svn-id: file:///home/jj/hercules.svn/trunk@1487 956126f8-22a0-4046-8f4a-272fa8102e63
2003-06-25 09:27:47 +00:00
Matt Zimmerman
9f56eff7e5
Commit autogenerated files so that nobody needs autoconf/automake to build from
...
CVS or make basic changes.
git-svn-id: file:///home/jj/hercules.svn/trunk@445 956126f8-22a0-4046-8f4a-272fa8102e63
2001-11-04 22:00:05 +00:00
Matt Zimmerman
69f9843907
Dummy file to force cvs to create this directory in checked-out trees
...
git-svn-id: file:///home/jj/hercules.svn/trunk@327 956126f8-22a0-4046-8f4a-272fa8102e63
2001-10-07 22:28:52 +00:00