File: configure.in.bot.end

package info (click to toggle)
ktechlab 0.3-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,948 kB
  • ctags: 7,527
  • sloc: cpp: 58,006; sh: 13,488; perl: 2,796; makefile: 282; xml: 131
file content (21 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if test x$have_gpsim_0_21_4 != xyes; then
	if test x$have_gpsim_0_21_11 != xyes; then
		echo ""
        echo "################################################################################"
        echo "# WARNING: gpsim support will not be compiled as gpsim >= 0.21.4 was not found #"
        echo "################################################################################"
    fi
fi

if test "$all_tests" = "bad"; then
  if test ! "$cache_file" = "/dev/null"; then
    echo ""    
    echo "Please remove the file $cache_file after changing your setup"
    echo "so that configure will find the changes next time."
    echo ""
  fi
else
  echo ""
  echo "Good - your configure finished. Start make now"
  echo ""
fi