[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 135fbead09eb44194dfe141af3d2d2594ee24e09

Evergreen Git git at git.evergreen-ils.org
Mon Apr 23 13:50:07 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, rel_2_2 has been updated
       via  135fbead09eb44194dfe141af3d2d2594ee24e09 (commit)
      from  ddc639e91de3de0f6be31b363a632ecceb2023db (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 135fbead09eb44194dfe141af3d2d2594ee24e09
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 f7b1a88..8f89d1f 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