File: configure.in.bot.end

package info (click to toggle)
knmap 2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,360 kB
  • ctags: 1,034
  • sloc: sh: 35,123; cpp: 5,939; perl: 2,796; makefile: 111
file content (12 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download | duplicates (173)
1
2
3
4
5
6
7
8
9
10
11
12
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