diff options
Diffstat (limited to 'korean/iiimf-le-hangul/files/patch-Makefile')
-rw-r--r-- | korean/iiimf-le-hangul/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/korean/iiimf-le-hangul/files/patch-Makefile b/korean/iiimf-le-hangul/files/patch-Makefile index c13173f534a..a72a0f76830 100644 --- a/korean/iiimf-le-hangul/files/patch-Makefile +++ b/korean/iiimf-le-hangul/files/patch-Makefile @@ -7,11 +7,11 @@ -#LIBTOOLIZE = libtoolize --force --copy -#AUTOHEADER = autoheader -#AUTOCONF = autoconf -+ACLOCAL = aclocal19 -+AUTOMAKE = automake19 --add-missing --copy -+LIBTOOLIZE = libtoolize15 --force --copy -+AUTOHEADER = autoheader259 -+AUTOCONF = autoconf259 ++ACLOCAL = aclocal-1.9 ++AUTOMAKE = automake-1.9 --add-missing --copy ++LIBTOOLIZE = libtoolize --force --copy ++AUTOHEADER = autoheader-2.59 ++AUTOCONF = autoconf-2.59 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf259 ++AUTORECONF = autoreconf-2.59 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |