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

Log of /trunk/base/autotools/configure

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 680 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 21 11:14:49 2006 UTC (18 years, 7 months ago) by johnpye
File length: 296911 byte(s)
Diff to previous 629 , to selected 332
Adding explicit dependency of tarball on 'ascend.spec'.
Use automated creation of SRCS lists in base/generic/general makefile.

Revision 629 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 24 04:34:25 2006 UTC (18 years, 8 months ago) by johnpye
File length: 296912 byte(s)
Diff to previous 624 , to selected 332
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 624 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 18 15:39:38 2006 UTC (18 years, 9 months ago) by ben.allan
File length: 275866 byte(s)
Diff to previous 569 , to selected 332
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 (18 years, 9 months ago) by johnpye
File length: 274784 byte(s)
Diff to previous 545 , to selected 332
Changing from 'tcltk98' to 'tcltk', in progress.

Revision 545 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 27 03:14:08 2006 UTC (18 years, 9 months ago) by ben.allan
File length: 274816 byte(s)
Diff to previous 472 , to selected 332
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 (18 years, 10 months ago) by ben.allan
File length: 295109 byte(s)
Diff to previous 470 , to selected 332
fixed configure to allow user to bypass missing yacc.

Revision 470 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 17 03:33:07 2006 UTC (18 years, 10 months ago) by ben.allan
File length: 294566 byte(s)
Diff to previous 411 , to selected 332
exec in svn

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 2 07:05:54 2006 UTC (18 years, 10 months ago) by ben.allan
File length: 294566 byte(s)
Diff to previous 371 , to selected 332
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 (18 years, 11 months ago) by johnpye
File length: 289044 byte(s)
Diff to previous 368 , to selected 332
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 (18 years, 11 months ago) by johnpye
File length: 265217 byte(s)
Diff to previous 364 , to selected 332
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 (18 years, 11 months ago) by johnpye
File length: 295712 byte(s)
Diff to previous 362 , to selected 332
Fixing up Tcl support... Tk support is still broken

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

Revision 353 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 3 04:47:21 2006 UTC (18 years, 11 months ago) by johnpye
File length: 333326 byte(s)
Diff to previous 348 , to selected 332
These are new versions from my MinGW work. Not sure if they need to be commited or not.

Revision 348 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 2 01:53:21 2006 UTC (18 years, 11 months ago) by johnpye
File length: 306238 byte(s)
Diff to previous 333 , to selected 332


Revision 333 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 28 11:36:47 2006 UTC (18 years, 11 months ago) by johnpye
File length: 333326 byte(s)
Diff to previous 332
Updated configure script from autoconf 2.59 (previous commited was from 2.56)

Revision 332 - (view) (download) (annotate) - [selected]
Modified Tue Feb 28 04:39:00 2006 UTC (18 years, 11 months ago) by johnpye
File length: 306250 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 (19 years, 1 month ago) by johnpye
File length: 370281 byte(s)
Diff to previous 141 , to selected 332
Added test for 'vsnprintf'

Revision 141 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 02:16:37 2005 UTC (19 years, 1 month ago) by johnpye
File length: 363355 byte(s)
Diff to previous 137 , to selected 332
Modifying build so that static libraries have same name under both Jam and Autotools builds.

Revision 137 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 06:05:14 2005 UTC (19 years, 1 month ago) by johnpye
File length: 337622 byte(s)
Diff to previous 134 , to selected 332
MinGW configuration underway. A problem with detection of Tk 8.3.

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

Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 04:08:26 2005 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/unixAC213/configure
File length: 363355 byte(s)
Diff to previous 72 , to selected 332
This is the configure script generated by Jerry's Jam updates.

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

Revision 44 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 3 07:19:05 2005 UTC (19 years, 11 months ago) by ben.allan
Original Path: trunk/base/unixAC213/configure
File length: 195164 byte(s)
Diff to previous 41 , to selected 332
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 (20 years ago) by ben.allan
Original Path: trunk/base/unixAC213/configure
File length: 195762 byte(s)
Diff to previous 37 , to selected 332
converted wishvar to m4 macro so we don't need to find config
subdir at configure time.
regenerated configure using ac213

Revision 37 - (view) (download) (annotate) - [select for diffs]
Added Wed Dec 29 19:09:41 2004 UTC (20 years, 1 month ago) by aw0a
Original Path: trunk/base/unixAC213/configure
File length: 362116 byte(s)
Diff to selected 332
add configure

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