Merge pull request #52 from vapier/master

autotools refresh
This commit is contained in:
Serge Hallyn
2016-12-06 23:24:42 -06:00
committed by GitHub
4 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@@ -18,6 +18,7 @@ Makefile.in
/aclocal.m4 /aclocal.m4
/autom4te.cache /autom4te.cache
/compile /compile
/config.cache
/config.guess /config.guess
/config.h /config.h
/config.h.in /config.h.in
@@ -45,4 +46,5 @@ Makefile.in
/po/stamp-po /po/stamp-po
/shadow.spec /shadow.spec
/shadow-*.tar.*
/libmisc/getdate.c /libmisc/getdate.c

View File

@@ -2,7 +2,5 @@
EXTRA_DIST = NEWS README TODO shadow.spec.in EXTRA_DIST = NEWS README TODO shadow.spec.in
AUTOMAKE_OPTIONS = 1.5 dist-bzip2 foreign
SUBDIRS = po man libmisc lib src \ SUBDIRS = po man libmisc lib src \
contrib doc etc contrib doc etc

View File

@@ -1,6 +1,9 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_INIT AC_PREREQ([2.64])
AM_INIT_AUTOMAKE(shadow, 4.4) AC_INIT([shadow], [4.4], [pkg-shadow-devel@lists.alioth.debian.org], [],
[https://github.com/shadow-maint/shadow])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
dnl Some hacks... dnl Some hacks...

View File

@@ -42,7 +42,7 @@ man1/% man3/% man5/% man8/%: %.xml-config Makefile config.xml
-nonet http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl $< -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/profile-docbook.xsl $<
clean-local: clean-local:
for d in man1 man3 man5 man8; do [ -d $$d ] && rmdir $$d; done rm -rf man1 man3 man5 man8
else else
$(man_MANS): $(man_MANS):