mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
dev-libs/libthai: use eautorconf
InternalEclassUsage: version 0.1.28: autotools: internal usage: '_elibtoolize --force', line 38 InternalEclassUsage: version 0.1.29: autotools: internal usage: '_elibtoolize --force', line 35 Signed-off-by: liuyujielol <2073201758GD@gmail.com>
This commit is contained in:
parent
cd8c3f0e71
commit
0755dd4a2a
@ -32,12 +32,6 @@ src_prepare() {
|
||||
# Fixed version if in non git project
|
||||
echo ${PV} > VERSION
|
||||
# From upstreams autogen.sh, to make it utilize the autotools eclass
|
||||
# Here translate the autogen.sh, equivalent to the following code
|
||||
# > sh autogen.sh
|
||||
|
||||
_elibtoolize --force
|
||||
eaclocal
|
||||
eautomake --add-missing
|
||||
# Not allow git-version-gen does refresh
|
||||
eautoconf
|
||||
# use eautoreconf from autotools.eclass instead of autogen.sh
|
||||
eautoreconf
|
||||
}
|
||||
|
@ -28,13 +28,8 @@ src_prepare() {
|
||||
# Fixed version if in non git project
|
||||
echo ${PV} > VERSION
|
||||
# From upstreams autogen.sh, to make it utilize the autotools eclass
|
||||
# Here translate the autogen.sh, equivalent to the following code
|
||||
# > sh autogen.sh
|
||||
# Fix html doc path
|
||||
sed -i -e "s|share/doc/libthai/html|share/doc/libthai-${PV}/html|g" configure.ac || die
|
||||
_elibtoolize --force
|
||||
eaclocal
|
||||
eautomake --add-missing
|
||||
# Not allow git-version-gen does refresh
|
||||
eautoconf
|
||||
# use eautoreconf from autotools.eclass instead of autogen.sh
|
||||
eautoreconf
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user