Cleanup: Bump autoconf required version to 2.69
[lttng-ust.git] / configure.ac
index a89b72e38def94d2148bf519b44a244ed80044e1..586affc9499515f4101e9d0ddd79e744f5d797c1 100644 (file)
@@ -9,7 +9,7 @@ m4_define([V_DESC], [[Description TBD]])
 m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH])
 m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])
 
-AC_PREREQ(2.59)
+AC_PREREQ([2.69])
 AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com], [], [https://lttng.org])
 
 dnl Substitute minor/major/patchlevel version numbers
This page took 0.023003 seconds and 4 git commands to generate.