]> git.sesse.net Git - vlc/commitdiff
* extras/contrib/src/Makefile: Really fixed the libtool target.
authorChristophe Massiot <massiot@videolan.org>
Sun, 4 Sep 2005 10:58:59 +0000 (10:58 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 4 Sep 2005 10:58:59 +0000 (10:58 +0000)
extras/contrib/src/Makefile

index 9d40a2c34af256b53a2633abda924f722133401a..1f157853b880951fb4fc997fff826b1165df3d18 100644 (file)
@@ -227,7 +227,7 @@ ifdef HAVE_DARWIN_OS
 .libtool:
        if test -x /usr/bin/glibtoolize; then \
                ln -sf /usr/bin/glibtoolize $(PREFIX)/bin/libtoolize ; \
-               ln -sf /usr/share/aclocal/libtool.m4 $(PREFIX)/share/aclocal ; \
+               ln -sf /usr/share/aclocal/libtool.m4 $(PREFIX)/share/aclocal-$(AUTOMAKE_VERSION) ; \
        fi
        touch $@
 endif