[opendx-dev] dx configure.in

2002-09-17 Thread Greg
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv43566

Modified Files:
configure.in 
Log Message:
Handling startup for non-CSH platforms


[opendx-dev] dx configure.in acconfig.h

2002-05-22 Thread rhh
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv48610

Modified Files:
configure.in acconfig.h 
Log Message:
Re-enable --with-large-arenas support for SGI 64-bit, and add a bag o'
patches to make it stable.



[opendx-dev] dx configure.in

2002-05-17 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv35516

Modified Files:
configure.in 
Log Message:
Bump to version 4.2.0


[opendx-dev] dx configure.in

2002-05-03 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv13460

Modified Files:
configure.in 
Log Message:
Add check for string.h even though HEADER_STDC is supposed to already
do this.


[opendx-dev] dx configure.in

2002-04-30 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv47748

Modified Files:
configure.in 
Log Message:
Still trying to get the soft linking just right. I think this should
do it. An update for the dxsamples coming forthwith.


[opendx-dev] dx configure.in

2002-04-29 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv47664

Modified Files:
configure.in 
Log Message:
Update fixing javadx on MacOS X. I actually got it working pretty well.


[opendx-dev] dx configure.in

2002-04-24 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv23994

Modified Files:
configure.in 
Log Message:
Update to use LN_S instead of hardcoded ln -s.



[opendx-dev] dx configure.in acconfig.h

2002-04-04 Thread rhh
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv90090

Modified Files:
configure.in acconfig.h 
Log Message:
Disable configure flag for SGI ENABLE_LARGE_ARENAS support for upcoming
4.2.0 release.



[opendx-dev] dx configure.in

2002-04-01 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv56796

Modified Files:
configure.in 
Log Message:
A few minor configuration updates for Intel.


[opendx-dev] dx configure.in acconfig.h

2002-03-22 Thread rhh
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv42048

Modified Files:
configure.in acconfig.h 
Log Message:
Better ABI detection and handling for SGI.

Adds one new configure-generated (dxconfig.h) variable: SGI_ABI, which on
IRIX is defined to be one of the following: -32, -n32, -64.  Detection is
from the compiler-defined C preprocessor symbol _MIPS_SIM, so this covers
any of the half dozen ways you can set the target ABI for the IRIX C/C++
compilers.  Coincidentally, this setting is the same as the values for the
IRIX env var $SGI_ABI and the corresponding C/C++ compiler options used to
set the target ABI.

Also, changes the setting of the DXABI variable (used by Java) to be
completely based on this value.  There was no real testing before -- just a
default applicable to n32.



[opendx-dev] dx configure.in

2002-02-18 Thread David Thompson
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv81630

Modified Files:
configure.in 
Log Message:
Oops stomped on a commit.


[opendx-dev] dx configure.in

2002-02-16 Thread David Thompson
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv55794

Modified Files:
configure.in 
Log Message:
Add two directories under html.


[opendx-dev] dx configure.in

2002-01-31 Thread David Thompson
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv113964

Modified Files:
configure.in 
Log Message:
Only set ac_cv_prog_CXXCPP if $CXXCPP exists


[opendx-dev] dx configure.in

2002-01-17 Thread David Thompson
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv61158

Modified Files:
configure.in 
Log Message:
Add check for PC version of GLU library.



[opendx-dev] dx configure.in

2002-01-14 Thread rhh
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv28340

Modified Files:
configure.in 
Log Message:
 For OpenGL (hardware) rendering mode, adds the following field
attributes that affect culling and lighting:

 attribute cull face string [off|front|back|front and back]
 attribute light model string [one side|two side]

and the following field attributes that affect texturing (when the
texture attribute and uv component are also correctly provided of course):

 attribute texture wrap s string [clamp|repeat]
 attribute texture wrap t string [clamp|repeat]
 attribute texture min filter string \
 [nearest|linear|nearest_mipmap_nearest|nearest_mipmap_linear|
  linear_mipmap_nearest|linear_mipmap_linear]
 attribute texture mag filter string [nearest|linear]
 attribute texture function string [decal|replace|modulate|blend]

 Note that light model = two side is particularly useful when
lighting polygonal models with no normals where the auto-computed normal
may bear no resemblence to the outside of a rendered object (without it,
only software rendering in DX is worthwhile).  The rest are useful when 3D
polygonal models that require specific culling and texturing state for
correct display are integrated into DX visualizations.

 Note that the default OpenGL state when these attributes are not
specified is the same as it was before.

 Also, now that texture maps are registered via gluBuild2DMipmaps in
the OpenGL back-end, the restrictions on supplied texture maps being powers
of two and larger than = 64x64 is no longer the case in general, so the
checks have been removed.  Back-end specific checks can be added later if
other back-ends are still used.



[opendx-dev] dx configure.in

2002-01-10 Thread David Thompson
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv77302

Modified Files:
configure.in 
Log Message:
Added --enable-new-keylayout so it it easy to pick the new or old
set of accelerators.


[opendx-dev] dx configure.in

2001-12-18 Thread gda
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv103984

Modified Files:
configure.in 
Log Message:
Fixed my code looking for signals


[opendx-dev] dx configure.in

2001-09-07 Thread David Thompson
Update of /src/master/dx
In directory localhost:/tmp/cvs-serv9884

Modified Files:
configure.in 
Log Message:
Can't programmatically check for GetShortPathname because it is a 
macro and won't expand and compile correctly. Expands to the ASCII
or Unicode version depending on flags present.


[opendx-dev] dx configure.in

2001-07-03 Thread gda
Update of /src/master/dx
In directory opendx:/tmp/cvs-serv77562

Modified Files:
configure.in 
Log Message:
regex on cygwin, GetShortPathName for dx.exe


[opendx-dev] dx configure.in acconfig.h

2001-06-20 Thread David Thompson
Update of /src/master/dx
In directory opendx:/tmp/cvs-serv7284

Modified Files:
configure.in acconfig.h 
Log Message:
Small fix to make DDX undefined instead of set to 0 if not used.


[opendx-dev] dx configure.in

2001-05-31 Thread David Thompson
Update of /src/master/dx
In directory opendx:/tmp/cvs-serv41974

Modified Files:
configure.in 
Log Message:
Fix with-rsh flag and enable-smp flag.



[opendx-dev] dx configure.in

2001-05-30 Thread gda
Update of /src/master/dx
In directory opendx:/tmp/cvs-serv15840

Modified Files:
configure.in 
Log Message:
Bump to 4.1.3


[opendx-dev] dx configure.in

2001-05-21 Thread gda
Update of /src/master/dx
In directory opendx:/tmp/cvs-serv105758

Modified Files:
configure.in 
Log Message:
slight mod to change made to fix typo randall pointed out, and changed version 
strings to 4.1.2.


[opendx-dev] dx configure.in

2001-04-10 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv55098

Modified Files:
configure.in 
Log Message:
Didn't quite set my new intelnt stuff quite right. Now fixed for IM.


[opendx-dev] dx configure.in

2001-04-02 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv89460

Modified Files:
configure.in 
Log Message:
After some thorough reading on ImageMagick compilation while working on
Intel/Visual configuration, I note that there is a function for getting
what libraries need to be included in the compile. This simplifies some
of the current configuration we do and allows for removal of some checks.
Also added library config support for Intel/Visual libraries such as
CDF, netCDF, HDF, and ImageMagick.

People working off of CVS, please confirm that this new configure
works with the new ImageMagick routines. Especially someone using
cygwin.

Remember to use CVSMake to rebuild configure.



[opendx-dev] dx configure.in

2001-01-04 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv7280/dx

Modified Files:
configure.in 
Log Message:
A few small changes to enable building in an object tree rather than in the 
source tree (thanks, Jose)


[opendx-dev] dx configure.in

2000-11-30 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv124292

Modified Files:
configure.in 
Log Message:
Use ; for dir separators in CLASSPATH on Windows



[opendx-dev] dx configure.in

2000-08-30 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv45236/dx

Modified Files:
configure.in 
Log Message:
I added a new subclass of Array - SharedArray - to be used when directly
connecting OpenDX to an external process.  



[opendx-dev] dx configure.in

2000-08-24 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv42102

Modified Files:
configure.in 
Log Message:
Change byte from char to signed char for systems that have char defaulted
to unsigned char within the compiler.



[opendx-dev] dx configure.in

2000-07-12 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv54862

Modified Files:
configure.in 
Log Message:
Missing a $ on variable in hdf/hdf.h check.



[opendx-dev] dx configure.in

2000-07-12 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv34946

Modified Files:
configure.in 
Log Message:
Move the C lang call before DX_CHECK_HEADERS to handle M_PI and others
to be correctly checked on second configure call (when stuff is
cached.)



[opendx-dev] dx configure.in

2000-06-09 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv33598

Modified Files:
configure.in 
Log Message:
use substitution to hide include local.mk until make itself


[opendx-dev] dx configure.in

2000-06-08 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv46064

Modified Files:
configure.in 
Log Message:
Update the HDF header checking routine to that of the new ImageMagick
for better compatibility. Shouldn't cause any problems (unless typo).


[opendx-dev] dx configure.in

2000-06-08 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv37152

Modified Files:
configure.in 
Log Message:
on AIX/xlc, S_ISDIR is defined in sys/mode.h


[opendx-dev] dx configure.in

2000-06-07 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv52300

Modified Files:
configure.in 
Log Message:
Handle sys_serrlist/_sys_errlist.  Look for getdtablesize in C++.
If not intelnt, don't look for windows.h - but set the cache value so 
later embedded tests won't look for it.


[opendx-dev] dx configure.in

2000-06-05 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv50396

Modified Files:
configure.in 
Log Message:
If using Mesa, the math libs must be found before checking for GL.
Just reordered the LIB_CHECKs.



[opendx-dev] dx configure.in

2000-05-31 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv7312

Modified Files:
configure.in 
Log Message:
Only look for windows stuff if arch is intelnt


[opendx-dev] dx configure.in

2000-05-18 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv16570

Modified Files:
configure.in 
Log Message:
GETOPT, not OPTARG


[opendx-dev] dx configure.in

2000-05-18 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv27482

Modified Files:
configure.in 
Log Message:
to version 4.1.1


[opendx-dev] dx configure.in

2000-03-31 Thread gda
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv12816

Modified Files:
configure.in 
Log Message:
Version number to 4.1.0


[opendx-dev] dx configure.in

2000-03-02 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv32504

Modified Files:
configure.in 
Log Message:
Forgot to get the latest fixes before submitting my last fix allowing
a way to turn off netcdf. Broke a fix that was put in of DXARCH vs
ARCH. Now corrected.



[opendx-dev] dx configure.in

2000-01-17 Thread pdk
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv24540

Modified Files:
configure.in 
Log Message:
adding src/misc/arch.mak.in for configure processing


[opendx-dev] dx configure.in

2000-01-05 Thread pdk
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv15080

Modified Files:
configure.in 
Log Message:
addressed situation of no netscape and cosmo classes which should have yielded 
a null WRL_CLASSPATH not :


[opendx-dev] dx configure.in

1999-12-10 Thread David Thompson
Update of /src/master/dx
In directory opendx.watson.ibm.com:/tmp/cvs-serv19030/dx

Modified Files:
configure.in 
Log Message:
A few small fixes for the way that the files in bin were being installed.
Now being done like lib. Also fixed the mdf2c to contain the correct install
prefix not /usr/lpp/dx.




Re: [opendx-dev] dx configure.in

1999-11-22 Thread Rick Scott
Does dx not use AC_PATH_X and AC_PATH_XTRA??? The combination sets up variables
for ICE, SM, and some of those other things that slip my mind right now like
socket and so on.


On 22-Nov-99 at 17:05, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
 Update of /src/master/dx
 In directory opendx.watson.ibm.com:/tmp/cvs-serv10760
 
 Modified Files:
  configure.in 
 Log Message:
 Moved test for libICE and libSM until after the search for X lib dir