hdajackretask: Use autotools

Start to use autotools as build system, just like the other programs
in the alsa-tools suite.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2012-04-13 11:49:21 +02:00
parent 7aa4a74f88
commit d06008f397
7 changed files with 62 additions and 20 deletions

View file

@ -0,0 +1,10 @@
AC_INIT([hdajackretask], [0.20120413])
AC_CONFIG_SRCDIR([main-gtk.c])
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
PKG_CHECK_MODULES(GTK3, gtk+-3.0)
AC_OUTPUT(Makefile)