Initial import.
This commit is contained in:
commit
aea9191844
12 changed files with 9243 additions and 0 deletions
16
configure.ac
Normal file
16
configure.ac
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
AC_PREREQ([2.69])
|
||||
AC_INIT([RT/TTS], [1.0-DEV], [river@RT.UK.EU.ORG])
|
||||
AC_CONFIG_SRCDIR([tts.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
|
||||
AX_WITH_CURSES
|
||||
oLIBS="$LIBS"
|
||||
LIBS="$LIBS $CURSES_LIB"
|
||||
AC_CHECK_FUNCS([use_default_colors])
|
||||
LIBS="$oLIBS"
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
Loading…
Add table
Add a link
Reference in a new issue