Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
AC_INIT([libtz], [0.1], [ilya.novoselov@gmail.com],
[libtz], [https://github.com/nullie/libtz])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AC_PROG_CC
AC_LANG_C

AC_PROG_INSTALL
AC_PROG_MAKE_SET

AM_PROG_LIBTOOL

AC_HEADER_STDC

AM_PROG_CC_C_O

gl_VISIBILITY

PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])

AC_OUTPUT(Makefile src/Makefile tests/Makefile)
20 changes: 0 additions & 20 deletions configure.in

This file was deleted.