]> Dogcows Code - chaz/tar/blobdiff - configure.ac
Add fchown-stub.c
[chaz/tar] / configure.ac
index d179573302cc1b8e2ba5bcbdb0653a7d4315b607..b89a3b81ead78a02157a963b9e73d5fc90865afc 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-AC_INIT([GNU tar], [1.13.94], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.14.1], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADERS([config.h:config.hin])
@@ -262,6 +262,14 @@ AC_CHECK_TYPE(iconv_t,:,
 #endif
 ])
 
+# Check if we have reentrant versions of getopt. Argp needs them,
+# but many versions of Glibc lack them, though they define the
+# same getopt interface version as lib/getopt.c.
+AC_CHECK_FUNC(_getopt_long_only_r,
+              :,
+              [AC_DEFINE(WANT_INCLUDED_GETOPT,1,
+                         [Define if the included version of getopt has to be used])])
+
 AC_SUBST(BACKUP_LIBEXEC_SCRIPTS)
 AC_SUBST(BACKUP_SBIN_SCRIPTS)
 AC_ARG_ENABLE(backup-scripts,
This page took 0.023526 seconds and 4 git commands to generate.