X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=7926b370882c350d3132854f77fb5fea66d9e104;hp=1911187f25cf3fbb412adbda55e9fd83a8f002d1;hb=35dee795ec17710cde6ebd939cb238850e8f7587;hpb=38fce218f8897d120aeba56e811ef7dada898c2c diff --git a/configure.ac b/configure.ac index 1911187..7926b37 100644 --- a/configure.ac +++ b/configure.ac @@ -28,12 +28,12 @@ dnl 1st + 2nd argument is used for distribution package name AC_INIT(lcr, 1.14, andreas@eversberg.eu) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([main.c]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER([config.h]) # fix warnings from autoconf + automake AC_GNU_SOURCE -# AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(lcr,1.14) +dnl AC_USE_SYSTEM_EXTENSIONS +AM_INIT_AUTOMAKE([foreign subdir-objects])