From: short <> Date: Thu, 21 Aug 2003 11:36:32 +0000 (+0000) Subject: Include 'autogen.pl'&co. for 'make dist'. X-Git-Tag: lufs_0_9_6_captive1~23 X-Git-Url: http://git.jankratochvil.net/?p=lufs.git;a=commitdiff_plain;h=889b617d61df8a4da353654e8c96021ffc2b769a Include 'autogen.pl'&co. for 'make dist'. - It is needed by 'debian/rules' 'clean' rule to reduce '*.diff.gz' size. --- diff --git a/Makefile-head.am b/Makefile-head.am new file mode 100644 index 0000000..81a3b76 --- /dev/null +++ b/Makefile-head.am @@ -0,0 +1,20 @@ +# $Id$ +# dummy automake include file for macros/Makefile.am +# Copyright (C) 2003 Jan Kratochvil +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; exactly version 2 of June 1991 is required +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +EXTRA_DIST= +MAINTAINERCLEANFILES= diff --git a/Makefile.am b/Makefile.am index 4359daa..273b60c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,31 @@ -SUBDIRS=kernel lufsd filesystems util include man -DIST_SUBDIRS=kernel lufsd filesystems util include docs man +SUBDIRS=macros kernel lufsd filesystems util include man +DIST_SUBDIRS=macros kernel lufsd filesystems util include docs man +## to automatically rebuild aclocal.m4 if any of the macros in +## `macros/' change +@MAINT@include macros/macros.dep +@MAINT@macros/macros.dep: macros/Makefile.am +@MAINT@ cd macros && $(MAKE) macros.dep -EXTRA_DIST=Contributors lufs.spec.in - -EXTRA_DIST+= \ +EXTRA_DIST= \ + Contributors \ + lufs.spec.in \ cvs2cl-usermap \ + autogen.pl \ + Makefile-head.am \ ChangeLog.captive \ - .vimrc + .vimrc \ + debian/changelog \ + debian/configure-subst-x.patch \ + debian/control \ + debian/copyright \ + debian/lufs.conffiles \ + debian/lufs.dirs \ + debian/lufs.docs \ + debian/lufs.files \ + debian/postinst \ + debian/postrm \ + debian/prerm \ + debian/rules MAINTAINERCLEANFILES= \ ChangeLog.captive diff --git a/configure.in b/configure.in index a352b7c..bf9b2eb 100644 --- a/configure.in +++ b/configure.in @@ -210,6 +210,7 @@ AC_SUBST(all_libraries) AC_OUTPUT(\ Makefile \ + macros/Makefile \ lufsd/Makefile \ filesystems/Makefile \ filesystems/localfs/Makefile \