From 8ea4db1d2a75c72901ef32091572811325be06d0 Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Thu, 6 Jun 2024 16:50:03 +0800 Subject: [PATCH] meson:remove autogen.sh from the meson script suppose no need to use customized package options. Fixes #804 Signed-off-by: Carl Zhang --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 9e42ab40c..96fd8b3a6 100644 --- a/meson.build +++ b/meson.build @@ -158,4 +158,3 @@ if get_option('enable_docs') and doxygen.found() subdir('doc') endif -meson.add_dist_script('./autogen.sh')