File: configure.ac

package info (click to toggle)
pasmo 0.5.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: cpp: 8,508; asm: 3,027; sh: 804; makefile: 114
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