mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Initial import
This commit is contained in:
commit
a14d14d75b
19 changed files with 1604 additions and 0 deletions
11
configure.ac
Normal file
11
configure.ac
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
AC_PREREQ([2.68])
|
||||
AC_INIT([Go TTY], [0.1], [], [gotty], [http://github.com/lundmar/gotty])
|
||||
AC_CONFIG_HEADERS([src/include/config.h])
|
||||
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror])
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_PROG_CC
|
||||
AC_LANG([C])
|
||||
AC_PROG_INSTALL
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_FILES([src/Makefile])
|
||||
AC_OUTPUT
|
||||
Loading…
Add table
Add a link
Reference in a new issue