summaryrefslogtreecommitdiff
path: root/configure.in
blob: 1125175e0d7d204eb952fa8593ce8fb724ff07ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl Process this file with autoconf to create configure.

AC_INIT

AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE(librfid, 0.0.1)

AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

dnl Output the makefile
AC_OUTPUT(Makefile src/Makefile include/Makefile include/librfid/Makefile utils/Makefile)
personal git repositories of Harald Welte. Your mileage may vary