Mark Wielaard | 17 Aug 16:00
Favicon

FYI: More auto* generated files fixups

Hi,

This removes three generated files that were still in the tree
(regenerated by running ./autogen.sh). Set the contact info to this
mailinglist and mark this configuration as foreign so it doesn't
override INSTALL with the generic GNU version.

2008-08-17  Mark Wielaard  <mark@...>

        * configure.ac (AM_INIT): Set contact to mailinglist.
        (AM_INIT_AUTOMAKE): Require 1.10, set as foreign (non-gnu).
        * config.guess: Removed generated file (autogen.sh).
        * config.sub: Likewise.
        * install-sh: Likewise.
        * .hgignore: Add generated files.

Cheers,

Mark
diff -r 288bdc0696ff .hgignore
--- a/.hgignore	Thu Aug 14 16:54:46 2008 +0200
+++ b/.hgignore	Sun Aug 17 15:59:48 2008 +0200
@@ -16,7 +16,10 @@
 stamps
 Makefile
 config.log
+config.guess
+config.sub
 config.status
+install-sh
 javac
 javap
 gcjwebplugin.so
diff -r 288bdc0696ff configure.ac
--- a/configure.ac	Thu Aug 14 16:54:46 2008 +0200
+++ b/configure.ac	Sun Aug 17 15:59:48 2008 +0200
@@ -1,6 +1,6 @@
 AC_PREREQ([2.61])
-AC_INIT([icedtea6], [1.3], [fitzsim@...])
-AM_INIT_AUTOMAKE([tar-pax])
+AC_INIT([icedtea6], [1.3], [distro-pkg-dev@...])
+AM_INIT_AUTOMAKE([1.10 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 AC_CANONICAL_HOST

Gmane