First import of debian subdir
[lcr.git] / debian / patches / configure_warning
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -25,13 +25,13 @@ dnl This keeps being the first instructi
4  dnl Change the 2nd argument if the version increases
5  dnl 1st + 2nd argument is used for distribution package name
6  AC_INIT(lcr, 1.6, andreas@eversberg.eu)
7 -AC_PREREQ(2.59)
8 +AC_PREREQ(2.60)
9  AC_CONFIG_SRCDIR([main.c])
10  AM_CONFIG_HEADER(config.h)
11  
12  # fix warnings from autoconf + automake
13 -AC_GNU_SOURCE
14 -# AC_USE_SYSTEM_EXTENSIONS
15 +#AC_GNU_SOURCE
16 +AC_USE_SYSTEM_EXTENSIONS
17  AM_INIT_AUTOMAKE(lcr,1.6)
18  
19