Filename: configure.in
|
| Revision 1.43 | javid
| 2004/03/18 21:50:20 | +2 -2
|
Modified configure script to check for type 64 bit. If yes, then build 64 bit QUanta library by default.
|
| Show difference between Revision 1.42 and 1.43
|
| Revision 1.42 | javid
| 2004/03/04 22:01:51 | +1 -1
|
Added necessary filenames to the EXTRA_DIST variable. This helps when trying to do a "make dist" which automatically creates a tar file of the distribution with all the necessary files.
|
| Show difference between Revision 1.41 and 1.42
|
| Revision 1.41 | javid
| 2004/02/23 22:32:34 | +13 -0
|
Modified configure script to check for gcc compiler version. if version is 2.96, do a define "-D_GNU_SOURCE". This definition is needed for the QUANTAts_rwlock_t class to use the pthread_rwlock_t function calls.
|
| Show difference between Revision 1.40 and 1.41
|