aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBarattero Laurent <laurent@larueluberlu.net>2024-10-06 22:22:06 +0200
committerBarattero Laurent <laurent@larueluberlu.net>2024-10-06 22:22:06 +0200
commit1742fe7d6f81169a5182e459dd45e51a69181ef0 (patch)
tree4dfa824ea105de42d63d2a01608f2a5f08dc7880 /configure.ac
parent49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (diff)
Chiefly, fixed the bug that blocked the compilation.HEADmaster
Also, update of atoreconf, readme, man, exemples, help...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
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.