File: configure.ac

package info (click to toggle)
ocaml-alsa 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 696 kB
  • ctags: 166
  • sloc: sh: 3,245; ansic: 634; ml: 231; makefile: 79
file content (19 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# check for one particular file of the sources 
AC_INIT([ocaml-alsa],[0.2.3],[savonet-users@lists.sourceforge.net])

VERSION=$PACKAGE_VERSION
AC_MSG_RESULT([configuring $PACKAGE_STRING])

AC_BASE_CHECKS()

PKG_PROG_PKG_CONFIG()
PKG_CONFIG_CHECK_MODULE([alsa])

# substitutions to perform
AC_SUBST(VERSION)

# Finally create the Makefile and samples
AC_CONFIG_FILES([Makefile],[chmod a-w Makefile])
AC_CONFIG_FILES([src/META])
AC_CONFIG_FILES([src/Makefile])
AC_OUTPUT