From: curt Date: Mon, 24 Aug 1998 20:47:24 +0000 (+0000) Subject: fg -> fgfs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6f140db0873b9e8b05785594b90d4fd22e8f5e55;p=flightgear.git fg -> fgfs --- diff --git a/configure.in b/configure.in index 3ac6a218c..732961bce 100644 --- a/configure.in +++ b/configure.in @@ -258,8 +258,8 @@ AC_OUTPUT( \ Simulator/GUI/Makefile \ Simulator/Joystick/Makefile \ Simulator/Main/Makefile \ - Simulator/Main/runfg \ - Simulator/Main/runfg.bat \ + Simulator/Main/runfgfs \ + Simulator/Main/runfgfs.bat \ Simulator/Makefile \ Simulator/Scenery/Makefile \ Simulator/Time/Makefile \ @@ -279,4 +279,4 @@ AC_OUTPUT( \ Tests/Makefile \ ) -AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfg]) +AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfgfs])