[open-ils-commits] [GIT] Evergreen ILS branch master updated. 3e7d2d4f5fa87ebad94cff70b98cfbb9c5f9dd6a

Evergreen Git git at git.evergreen-ils.org
Mon Apr 23 09:25:45 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  3e7d2d4f5fa87ebad94cff70b98cfbb9c5f9dd6a (commit)
      from  3ca291c2c43d3237c5b591fe302e62c22449e97c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3e7d2d4f5fa87ebad94cff70b98cfbb9c5f9dd6a
Author: Dan Scott <dscott at laurentian.ca>
Date:   Sun Apr 22 15:40:00 2012 -0400

    Bootstrap via "autoreconf -f -i" instead of "autogen.sh"
    
    It has always been potentially confusing to maintain two shell scripts
    named "autogen.sh" for two distinct purposes in Evergreen. Take
    advantage of "autoreconf" that is packaged with autoconf for dev
    bootstrapping purposes and trash the old "autogen.sh" as a result.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>

diff --git a/README b/README
index 3f0365b..271fbbf 100644
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ source directory to generate the configure script and Makefiles:
 
 [source, bash]
 ------------------------------------------------------------------------------
-./autogen.sh
+autoreconf -f -i
 ------------------------------------------------------------------------------
 
 After running `make install`, developers also need to install the Dojo Toolkit
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 5d0eacb..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-# autogen.sh - generates configure using the autotools
-
-: ${LIBTOOLIZE=libtoolize}
-: ${ACLOCAL=aclocal}
-: ${AUTOHEADER=autoheader}
-: ${AUTOMAKE=automake}
-: ${AUTOCONF=autoconf}
-
-
-${LIBTOOLIZE} --force --copy
-${ACLOCAL}
-${AUTOMAKE} --add-missing --copy
-
-
-${AUTOCONF}
-
-echo 
-echo "---------------------------------------------"
-echo "autogen finished running, now run ./configure"
-echo "---------------------------------------------"

-----------------------------------------------------------------------

Summary of changes:
 README     |    2 +-
 autogen.sh |   21 ---------------------
 2 files changed, 1 insertions(+), 22 deletions(-)
 delete mode 100755 autogen.sh


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list