File: configure.ac

package info (click to toggle)
libhbaapi 2.2.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ansic: 3,644; makefile: 28; sh: 4
file content (11 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT([libHBAAPI], [2.2.9], [fcoe-devel@open-fcoe.org])

m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AC_PROG_CC
AC_PROG_LIBTOOL

AC_CONFIG_FILES([Makefile HBAAPI.pc])
AC_OUTPUT