diff options
Diffstat (limited to 'textproc/iiimf-gnome-im-switcher/files/patch-Makefile')
-rw-r--r-- | textproc/iiimf-gnome-im-switcher/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iiimf-gnome-im-switcher/files/patch-Makefile b/textproc/iiimf-gnome-im-switcher/files/patch-Makefile index da0154fa72c1..353b699ab3e0 100644 --- a/textproc/iiimf-gnome-im-switcher/files/patch-Makefile +++ b/textproc/iiimf-gnome-im-switcher/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.59 -+AUTOCONF = autoconf-2.59 ++AUTOHEADER = autoheader-2.61 ++AUTOCONF = autoconf-2.61 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.59 ++AUTORECONF = autoreconf-2.61 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |