File: configure.ac

package info (click to toggle)
pasmo 0.5.3-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 892 kB
  • ctags: 1,805
  • sloc: cpp: 8,508; asm: 3,020; sh: 790; makefile: 627
file content (26 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# configure.ac for Pasmo
# Process this file with autoconf to produce a configure script.


AC_PREREQ(2.57)

AC_INIT(pasmo, 0.5.3, julian.notfound@gmail.com)

AM_INIT_AUTOMAKE


# Check for programs.


AC_PROG_CXX


# Generate files


AC_CONFIG_FILES([Makefile])

AC_OUTPUT


# End of configure.ac for Pasmo