1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

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