Tag
Hash :
08818d2d
Author :
Date :
1996-05-18T00:29:32
Added dist-zip. Bug fixes. Check for PACKAGE, VERSION
#! /bin/sh
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
. $srcdir/defs || exit 1
# The "./." is here so we don't have to mess with subdirs.
cat >> configure.in << 'END'
PACKAGE=nonesuch
VERSION=nonesuch
AC_CONFIG_AUX_DIR(./.)
END
cat > Makefile.am << 'END'
pkgdata_DATA =
END
# The "././" prefix confuses Automake into thinking it is doing a
# subdir build. Yes, this is hacky.
$AUTOMAKE ././Makefile || exit 1
grep '/\./\./mkinstalldirs' Makefile.in