]> Dogcows Code - chaz/tar/commitdiff
Raise version number to 1.15.1; Check for locale.h
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Dec 2004 13:23:10 +0000 (13:23 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Dec 2004 13:23:10 +0000 (13:23 +0000)
configure.ac

index 2b24518a2f1c9c3204e54b7294080f47312f25c5..a742bdf3cbfb135ce7c3a9c852705b0c17fc0e52 100644 (file)
@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-AC_INIT([GNU tar], [1.15], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.15.1], [bug-tar@gnu.org])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADERS([config.h:config.hin])
@@ -39,7 +39,7 @@ AC_CHECK_HEADERS(fcntl.h linux/fd.h memory.h net/errno.h \
   sys/param.h sys/device.h sys/gentape.h \
   sys/inet.h sys/io/trioctl.h \
   sys/mtio.h sys/time.h sys/tprintf.h sys/tape.h \
-  unistd.h)
+  unistd.h locale.h)
 
 AC_CHECK_HEADERS([sys/buf.h], [], [],
 [#if HAVE_SYS_PARAM_H
This page took 0.019119 seconds and 4 git commands to generate.