autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OpenBSD 2.7


From: Pavel Roskin
Subject: OpenBSD 2.7
Date: Fri, 3 Nov 2000 10:19:16 -0500 (EST)

Hello!

I've just installed OpenBSD 2.7.

Good news: the testsuite passes with one test ignored (due to lack of
/lib/cpp) and 160 tests passed! The only additional GNU packages were
m4-1.4, sed-2.05 and make-3.78.1

Bad news: the native make doesn't work - it cannot create "autoconf" and
other scripts because they have both explicit and suffix rules:

$(bin_SCRIPTS): configure.in                                                    
          

.sh:                                                                            
          
        rm -f $@ address@hidden                                                 
                  
        $(editsh) $< >address@hidden                                            
                  
        chmod +x address@hidden                                                 
                  
        mv address@hidden $@                                                    
                  

I did use "make dist" to create the tarball - it doesn't help.

Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]