diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-02 18:31:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-02 18:31:51 +0000 |
commit | a29ae9d43ae99859be296c8cdb27a4a0149a390c (patch) | |
tree | 287eba05b2fc55e09590c86f294bad4504cf33ca /xfce-extra/xfce4-quicklauncher-plugin | |
parent | Remove myself from maintainers (diff) | |
download | gentoo-2-a29ae9d43ae99859be296c8cdb27a4a0149a390c.tar.gz gentoo-2-a29ae9d43ae99859be296c8cdb27a4a0149a390c.tar.bz2 gentoo-2-a29ae9d43ae99859be296c8cdb27a4a0149a390c.zip |
Move AT_M4DIR again.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-quicklauncher-plugin')
-rw-r--r-- | xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild index bcfd5c0d202a..0e24f0dbc7c8 100644 --- a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild +++ b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.14 2012/07/02 17:50:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild,v 1.15 2012/07/02 18:31:51 ssuominen Exp $ EAPI=4 #EAUTORECONF=yes @@ -38,9 +38,10 @@ src_prepare() { configure.ac || die # Prevent glib-gettextize from running wrt #423115 + export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros intltoolize --automake --copy --force _elibtoolize --copy --force --install - AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eaclocal + eaclocal eautoconf eautoheader eautomake |