summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* release 0.0.50.0.5Mike Gabriel2019-02-031-1/+1
|
* configure.ac: Remove line of debug code.Mike Gabriel2019-01-251-2/+0
|
* configure.ac: Fix enable/disable switches for supported RD technologies.Mike Gabriel2019-01-251-12/+14
|
* release 0.0.40.0.4release-buildsMike Gabriel2019-01-221-1/+1
|
* release 0.0.30.0.3Mike Gabriel2019-01-191-1/+1
|
* rdacheck: Add minimalistic man page.Mike Gabriel2019-01-191-0/+1
|
* rdacheck: Add little tool that reports about what RDA detects.Mike Gabriel2019-01-191-0/+1
|
* release 0.0.20.0.2Mike Gabriel2018-11-091-1/+1
|
* src/rda_supported_technologies.h.in: Generate header file that knows what ↵Mike Gabriel2018-11-051-2/+7
| | | | RDA technologies are supported after build.
* configure.ac: For the configure summary, set enable_<rdp-type>=no if not ↵Mike Gabriel2018-11-021-0/+4
| | | | explicitly enabled.
* Fix defines: WITH_X2GO_AWARENESS, WITH_OGON_AWARENESSrbuj2018-10-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | They are always enabled: - Edit debian/rules - Remove --enable-x2go or --enable-ogon line - Run $ debuild -b -uc -us - Check config.log e.g. $ cat config.log | grep WITH_X2GO_AWARENESS | #define WITH_X2GO_AWARENESS /**/ | #define WITH_X2GO_AWARENESS /**/ $ cat config.log | grep WITH_OGON_AWARENESS | #define WITH_OGON_AWARENESS /**/ | #define WITH_OGON_AWARENESS /**/ $ cat debian/rules .. override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ --enable-x2go \ $(NULL)
* configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING.Mike Gabriel2018-09-081-1/+1
|
* configure.ac et al.: Make it possible to enable/disable awareness for the ↵Mike Gabriel2018-09-081-0/+23
| | | | supported remote desktop technologies at build time.
* configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ↵Mike Gabriel2018-09-081-1/+1
| | | | FTBFS on Ubuntu 16.04).
* initial draft of the RDA shared libraryMike Gabriel2018-06-271-0/+112