dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
wsti_so.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace SIGQUIT with SIGTERM.
[wsti_so.git]
/
configure.ac
1
AC_INIT([Signals], [0.1], [bugz@dlugolecki.net.pl], [signals], [http://dlugolecki.net.pl/software/signals/])
2
AC_CANONICAL_SYSTEM
3
AC_PREREQ([2.59])
4
AM_INIT_AUTOMAKE([1.10 -Wall])
5
AC_CONFIG_HEADERS([config.h])
6
AC_PROG_CC
7
AM_PROG_CC_C_O
8
AC_CONFIG_FILES([Makefile])
9
10
AC_OUTPUT