core: rename configure.in to configure.ac

This commit is contained in:
Sebastien Helleu 2013-06-07 18:27:53 +02:00
parent 718104b936
commit 1dfc98c8fd

View File

@ -25,7 +25,7 @@
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.4.2-dev, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([configure.in])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
LICENSE="GPL3"