Fix: remove duplicated AC_INIT directive
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 27 Mar 2020 18:33:32 +0000 (14:33 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 27 Mar 2020 18:33:32 +0000 (14:33 -0400)
The release script got confused by the new SPDX header which caused
the AC_INIT directive to get duplicated. This causes the configure
script to hang.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: If91e3db17ca46b697870ab37dc998b050ee7284c

configure.ac

index 81bd3d7a321aede72dd368000a3e1a87af61b7d9..f3fc79054996c1795ba6ba83a8372b7b84f5be17 100644 (file)
@@ -1,6 +1,6 @@
+dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
 AC_INIT([lttng-tools],[2.12.0-rc2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
-AC_INIT([lttng-tools],[2.12.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.02583 seconds and 4 git commands to generate.