diff --git a/ChangeLog b/ChangeLog index a47fac7ca..6caccb76e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-08 Werner Koch + + * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper. + 2003-04-07 David Shaw * configure.ac: Use much more accurate method to determine whether diff --git a/Makefile.am b/Makefile.am index 2693f583b..3437f5b88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2003 Free Software Foundation, Inc. # # This file is part of GnuPG. # @@ -25,7 +25,7 @@ checks = checks endif SUBDIRS = intl zlib util mpi cipher tools g10 keyserver po doc ${checks} -EXTRA_DIST = PROJECTS BUGS config.h.in +EXTRA_DIST = PROJECTS BUGS config.h.in autogen.sh DISTCLEANFILES = g10defs.h # Add all the files listed in "distfiles" files to the distribution,