Fixing distcheck

This commit is contained in:
Anthony Scemama 2021-05-10 10:55:22 +02:00
parent f524eeb22c
commit 0cb247e682
3 changed files with 11 additions and 4 deletions

12
.gitignore vendored
View File

@ -8,5 +8,13 @@ src/ltximg/
src/qmckl.mod
*.swp
*.tar.gz
Makefile
aclocal.m4
config.guess
config.sub
configure
configure.ac.dist
include/config.h
*~
install-sh
qmckl.pc

View File

@ -10,7 +10,7 @@ AC_INIT([@PACKAGE_NAME@],[@PACKAGE_VERSION@],
[@PACKAGE_URL@])
AC_CONFIG_SRCDIR([src/qmckl_ao.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([include/config.h])
AC_CONFIG_MACRO_DIR([m4])
#AM_MAINTAINER_MODE

View File

@ -235,4 +235,3 @@
/* Define as `fork' if `vfork' does not work. */
#undef vfork