Fixed AM_CONFIG_HEADER problem

This commit is contained in:
Sebastien Helleu 2003-10-25 23:13:40 +00:00
parent d2d14ffb8f
commit 6d6eafa82a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.0.3, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AC_CONFIG_HEADER([config.h])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.0.3])
# Checks for programs.

View File

@ -21,7 +21,7 @@
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.0.3, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AC_CONFIG_HEADER([config.h])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.0.3])
# Checks for programs.