summaryrefslogtreecommitdiff
path: root/textproc/iiimf-x-lib/files/patch-Makefile
blob: 85df0e3450350f5e1da03a54037d7a067639f62d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile	Thu Apr  8 03:28:00 2004
+++ Makefile	Wed Feb 16 14:09:34 2005
@@ -2,6 +2,7 @@
 AUTOMAKE = automake
 AUTOHEADER = autoheader
 AUTOCONF = autoconf
+LIBTOOLIZE = libtoolize
 
 CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \
              $(AUTOHEADER) && \
@@ -21,7 +22,7 @@
 
 update-acfiles:
 	cd acfiles && \
-        $(ACLOCAL) && $(AUTOMAKE) --add-missing --copy && libtoolize --force --copy && \
+        $(ACLOCAL) && $(AUTOMAKE) --add-missing --copy && $(LIBTOOLIZE) --force --copy && \
         rm -f Makefile.in aclocal.m4
 
 config: