Skip to content
Snippets Groups Projects
Commit 27e4ed42 authored by Santiago Vila's avatar Santiago Vila
Browse files

debian/rules: Simplify override_dh_autoreconf and use Makefile.in.in from gettext.

parent 12560f1f
No related branches found
No related tags found
No related merge requests found
......@@ -11,18 +11,8 @@ export DEB_CXXFLAGS_MAINT_APPEND := -Wall
dh $@
override_dh_autoreconf:
cp /usr/share/aclocal/gettext.m4 po
cp /usr/share/aclocal/host-cpu-c-abi.m4 po
cp /usr/share/aclocal/iconv.m4 po
cp /usr/share/aclocal/intlmacosx.m4 po
cp /usr/share/aclocal/lib-ld.m4 po
cp /usr/share/aclocal/lib-link.m4 po
cp /usr/share/aclocal/lib-prefix.m4 po
cp /usr/share/aclocal/nls.m4 po
cp /usr/share/aclocal/po.m4 po
cp /usr/share/aclocal/progtest.m4 po
dh_autoreconf
cp /usr/share/gettext/po/Makefile.in.in po
override_dh_auto_configure: configure
$(RM) -rf intl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment