1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

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
+1 -1
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.
+1 -1
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.