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.
This commit is contained in:
Tim Kientzle 2004-08-08 04:36:32 +00:00
parent fdaba3df74
commit 3387f49acb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133307
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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