Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git.mk: add GITIGNORE_MAINTAINERCLEANFILES_M4_GETTEXT #37

Merged
merged 1 commit into from
Apr 5, 2017

Conversation

elmarco
Copy link
Contributor

@elmarco elmarco commented Mar 28, 2017

gettext adds a lot of m4 files that projects have to keep track off
manually. Add a helper variable instead, similar to libtool.

Signed-off-by: Marc-André Lureau marcandre.lureau@redhat.com

gettext adds a lot of m4 files that projects have to keep track off
manually. Add a helper variable instead, similar to libtool.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
@behdad
Copy link
Owner

behdad commented Apr 4, 2017

Has this changed recently? I don't remember seeing gettext add those many .m4 files. What's a small sample project?

@elmarco
Copy link
Contributor Author

elmarco commented Apr 5, 2017

configure.ac


AC_PREREQ([2.69])

AC_INIT([package],[package_version])

AM_INIT_AUTOMAKE([foreign])

AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])

AC_OUTPUT([Makefile])

Makefile.am

SUBDIRS = po

autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin

@behdad behdad merged commit d6caf0d into behdad:master Apr 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants