/[ascend]/trunk/base/autotools/configure.in
ViewVC logotype

Log of /trunk/base/autotools/configure.in

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2012)

Revision 629 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 24 04:34:25 2006 UTC (17 years, 6 months ago) by johnpye
File length: 57384 byte(s)
Diff to previous 628
Added changes to allow autotools build on ubuntu. There were some wrong assumptions
about file locations that I was able to correct using information in the 
tclConfig.sh and tkConfig.sh files. This will need testing on Fedora/Unix/etc.

Revision 628 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 24 01:45:02 2006 UTC (17 years, 6 months ago) by johnpye
File length: 57401 byte(s)
Diff to previous 624
Fixed up standard paths stuff to use 'INSTALL_ASCDATA' as the place where tcltk/python/models etc
will live. The confusion here came from the fact that I was taking 'INSTALL_SHARE' to be be assumed
to mean 'the location of /usr/share' -- hence the resulting '$INSTALL_SHARE/ascend' that was bothering
Ben. The 'INSTALL_ASCDATA' fixes this, and behaves as he will like, I hope.

Also note that I have switched the default situation in config.h.in to use relative paths by default,
which is the preferred CMU way. SCons builds will default to absolute paths on non-Windows systems.

Revision 624 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 18 15:39:38 2006 UTC (17 years, 6 months ago) by ben.allan
File length: 57393 byte(s)
Diff to previous 569
Summary: most of the recent complaints about autotools build fixed,
but the buildbot might find a problem with the scons build/install/rpmbuild.


Details:

configure,Driver.c,utilities/config.h.in:
The choice of INSTALL_DATA as a configure variable name
has been repaired (renamed INSTALL_SHARE); INSTALL_DATA is the unix
canonical name for the program 'install' handling a data file.
Both autotools and scons builds have been updated to reflect this,
in the process correcting the definition from prefix/share to
prefix/share/ascend. 

autotools build:
Added --with-quiet option to make the install of already installed and
unchanged files less verbose.
Put in a workaround for the '' problem in tkConfig.sh seen by KC/JP.
Added --datadir support to autotools configure. If you configure
the autotools --datadir=PREFIX/share/ascend you get the same behavior
as the Pye packaging; by default you get the CMU packaging convention instead.
Added utilities/env.c to build.

compiler:
Turned off AWAL in anontype.c.
Noodling away at blackboxes continues...


Revision 569 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 9 00:10:03 2006 UTC (17 years, 7 months ago) by johnpye
File length: 56573 byte(s)
Diff to previous 545
Changing from 'tcltk98' to 'tcltk', in progress.

Revision 545 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 27 03:14:08 2006 UTC (17 years, 7 months ago) by ben.allan
File length: 56593 byte(s)
Diff to previous 472
fixed autotools build for ospath file, config.h.in file.

Revision 472 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 17 04:51:34 2006 UTC (17 years, 7 months ago) by ben.allan
File length: 56373 byte(s)
Diff to previous 411
fixed configure to allow user to bypass missing yacc.

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 2 07:05:54 2006 UTC (17 years, 8 months ago) by ben.allan
File length: 55951 byte(s)
Diff to previous 371
Restored autotools to working, parsers to typ_ and zz_,
Fixed many missing initializations, many casting insanities
that have been creeping in, many missing forward declarations
in preparation for fixing external relations.


Revision 371 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 14 05:04:06 2006 UTC (17 years, 9 months ago) by johnpye
File length: 58657 byte(s)
Diff to previous 368
Added some debug output related to external relations.
Added ./configure flags for relation debugging and compiler timing.
Removed some <!-- --> comments.

Revision 368 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 10 08:39:24 2006 UTC (17 years, 9 months ago) by johnpye
File length: 57752 byte(s)
Diff to previous 364
Added --enable-dynamic-packages option to ./configure:
Fixed bug #192.

Revision 364 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 8 05:23:02 2006 UTC (17 years, 9 months ago) by johnpye
File length: 59102 byte(s)
Diff to previous 363
Fixing up Tcl support... Tk support is still broken

Revision 363 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 8 04:47:31 2006 UTC (17 years, 9 months ago) by johnpye
File length: 59138 byte(s)
Diff to previous 362
Working on fixing Tcl/Tk support

Revision 362 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 8 04:37:38 2006 UTC (17 years, 9 months ago) by johnpye
File length: 59127 byte(s)
Diff to previous 332
Removed some ANSI-C tests from ./configure.in
Removed support for Ultrix, DEC, Alpha.
Simplified test for YACC.

Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 28 04:39:00 2006 UTC (17 years, 9 months ago) by johnpye
File length: 62282 byte(s)
Diff to previous 192
These changes fix compilation 'make libs' on MinGW.

I have changed the configure.in to allow '--without-tcl'
however this will likely break linux compiles. I'll commit this
on windows, then try to check out and fix on a linux machine.

Revision 192 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 14:54:35 2006 UTC (17 years, 10 months ago) by johnpye
File length: 73547 byte(s)
Diff to previous 134
Added test for 'vsnprintf'

Revision 134 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 04:37:33 2005 UTC (17 years, 11 months ago) by johnpye
File length: 71533 byte(s)
Diff to previous 129
Renamed unixAC213 to 'autotools'
Updated 'config.guess' to a newer version that can detect MinGW.

Revision 129 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 20 20:22:56 2005 UTC (17 years, 11 months ago) by jds
Original Path: trunk/base/unixAC213/configure.in
File length: 71533 byte(s)
Diff to previous 72
Reworked jam build system:
- integrated Jamrules.in and Jamrules_tcltk98.in with autoconf
- now support single-point building from trunk/jam
- old jam files still in place but deprecated
- may be buggy, please report back bugs for fixing

Compiled on both Windows and Linux.

Revision 72 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 2 14:27:44 2005 UTC (18 years ago) by johnpye
Original Path: trunk/base/unixAC213/configure.in
File length: 71462 byte(s)
Diff to previous 44
Adding a johnpye directory under models

Revision 44 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 3 07:19:05 2005 UTC (18 years, 9 months ago) by ben.allan
Original Path: trunk/base/unixAC213/configure.in
File length: 71403 byte(s)
Diff to previous 41
Updated configure and all the makefiles to handle
VPATH with or without --srcdir. gnu make is now
required on unix.

Revision 41 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 9 17:26:11 2005 UTC (18 years, 10 months ago) by ben.allan
Original Path: trunk/base/unixAC213/configure.in
File length: 71258 byte(s)
Diff to previous 35
converted wishvar to m4 macro so we don't need to find config
subdir at configure time.
regenerated configure using ac213

Revision 35 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 29 15:05:47 2004 UTC (18 years, 11 months ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 71261 byte(s)
Diff to previous 32
corrections to make ascend compile in parallel tree

Revision 32 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 23 18:07:19 2004 UTC (18 years, 11 months ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 71239 byte(s)
Diff to previous 31
updating configure.in - still not correct

Revision 31 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 16 15:21:59 2004 UTC (18 years, 11 months ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 70138 byte(s)
Diff to previous 21
corrections to configure.in - not totally successful but here it is

Revision 21 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 9 02:03:34 2004 UTC (19 years ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 69613 byte(s)
Diff to previous 18
fixed environment vars

Revision 18 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 20:53:37 2004 UTC (19 years ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 69367 byte(s)
Diff to previous 15
updating configure.in and Makefile.in files throughout

Revision 15 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 19 15:08:44 2004 UTC (19 years ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 66702 byte(s)
Diff to previous 12
putting configure.in there so Ben can look at it

Revision 12 - (view) (download) (annotate) - [select for diffs]
Added Sat Nov 13 20:52:45 2004 UTC (19 years ago) by aw0a
Original Path: trunk/base/unixAC213/configure.in
File length: 65087 byte(s)
committing partly modified configure.in plus the moving of config/

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22