From 66686fc0d1e2d6c8f3895041a7b174b05643de2f Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 20 Jul 2020 21:33:16 +0200 Subject: Initial commit. Let's tag it to version 1.2 whilst at it. Signed-off-by: Patrice Clement --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..1363d78 --- /dev/null +++ b/configure.ac @@ -0,0 +1,7 @@ +AC_INIT([eselect-vi], [20200720]) +AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) + +# Create output files. +AC_CONFIG_FILES([Makefile vi.eselect]) + +AC_OUTPUT -- cgit v1.2.3-18-g5258