This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile-1.3.2: checking for alpha


BTW, the New "tar.gz" witht the same (!) version number announced this
morning still looks broken to me.  Anyway, her a patch against the
original archive (of course, you've to do something like:

    rm aclocal.m4 configure
    aclocal
    autoconf

after applying the patch):

1999-08-25  Karl Eichwalder  <ke@suse.de>

	* acinclude.m4: check for alpha*-*-* (cf. qthreads.m4).

cd /var/tmp/guile/guile-1.3.2/
diff -u /var/tmp/guile/guile-1.3.2/acinclude.m4\~ /var/tmp/guile/guile-1.3.2/acinclude.m4
--- /var/tmp/guile/guile-1.3.2/acinclude.m4~	Sat Jul 24 13:55:34 1999
+++ /var/tmp/guile/guile-1.3.2/acinclude.m4	Wed Aug 25 18:54:24 1999
@@ -245,7 +245,7 @@
       qtmdc_c=md/null.c
       qtdmdb_s=md/sparc_b.s 
       ;;
-    alpha-*-*)
+    alpha*-*-*)
       port_name=alpha
       qtmd_h=md/axp.h
       qtmds_s=md/axp.s

Diff finished at Wed Aug 25 18:55:18

-- 
Karl Eichwalder         SuSE GmbH              phone    +49-911-3247130  
ke@suse.de              Schanzaeckerstr. 10      fax    +49-911-3206727
http://www.suse.de      D-90443 Nuremberg, Germany



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]