Modernize configure.ac

This commit is contained in:
Jaroslav Kysela 2014-06-12 11:28:22 +02:00
parent ab0104736c
commit 07896d3d16
25 changed files with 60 additions and 60 deletions

12
hdsploader/configure.ac Normal file
View file

@ -0,0 +1,12 @@
AC_INIT(hdsploader, 1.2)
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(0.9.0)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"
AC_OUTPUT(Makefile)