From dc1e4c73df04958cc3208ba2effa84b6b0bd2dec Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 26 Feb 2018 15:00:18 -0500 Subject: [PATCH] configure.ac: remove pointless comment at the top of the file. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 130b10c..2da8171 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,3 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - AC_PREREQ([2.68]) AC_INIT([apply-default-acl], [0.0.6], [michael@orlitzky.com]) AM_INIT_AUTOMAKE([foreign]) # don't bug me a bout README, NEWS, etc. -- 2.43.2