Update of /cvsroot/jungerl/jungerl/lib/erlmerge/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5437/config
Modified Files:
config.guess erlmerge.sh
Log Message:
Uppdated README with ./configure erlmerge_install_top=</where/you/want/it> and
erlmerge -z <proxy>:<port>
Changed erlmerge.erl to use erlang tar module
Added configure script to avoid always building it with autotools
Index: config.guess
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/erlmerge/config/config.guess,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config.guess 1 Sep 2005 08:52:29 -0000 1.1
+++ config.guess 10 Feb 2006 21:00:35 -0000 1.2
@@ -1,7 +1,10 @@
#! /bin/sh
# Attempt to guess a canonical system name.
-# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
-#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+
+timestamp='2005-05-27'
+
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
[...2074 lines suppressed...]
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
+/bin/arch = `(/bin/arch) 2>/dev/null`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
+
+UNAME_MACHINE = ${UNAME_MACHINE}
+UNAME_RELEASE = ${UNAME_RELEASE}
+UNAME_SYSTEM = ${UNAME_SYSTEM}
+UNAME_VERSION = ${UNAME_VERSION}
+EOF
exit 1
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "timestamp='"
+# time-stamp-format: "%:y-%02m-%02d"
+# time-stamp-end: "'"
+# End:
+
Index: erlmerge.sh
===================================================================
RCS file: /cvsroot/jungerl/jungerl/lib/erlmerge/config/erlmerge.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- erlmerge.sh 2 Oct 2005 06:34:09 -0000 1.3
+++ erlmerge.sh 10 Feb 2006 21:00:35 -0000 1.4
@@ -71,7 +71,7 @@
EM_CMD="suicide"
EM_SUICIDE="y"
;;
- -h)
+ -h | help)
usage
exit
;;
|