From: ehofman Date: Wed, 16 Jul 2003 11:32:08 +0000 (+0000) Subject: Fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3da76522f8048028f84de422be5875f91cdbe93b;p=simgear.git Fix a typo --- 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 \