Add AC_GNU_SOURCE macro call

This commit is contained in:
Julien Louis 2006-09-28 13:34:15 +00:00
parent 1759b1f004
commit 33ff438086
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ AM_INIT_AUTOMAKE([weechat], [0.2.1-cvs])
# Checks for programs
AC_PROG_CC
AC_PROG_MAKE_SET
AC_GNU_SOURCE
AM_PROG_LIBTOOL
# Add some flags for some OS

View File

@ -27,6 +27,7 @@ AM_INIT_AUTOMAKE([weechat], [0.2.1-cvs])
# Checks for programs
AC_PROG_CC
AC_PROG_MAKE_SET
AC_GNU_SOURCE
AM_PROG_LIBTOOL
# Add some flags for some OS