This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/ac_swi_c.m4
2015-09-21 17:05:36 -05:00

11 lines
168 B
Plaintext

# nothing to see yet.
if test $indep_packages = true;
then
PKG=$(basename $(pwd))
AC_INIT(install-sh)
AC_PREREQ([2.50])
AC_CONFIG_HEADER(../$PKG/config.h)
fi