Don't edit Makefile.am from the spec file
"ACLOCAL_AMFLAGS = -I m4" has long been in the upstream Makefile.am, no need to hack it in downstream any more.
This commit is contained in:
parent
0259b130a2
commit
dd227f95e9
@ -51,11 +51,9 @@ BuildRequires: pkgconfig(xtst)
|
||||
# this is so the configure checks find /usr/bin/halt etc.
|
||||
BuildRequires: usermode
|
||||
|
||||
BuildRequires: intltool, autoconf, automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
# an artificial requires to make sure we get dconf, for now
|
||||
@ -87,10 +85,6 @@ Desktop file to add GNOME on wayland to display manager session menu.
|
||||
%patch1 -p1 -b .nv30
|
||||
%patch3 -p1 -b .swrast
|
||||
|
||||
echo "ACLOCAL_AMFLAGS = -I m4" >> Makefile.am
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
%build
|
||||
%configure --enable-docbook-docs \
|
||||
%if 0%{?with_session_selector}
|
||||
|
Loading…
Reference in New Issue
Block a user