[Mono-bugs] [Bug 54413][Wis] New - ./autogen ==> ./autogen.sh in README
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 16 Feb 2004 03:44:12 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by j.mallett@xtra.co.nz.
http://bugzilla.ximian.com/show_bug.cgi?id=54413
--- shadow/54413 2004-02-16 03:44:12.000000000 -0500
+++ shadow/54413.tmp.2845 2004-02-16 03:44:12.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 54413
+Product: Mono/Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: j.mallett@xtra.co.nz
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ./autogen ==> ./autogen.sh in README
+
+The autogen comand given in the README file to compile from cvs needs to
+be changed to ./autogen.sh --prefix=/usr/local
+
+
+line 14,15 of the file README in the current cvs
+
+ 14 ./autogen --prefix=/usr/local
+ 15 make fullbuild
+
+Line 14 should read ./autogen.sh not ./autogen