[Pkg-wmaker-commits] [wmforecast] 07/09: Add autogen.sh script.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun May 15 02:46:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmforecast.

commit 94cb385cc56b84503d3dca6ba8be5c8e2422b738
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Apr 3 20:47:27 2016 -0400

    Add autogen.sh script.
---
 Makefile.am | 2 +-
 README.md   | 4 ++++
 autogen.sh  | 3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 38130f0..ee72f8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,4 +10,4 @@ LIBS += $(libxml2_LIBS) $(libcurl_LIBS) $(X11_LIBS) $(WINGs_LIBS)
 desktopdir = $(datadir)/applications
 dist_desktop_DATA = wmforecast.desktop
 
-EXTRA_DIST = README.md
+EXTRA_DIST = autogen.sh README.md
diff --git a/README.md b/README.md
index cc5c2a7..293a96b 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ To compile wmforecast from source, you will need
 * [libxml2](http://www.xmlsoft.org/)
 * [WINGs](http://windowmaker.org/)
 
+If building from git (not necessary if using a tarball):
+
+    ./autogen.sh
+
 Then the usual
 
     ./configure
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..64cfb19
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoreconf --force --verbose --install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list