diff options
author | Timothy Pearson <[email protected]> | 2014-12-28 01:54:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-12-28 01:54:54 -0600 |
commit | 2850ce9ae60fcd2946a4407edb8678871bc52f3c (patch) | |
tree | ad855beb0c6dc5f4615b8939b541ec5c55504b6c /configure.ac | |
parent | 017a2b33d21e041d718a546bafb9a00381713bd0 (diff) | |
download | libr-2850ce9ae60fcd2946a4407edb8678871bc52f3c.tar.gz libr-2850ce9ae60fcd2946a4407edb8678871bc52f3c.zip |
Add autogen.sh and remove automatically generated files
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index de6e818..2851b66 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_PROG_CC_STDC AC_HEADER_STDC AC_PROG_INSTALL AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION(0.17) # It is important to build both a static and a shared version of the libr # library. The shared version is for future-proofing, whereas the static |