diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-06-02 21:25:34 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-06-03 14:22:07 +0200 |
commit | e2e1bae2b03e661a28e98d64c5a485b1fed03876 (patch) | |
tree | 19011cfb71582e0221f0f983ac9e28ca761e3abd /configure.ac | |
parent | 1230f4e8020b918ea136fff4f0a4c33ac6cb0fa9 (diff) |
Bump autotools version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 72d4983..2921dff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,10 @@ -AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [1.1.4], [goliath@infraroot.at], squashfs-tools-ng) +AC_PREREQ([2.71]) +AC_INIT([squashfs-tools-ng],[1.1.4],[goliath@infraroot.at],[squashfs-tools-ng]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes]) AC_PROG_CC([cc gcc clang]) LT_INIT([win32-dll]) -AC_PROG_CC_C99 AC_PROG_INSTALL AC_PROG_SED AC_SYS_LARGEFILE @@ -307,7 +306,8 @@ AC_CONFIG_FILES([tests/tarcompress.sh], [chmod +x tests/tarcompress.sh]) AC_CONFIG_FILES([tests/rdsquashfs/pathtraversal.sh], [chmod +x tests/rdsquashfs/pathtraversal.sh]) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT AC_MSG_RESULT([ ${PACKAGE} ${VERSION} |