From e0510dfbd0b980e2ebc7d44771233b1a8b906023 Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 31 May 2015 06:36:55 -0400 Subject: [PATCH 1/5] move configure.in to .am per automake warnings --- configure.in => configure.am | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configure.in => configure.am (100%) diff --git a/configure.in b/configure.am similarity index 100% rename from configure.in rename to configure.am From 1ad7376d4390fd53c4d399565b88fcbecd5621c7 Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 31 May 2015 06:37:56 -0400 Subject: [PATCH 2/5] typo .am to .ac --- configure.am => configure.ac | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename configure.am => configure.ac (100%) diff --git a/configure.am b/configure.ac similarity index 100% rename from configure.am rename to configure.ac From 57705d4f09625cab9a04e0be798bd37b0b022acb Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 31 May 2015 06:38:34 -0400 Subject: [PATCH 3/5] morderize configure.ac per automake warnings --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 80c1e7e..b4d4330 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ -AC_INIT(urlview.c) -AM_INIT_AUTOMAKE(urlview, 0.9) +AC_INIT(urlview, 0.10) +AC_CONFIG_SRCDIR(urlview.c) +AM_INIT_AUTOMAKE dnl AM_CONFIG_HEADER(config.h) AC_PROG_CC_STDC AC_PROG_CC_C99 From 4a0aaf47bc853050acdf82e3905143c88dd097e6 Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 31 May 2015 07:15:18 -0400 Subject: [PATCH 4/5] running automake tools are required now --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index 82d3eef..17f7e57 100644 --- a/INSTALL +++ b/INSTALL @@ -3,6 +3,8 @@ Installation Notes for `urlview' To configure: + aclocle + automake -a ./configure To use the S-LANG library: From 5c2f40b04cd49086052286d0ca203a5ff6d14e70 Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Sun, 31 May 2015 07:22:54 -0400 Subject: [PATCH 5/5] typo aclocal --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 17f7e57..5a2f557 100644 --- a/INSTALL +++ b/INSTALL @@ -3,7 +3,7 @@ Installation Notes for `urlview' To configure: - aclocle + aclocal automake -a ./configure