dl5di / OpenDV

Open Digital Voice software for Amateur Radio based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
GNU General Public License v2.0
106 stars 63 forks source link

Move DStarRepeater to GNU Autoconf #67

Closed mcdermj closed 8 years ago

mcdermj commented 8 years ago

Autoconf/automake are the standard make utilities on Linux. Using them allows users to do the standard configure/make workflow which makes things easier for building. It also opens up some opportunities for easier conditional compilation. This patch moves DStarRepeater to use autoconf instead of a collection of Makefiles on Linux. As Windows does not use the Makefile system, this should have no effect on that port.

The system has a couple of different features to be noted:

The patch has been tested on Ubuntu x86_64 and Raspbian on the Raspberry Pi 2.

There's still more work to be done along these lines. It should be relatively easy to do a couple of things:

sq7lrx commented 8 years ago

Great idea

F4FXL commented 8 years ago

This is cool indeed ! Any plans to migrate other components ?

SpudGunMan commented 8 years ago

There has been no further work on this and it hasnt been added to other projects making this super confusing. I recommend that we revert this pull until such time someone finishes the work

F4FXL commented 8 years ago

Apparently work is in progress https://github.com/dl5di/OpenDV/pull/73