File: configure.ac

package info (click to toggle)
mklibs 0.1.26
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 516 kB
  • ctags: 465
  • sloc: sh: 3,661; cpp: 1,231; python: 634; makefile: 83
file content (16 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AC_INIT([mklibs],m4_esyscmd(dpkg-parsechangelog | perl -ne 'print $1 if m/^Version: (.*)$/;'))
AM_INIT_AUTOMAKE([foreign no-define])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE

AC_CANONICAL_TARGET

AC_PROG_CXX

AC_CONFIG_FILES([
Makefile
src/Makefile
src/mklibs-readelf/Makefile
])

AC_OUTPUT