From 3da76522f8048028f84de422be5875f91cdbe93b Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 16 Jul 2003 11:32:08 +0000 Subject: [PATCH] Fix a typo --- configure.ac | 6 +++--- simgear/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 52e3a7b3..7c8408ee 100644 --- a/configure.ac +++ b/configure.ac @@ -48,18 +48,18 @@ case "${host}" in AR="$CXX -ar" ARFLAGS="-o" CXXFLAGS="$CXXFLAGS -I$(top_srcdir)/simgear/compatibility" - compatability_DIR="compatability" + compatibility_DIR="compatibility" fi ;; *) AR="ar" ARFLAGS="cru" - compatability_DIR= + compatibility_DIR= ;; esac AC_SUBST(AR) AC_SUBST(ARFLAGS) -AC_SUBST(compatability_DIR) +AC_SUBST(compatibility_DIR) if echo $includedir | egrep "simgear$" > /dev/null; then echo "includedir is" $includedir "libdir is" $libdir diff --git a/simgear/Makefile.am b/simgear/Makefile.am index 795b0602..9422b2eb 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -13,7 +13,7 @@ include_HEADERS = \ compiler.h constants.h sg_inlines.h sg_traits.hxx version.h SUBDIRS = \ - $(compatability_DIR) \ + $(compatibility_DIR) \ xml \ debug \ misc \ -- 2.39.5