From b2443d940f8c63d9b3aaa24c3dbe3ae1db47d49e Mon Sep 17 00:00:00 2001 From: kientzle Date: Sun, 8 Aug 2004 04:36:32 +0000 Subject: Another pointy-hat problem: PACKAGE_VERSION macro is set in CFLAGS, it shouldn't be in bsdtar_platform.h. Thanks to: Andrey Chernov for looking over my shoulder so much lately. --- usr.bin/tar/bsdtar_platform.h | 1 - usr.bin/tar/configure.ac.in | 2 -- 2 files changed, 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index c2795a9..d4bf09d 100644 --- a/usr.bin/tar/bsdtar_platform.h +++ b/usr.bin/tar/bsdtar_platform.h @@ -42,7 +42,6 @@ #ifdef __FreeBSD__ /* A default configuration for FreeBSD, used if there is no config.h. */ #define PACKAGE_NAME "bsdtar" -#define PACKAGE_VERSION "1.00" #define HAVE_BZLIB_H 1 #define HAVE_CHFLAGS 1 diff --git a/usr.bin/tar/configure.ac.in b/usr.bin/tar/configure.ac.in index 024e21f..47e6767 100644 --- a/usr.bin/tar/configure.ac.in +++ b/usr.bin/tar/configure.ac.in @@ -34,8 +34,6 @@ AC_CHECK_DECL([D_MD_ORDER], # Checks for library functions. AC_FUNC_FNMATCH -# Check for FNM_LEADING_DIR fnmatch extension -AC_GNU_SOURCE AC_PROG_GCC_TRADITIONAL AC_FUNC_LSTAT AC_HEADER_MAJOR -- cgit v1.1