summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-23 23:37:32 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-23 23:37:32 -0700
commit2451849abb8d4510770ec8fa560989013feabd30 (patch)
treef033bb963881d52fdf880cc070b010c853fbcd7a
parentdbb841ba7079d84be87343c78f6c139157d532a3 (diff)
Stop trying to run bdftruncate with perl now that it's a C program
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f44c5a3..4659294 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -210,7 +210,7 @@ SUFFIXES = .bdf .pcf.gz t.bdf \
.bdft.bdf:
@rm -f $@
- $(PERL) $(BDFTRUNCATE) 0x3200 < $< > $@
+ $(BDFTRUNCATE) 0x3200 < $< > $@
.bdf-ISO8859-1.bdf:
@rm -f $@
diff --git a/configure.ac b/configure.ac
index 97ac47d..7484524 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,6 @@ m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or late
XORG_MACROS_VERSION(1.2)
AC_PROG_INSTALL
-AC_PATH_PROGS(PERL, perl perl5)
AC_PATH_PROG(BDFTOPCF, bdftopcf)
AC_PATH_PROG(BDFTRUNCATE, bdftruncate)
AC_PATH_PROG(UCS2ANY, ucs2any)