summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2003-08-19 08:12:18 +0000
committerAkim Demaille <akim@epita.fr>2003-08-19 08:12:18 +0000
commitb6429a8e5f60d2e6c7dbd4d847d214fc916b6116 (patch)
tree0901b49947befbbbfe13d617bdc25bd6ae4689aa /GNUmakefile
parent50af7ca5ab204c45b270752a5a81e51f17390601 (diff)
downloadautoconf-b6429a8e5f60d2e6c7dbd4d847d214fc916b6116.tar.gz
* config/announce-gen, Makefile.cfg: New.
* Makefile.am: Adjust. * GNUmakefile, Makefile.maint: Update from CVS Coreutils.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d6465a53..17ad4a27 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -36,7 +36,11 @@ have-Makefile := $(shell test -f Makefile && echo yes)
# give them a diagnostic.
ifeq ($(have-Makefile),yes)
+# Make tar archive easier to reproduce.
+export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
+
include Makefile
+include $(srcdir)/Makefile.cfg
include $(srcdir)/Makefile.maint
else