File: configure.ac

package info (click to toggle)
gntp-send 0.3.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,588 kB
  • sloc: sh: 4,331; ansic: 1,095; makefile: 29
file content (23 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
AC_PREREQ([2.69])
AC_INIT([gntp-send],m4_esyscmd(cat VERSION | tr -d '\n'),[mattn.jp@gmail.com])

AM_INIT_AUTOMAKE([foreign -Wall])

AC_CONFIG_SRCDIR([src/growl.c])
AC_CONFIG_MACRO_DIR([m4])

AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_INSTALL
m4_pattern_allow([AM_PROG_AR])
AM_PROG_AR
LT_INIT

LT_INIT

# smart output
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_CONFIG_FILES([Makefile])
AC_OUTPUT