quick hack to fix current cvs version of pango



Index: configure.in
===================================================================
RCS file: /cvs/gnome/pango/configure.in,v
retrieving revision 1.43
diff -u -u -r1.43 configure.in
--- configure.in	2000/12/15 01:10:09	1.43
+++ configure.in	2000/12/17 14:11:18
@@ -23,6 +23,9 @@
 fi
 changequote([,])dnl
 
+# we need perl to generate some headers
+AC_CHECK_PROGS(PERL, perl5 perl)
+
 AC_PATH_XTRA
 
 if test x$no_x = xyes ; then
Index: pango/Makefile.am
===================================================================
RCS file: /cvs/gnome/pango/pango/Makefile.am,v
retrieving revision 1.34
diff -u -u -r1.34 Makefile.am
--- pango/Makefile.am	2000/12/16 06:46:40	1.34
+++ pango/Makefile.am	2000/12/17 14:11:19
@@ -105,10 +105,10 @@
 	$(pango_built_headers)
 
 pango-enum-types.h: $(pango_headers) makeenums.pl
-	makeenums.pl include $(pango_headers) > pango-enum-types.h
+	$(PERL) makeenums.pl include $(pango_headers) > pango-enum-types.h
 
 pango-enum-types.c: $(pango_headers) makeenums.pl
-	makeenums.pl cfile $(pango_headers) > pango-enum-types.c
+	$(PERL) makeenums.pl cfile $(pango_headers) > pango-enum-types.c
 
 #
 # As a temporary hack, we pull in libpangox here so that we can link




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]