only require 0.17 of gettext
authorArun Persaud <arun@nubati.net>
Wed, 12 Oct 2011 03:53:52 +0000 (20:53 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 12 Oct 2011 03:53:52 +0000 (20:53 -0700)
This seems to solve many build issues with older distrubtions and doesn't seem to be a problem with newer ones.

configure.ac

index 32b58d1..cae8d5d 100644 (file)
@@ -76,7 +76,7 @@ AC_ISC_POSIX
 AC_PROG_INSTALL
 
 dnl| add gettext support
-AM_GNU_GETTEXT_VERSION(0.18.1)
+AM_GNU_GETTEXT_VERSION(0.17)
 AM_GNU_GETTEXT([external])
 
 AC_CHECK_PROGS(RSH, remsh rsh, rsh)