aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-03-16add links to Github pagesRobin Haberkorn1-1/+1
2013-03-16manual chapters: Expressions, Command Syntax, Q-RegistersRobin Haberkorn1-0/+1
2013-03-16added option to build manuals as HTML using GroffRobin Haberkorn1-0/+13
* will be useful for Windows builds since Windows users usally do not have a man-page formatter/reader
2013-02-25integrate Doxygen into build systemRobin Haberkorn1-2/+20
* solely for generating developer docs * disabled by default even if Doxygen is installed * Doxygen comments are not used currently
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-0/+6
* storage size should always be 64 (gint64) to aid macro portability * however, for performance reasons users compiling from source might explicitly compile with 32 bit integers
2013-02-22added --with-default-scitecopath config option: default value of $SCITECOPATHRobin Haberkorn1-3/+10
useful for Windows where the desired default path does not correspond with the installation dir of the std lib macros
2013-02-22added --with-scinterm site-config option and cleaned up Curses configurationRobin Haberkorn1-21/+23
may be used to have multiple scinterm-versions in the Scintilla source tree
2013-02-22VPATH build fixes: SciTECO can now be built from a parallel source treeRobin Haberkorn1-2/+1
...which is useful when crosscompiling for MinGW
2013-02-22clean up SciTECO bootstrapping by building convenience libraryRobin Haberkorn1-3/+3
* pkg-config LIBS should be added to $LIBS so that link order is correct
2013-02-15install standard macros into special standard library path (pkgdatadir/lib)Robin Haberkorn1-1/+6
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore
2013-02-01perform additional expansions on explicitly-specified Scintilla pathsRobin Haberkorn1-1/+3
a common ./configure parameter would be --with-scintilla=~/scintilla. however the calling shell will not expand tilde and the invoked shell will not automatically fully expand variables.
2013-01-31fixed bootstrapping using sciteco-minimal and bootstrap autodetectionRobin Haberkorn1-1/+1
was broken due to untested changes
2013-01-27moved manpage to doc/ subdirRobin Haberkorn1-1/+1
later there will be much more documentation
2013-01-23generate manpage sciteco(1) using a TECO macro included in the MakefileRobin Haberkorn1-5/+5
allows including the currently chosen PREFIX * also removed sciteco_datadir variable (pkgdatadir defined by Automake is sufficient)
2013-01-20added manpage highlighting program invocation and batch modeRobin Haberkorn1-0/+1
language and commands will be described in separate documents
2012-12-04bootstrapping of build process using preinstalled scitecoRobin Haberkorn1-1/+12
* will also enable crosscompiling SciTECO: first sciteco (or sciteco-minimal) is built for the host platform, then the target binary is built using the host sciteco
2012-12-04additional minor changes: distribution building now possibleRobin Haberkorn1-5/+7
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+142