From d626b68d1210dbbe3404effe9ca3797ff57f31c1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 26 Jul 2007 11:39:22 +0200 Subject: [PATCH] Renamed both instances of `defconfig' to `default.cfg' to keep the names in line with the rest of the configuration files. --- free/libs/configure | 2 +- free/libs/{defconfig => default.cfg} | 0 free/libs/examples/internal/configure | 2 +- free/libs/examples/internal/{defconfig => default.cfg} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename free/libs/{defconfig => default.cfg} (100%) rename free/libs/examples/internal/{defconfig => default.cfg} (100%) diff --git a/free/libs/configure b/free/libs/configure index 769eaac6..037b973e 100755 --- a/free/libs/configure +++ b/free/libs/configure @@ -21,7 +21,7 @@ BEGIN { UCW::Configure::import UCW::Configure; } -Init($srcdir, "defconfig"); ## FIXME: Shouldn't we use default.cfg everywhere? +Init($srcdir, "default.cfg"); # FIXME! Set("SHERLOCK_VERSION" => "0.0"); Log "### Configuring Sherlock Libraries " . Get("SHERLOCK_VERSION") . " with configuration " . Get("CONFIG") . "\n"; diff --git a/free/libs/defconfig b/free/libs/default.cfg similarity index 100% rename from free/libs/defconfig rename to free/libs/default.cfg diff --git a/free/libs/examples/internal/configure b/free/libs/examples/internal/configure index 8cbed351..2c6bf6c0 100755 --- a/free/libs/examples/internal/configure +++ b/free/libs/examples/internal/configure @@ -21,7 +21,7 @@ BEGIN { UCW::Configure::import UCW::Configure; } -Init($srcdir, "defconfig"); +Init($srcdir, "default.cfg"); Log "### Configuring TestApp ###\n\n"; Include Get("CONFIG"); Include "lib/autoconf.cfg"; diff --git a/free/libs/examples/internal/defconfig b/free/libs/examples/internal/default.cfg similarity index 100% rename from free/libs/examples/internal/defconfig rename to free/libs/examples/internal/default.cfg -- 2.39.2