Add AM_MAINTAINER_MODE for vendors.

This commit is contained in:
Arnaud Fontaine 2011-10-04 11:15:12 +09:00 committed by Pierre-Louis Bonicoli
parent 6103f8bc84
commit ab0a41b7bb
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
AC_PREREQ([2.64])
AC_INIT([bip], [0.8.8-git], [http://bip.milkypond.org/projects/bip/activity], [Bip Sexy IRC Proxy], [http://bip.milkypond.org/])
AM_INIT_AUTOMAKE([subdir-objects])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/bip.h])
AC_CONFIG_HEADERS([src/config.h])