root/ossiedev/branches/jeongo9/waveforms/Flexframe/FlexframeTX/configure.ac @ 10742

Revision 10742, 128 bytes (checked in by jawil06, 2 years ago)

Converted Flexframe waveforms to use autotools. Install process is now: ./reconf ./configure make install

Line 
1AC_INIT(FlexframeTX, 0.8.1)
2AM_INIT_AUTOMAKE
3
4AC_PREFIX_DEFAULT("/sdr/")
5
6AC_PROG_INSTALL
7
8AC_CONFIG_FILES(Makefile)
9
10AC_OUTPUT
Note: See TracBrowser for help on using the browser.