diff options
| -rwxr-xr-x | autogen.sh | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,5 +3,5 @@ libtoolize --force --copy --automake aclocal -I m4 --install autoheader -automake --foreign --add-missing --copy +automake --add-missing --copy autoconf diff --git a/configure.ac b/configure.ac index a3cf642..749534f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(libumberlog, 0.2.1, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog) -AM_INIT_AUTOMAKE([1.9 tar-ustar]) +AM_INIT_AUTOMAKE([1.9 foreign tar-ustar]) dnl *************************************************************************** dnl dependencies |
