~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-15 12:45:35 UTC
  • mto: (1.14.1 upstream) (17.3.18 experimental)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20100615124535-9vfbis4kzv0h5bgy
Tags: upstream-1.98+20100614
ImportĀ upstreamĀ versionĀ 1.98+20100614

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
  AC_MSG_ERROR([bison is not found])
180
180
fi
181
181
 
182
 
for file in /usr/src/unifont.bdf /usr/share/fonts/X11/misc/unifont.pcf.gz /usr/share/fonts/unifont/unifont.pcf.gz; do
183
 
  if test -e $file ; then
184
 
    AC_SUBST([FONT_SOURCE], [$file])
185
 
    break
186
 
  fi
 
182
for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do
 
183
  for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont; do
 
184
    if test -f "$dir/unifont.$ext"; then
 
185
      AC_SUBST([FONT_SOURCE], [$dir/unifont.$ext])
 
186
      break 2
 
187
    fi
 
188
  done
187
189
done
188
190
 
189
191
AC_PROG_INSTALL