Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres G. Aragoneses <knocte@gmail.com>2016-10-22 16:29:53 +0300
committerMarius Ungureanu <teromario@yahoo.com>2016-10-22 16:29:53 +0300
commit1b68ffbc64dfa20530e5b605fba0a51ae7521dce (patch)
treefca2f329512832888fb2c1ec9351a0bd81d229b6
parentabb4a16c8e0dbce1c61e36332ed79bb70fd05807 (diff)
[configure] Rename configure.in to configure.ac to fix automake warning (#1642)
When calling ./configure one could get some automake warnings: Configuring package: main ------------------------- Configuration options: Running aclocal ... aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' Running automake --foreign ... automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' Running autoconf ... These disappear when renaming the file.
-rw-r--r--main/configure.ac (renamed from main/configure.in)0
1 files changed, 0 insertions, 0 deletions
diff --git a/main/configure.in b/main/configure.ac
index 8c170dec7a..8c170dec7a 100644
--- a/main/configure.in
+++ b/main/configure.ac