1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Use silent rules.

This commit is contained in:
Alexander Færøy 2015-10-02 18:57:06 +02:00
parent ef55e0f653
commit a66bb95d0e
No known key found for this signature in database
GPG Key ID: E15081D5D3C3DB53
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ before_install:
install: true
script:
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build --enable-silent-rules
- ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
- cat config.log
- make
- make install

View File

@ -7,6 +7,8 @@ AC_CONFIG_HEADERS([irssi-config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 no-define foreign])
AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE
AC_PROG_CC