File: configure.ac

package info (click to toggle)
libhbaapi 2.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 192 kB
  • sloc: makefile: 29; sh: 4
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
AC_INIT([libHBAAPI], [2.2.5])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AC_PROG_CC
AC_PROG_LIBTOOL

AC_CONFIG_FILES([Makefile HBAAPI.pc])
AC_OUTPUT