Skip to content

Commit

Permalink
configure: use automake foreign mode
Browse files Browse the repository at this point in the history
Problem: flux-coral2 is not a GNU project so files like NEWS,
ChangeLog, etc should not be required.

Set automake 'foreign' mode and drop files that are no longer required.
  • Loading branch information
grondo committed Feb 1, 2022
1 parent e3c54df commit 3c72062
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Empty file removed AUTHORS
Empty file.
1 change: 0 additions & 1 deletion COPYING

This file was deleted.

1 change: 0 additions & 1 deletion ChangeLog

This file was deleted.

Empty file removed NEWS
Empty file.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ AC_INIT([flux-coral2],
m4_esyscmd([git describe --always | awk '/.*/ {sub(/^v/, ""); printf "%s",$1; exit}']))
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
AC_CONFIG_SRCDIR([NEWS])
AC_CONFIG_SRCDIR([NEWS.md])

AM_INIT_AUTOMAKE([subdir-objects tar-ustar filename-length-max=256])
AM_INIT_AUTOMAKE([subdir-objects tar-ustar filename-length-max=256 foreign])
AM_SILENT_RULES([yes])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE([enable])
Expand Down

0 comments on commit 3c72062

Please sign in to comment.