Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Aug 1, 2017
0 parents commit ab9379f
Show file tree
Hide file tree
Showing 58 changed files with 5,907 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
@@ -0,0 +1,43 @@
.project
.cproject
.settings
.deps
.libs
.dirstamp
build
ABOUT-NLS
Makefile
Makefile.in
config.h
config.h.in
config.log
config.status
config.guess
config.sub
ltmain.sh
aclocal.m4
configure
install-sh
libtool
compile
depcomp
missing
stamp-h1
*.log
*.o
*.la
*.so*
*.a
*.lo
*~
Makevars.template

/autom4te.cache/
/src/cli/authselect
/src/man/authselect.8
/src/man/authselect.8.txt
/m4

/po/*
!/po/Makevars
!/po/POTFILES.in
Empty file added AUTHORS
Empty file.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions ChangeLog
@@ -0,0 +1,7 @@
2017-07-31 gettextize <bug-gnu-gettext@gnu.org>

* Makefile.am (SUBDIRS): Add po.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): New variable.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.

0 comments on commit ab9379f

Please sign in to comment.