From 43295bd0579a422f1ce2324d4055a8e1bc7a1e32 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Sat, 17 Sep 2016 14:46:52 +0800 Subject: [PATCH] configure.ac: remove wrong comment configure.ac is not autogenerated, the autogenerated one is the `configure` file that gets generated after running autoconf. (If this was autogenerated, it would probably not be present in the repository.) --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index b255acf7..52171400 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,3 @@ -dnl Warning: This is an automatically generated file, do not edit! dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) AC_INIT([mono-addins], [1.3])