diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
commit | 1742fe7d6f81169a5182e459dd45e51a69181ef0 (patch) | |
tree | 4dfa824ea105de42d63d2a01608f2a5f08dc7880 /configure.ac | |
parent | 49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (diff) |
Also, update of atoreconf, readme, man, exemples, help...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5516a1e..42db453 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,9 @@ #--------------------------------------------------------------- # current file Writing, the test are very rudimentary ! -AC_PREREQ([2.69]) +AC_PREREQ([2.71]) AC_CONFIG_AUX_DIR([build-aux]) -AC_INIT([AeroUp], [0.3.1], [laurentba<at>larueluberlu.net], , [https://github.com/LaurentBa/AeroUp]) +AC_INIT([AeroUp],[0.3.2],[laurentba<at>larueluberlu.net],[],[https://git.larueluberlu.net/AeroUp]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/global.hpp]) AC_CONFIG_HEADERS([src/config.h]) @@ -14,7 +14,7 @@ AC_COPYRIGHT([Copyright © 2014 BARATTERO Laurent\n <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it.\n There is NO WARRANTY, to the extent permitted by lawn]) -AC_REVISION([$Revision: 0.0 $]) +AC_REVISION([$Revision: 0.1 $]) AC_DEFINE( [DEBUG], [1], [Define debug mod]) @@ -64,7 +64,6 @@ fi #AC_CHECK_LIB([pthread], [main]) # Checks for header files. -AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h]) # Checks for typedefs, structures, and compiler characteristics. |