From 5684d3f749861bbb8f8a3744127880976b08cf09 Mon Sep 17 00:00:00 2001 From: Jon Feldman Date: Sat, 18 Jun 2016 01:22:40 +0000 Subject: [PATCH] I goofed on the name in autotools --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 302e4ca..f4d0b05 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([libbinmod], [0.3], [chaos.kagami@gmail.com], [vndc], [http://github.com/chaoskagami/vndc]) +AC_INIT([vndc], [0.3], [chaos.kagami@gmail.com], [vndc], [http://github.com/chaoskagami/vndc]) AC_CONFIG_SRCDIR([LICENSE]) # Checks for programs. -- 2.39.5