diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-10-12 00:15:11 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:18 +0100 |
commit | bb7311f27c2e837ab89d45eec36c1ae6f36d2f42 (patch) | |
tree | 77f0ec4962baa6d09f675c8327ac73bd2a6b5e87 /.gitignore | |
parent | 7e0f016c25aec93a88412f47d7add155d2857a45 (diff) |
build: improve project bootstrapping
Align autogen.sh with the one in NM:
* Just calling autoreconf once
* Using autopoint from GNU gettext
* Enabling the use of NOCONFIGURE
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -49,10 +49,48 @@ po/POTFILES po/stamp-it po/.intltool-merge-cache po/ModemManager.pot +po/Makevars.template +po/Rules-quot +po/boldquot.sed +po/en@boldquot.header +po/en@quot.header +po/insert-header.sin +po/quot.sed +po/remove-potcdate.sin m4/gtk-doc.m4 m4/intltool.m4 m4/libtool.m4 m4/lt*.m4 +m4/codeset.m4 +m4/gettext.m4 +m4/glibc2.m4 +m4/glibc21.m4 +m4/iconv.m4 +m4/intdiv0.m4 +m4/intl.m4 +m4/intldir.m4 +m4/intlmacosx.m4 +m4/intmax.m4 +m4/inttypes-pri.m4 +m4/inttypes_h.m4 +m4/lcmessage.m4 +m4/lib-ld.m4 +m4/lib-link.m4 +m4/lib-prefix.m4 +m4/lock.m4 +m4/longlong.m4 +m4/nls.m4 +m4/po.m4 +m4/printf-posix.m4 +m4/progtest.m4 +m4/size_max.m4 +m4/stdint_h.m4 +m4/uintmax_t.m4 +m4/visibility.m4 +m4/wchar_t.m4 +m4/wint_t.m4 +m4/xsize.m4 TAGS +ABOUT-NLS |