Wykres commitów

7 Commity (a45006dad86b0831d6e7c66df59e969ad5d3ba7a)

Autor SHA1 Wiadomość Data
David Freese a45006dad8 fldigi-shell
* remove from install process
  * retain for developer testing
2015-04-18 14:52:24 -05:00
Stelios Bounanos 382452a53b Build system fixes
* Replace AM_PROG_MKDIR_P with AC_PROG_MKDIR_P.  AM_PROG_MKDIR_P has
    been deprecated and may be removed in a future version of automake.
    AC_PROG_MKDIR_P is available in autoconf 2.60 and later, and we
    currently require at least 2.61.
  * Use AC_LANG_SOURCE for the code passed to AC_{RUN,LINK}_IFELSE.
  * Pass the subdir-objects option to AM_INIT_AUTOMAKE to create objects in
    sub-directories.
  * Try harder to find the asciidoc icons directory that contains the
    images we need to build the new users' guide.
  * Don't invoke a2x with --destination-dir when generating manpages.
2014-10-10 21:03:44 -05:00
David Freese 3777182adc XMLRPC
* removed references to external xmlrpc-c library
2013-08-02 18:34:00 -05:00
Stelios Bounanos cc957f37cf Update copyright headers
* Relicense: GPLv2+ -> GPLv3+
  * Update authors' copyright notices
2010-03-01 13:09:16 +00:00
Stelios Bounanos 5626e1c901 Add silent build rules
* Enable less verbose build output by default by calling the
  AM_SILENT_RULES macro if available (automake >= 1.11).  Verbose output
  can be enabled by passing --disable-silent-rules to configure, or V=1
  to make.

* Add silent function for some custom Makefile rules
2009-09-22 21:02:51 +01:00
Stelios Bounanos d4b1a038ac Merge flarq
* Add flarq to build system and installers
* Modify test scripts
* Add flarq manual page
* Add flarq command line argument handling
* Improve flarq's windowing system support
2009-05-26 20:01:38 +01:00
Stelios Bounanos c8981312b4 Add documentation
* Add new asciidoc Beginners' Guide and manual pages.  The guide and man
  pages are built if asciidoc and a2x utilities are present on the build
  system.

* Install man pages and fldigi-shell.

* Update build system to automatically copy the HTML version of the
  guide to the source.

* Add missing config.h include.

* Change "invalid option" error message.
2009-04-06 22:21:07 +01:00