From 49d83e24a8e66977056fc9920812265c16806500 Mon Sep 17 00:00:00 2001 From: carolili Date: Thu, 9 Feb 2017 19:24:49 +0000 Subject: [PATCH] Removing contribs --- configure.ac | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/configure.ac b/configure.ac index 1cf1051..5d76b44 100644 --- a/configure.ac +++ b/configure.ac @@ -435,28 +435,6 @@ dnl All slurm Makefiles: AC_CONFIG_FILES([Makefile auxdir/Makefile - contribs/Makefile - contribs/cray/Makefile - contribs/cray/csm/Makefile - contribs/lua/Makefile - contribs/mic/Makefile - contribs/pam/Makefile - contribs/pam_slurm_adopt/Makefile - contribs/perlapi/Makefile - contribs/perlapi/libslurm/Makefile - contribs/perlapi/libslurm/perl/Makefile.PL - contribs/perlapi/libslurmdb/Makefile - contribs/perlapi/libslurmdb/perl/Makefile.PL - contribs/seff/Makefile - contribs/torque/Makefile - contribs/openlava/Makefile - contribs/phpext/Makefile - contribs/phpext/slurm_php/config.m4 - contribs/sgather/Makefile - contribs/sgi/Makefile - contribs/sjobexit/Makefile - contribs/slurmdb-direct/Makefile - contribs/pmi2/Makefile doc/Makefile doc/man/Makefile doc/man/man1/Makefile -- 2.11.0 d=537768018ee03a6a9a5562022a16b47ac287d131'>treecommitdiff
path: root/build-aux/update-NEWS.scm
AgeCommit message (Expand)Author
2021-05-10maint: update-NEWS: Sort packages prior writing to the data file....* build-aux/update-NEWS.scm (main): Sort packages. Maxim Cournoyer
2021-04-23build-aux: Relax the regexp used to match NEWS sections....A number of packages doesn't really make sense in the name of the section to be substituted. This change allows using simply '*** new packages' instead of '*** 1999 new packages', for example, and have the update-NEWS.scm script update it. * build-aux/update-NEWS.scm (write-packages-added) <regexp>: Do not care about leading white space in the name of the section. Maxim Cournoyer