mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Merge pull request #1268 from ailin-nemui/nostdinc
configure automake with nostdinc
(cherry picked from commit 95f131da2d)
This commit is contained in:
parent
c72ff03d9c
commit
ef124d7378
23 changed files with 24 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ AC_PREREQ(2.50)
|
|||
|
||||
AC_CONFIG_HEADERS([irssi-config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([1.9 no-define foreign subdir-objects])
|
||||
AM_INIT_AUTOMAKE([1.9 no-define foreign subdir-objects nostdinc])
|
||||
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue