From: Michael Orlitzky Date: Mon, 26 Feb 2018 20:00:18 +0000 (-0500) Subject: configure.ac: remove pointless comment at the top of the file. X-Git-Tag: v0.1.0~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=dc1e4c73df04958cc3208ba2effa84b6b0bd2dec configure.ac: remove pointless comment at the top of the file. --- 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.