mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
configure automake with nostdinc
the current directoryh won't be added to the compiler's -I path
This commit is contained in:
parent
c108cae02f
commit
e7f3946583
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