bug-fileutils
[Top][All Lists]
Advanced

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

Use of "cp -a" in configure not very portable


From: Jens Schleusener
Subject: Use of "cp -a" in configure not very portable
Date: Mon, 12 Feb 2001 13:23:34 +0100 (NFT)

Hello,

I just tried to configure and compile fileutils-4.0.39 under AIX 4.1.4
and got a small error (fileutils-4.0.36 hasn't that problem):

 ./configure --prefix=/usr/local/contrib --disable-nls \
            --program-prefix=gnu

 cp: illegal option -- a
 Usage: cp [-fhip] [-r|-R] [--] src target
    or: cp [-fhip] [-r|-R] [--] src1 ... srcN directory
 checking build system type... rs6000-ibm-aix4.1.4.0
 checking host system type... rs6000-ibm-aix4.1.4.0 
 (... lines deleted)

The reason seems to be the following code in configure

 echo "#! $SHELL" >conftest.sh
 echo  "exit 0"   >>conftest.sh
       cp -a conftest.sh /tmp
 chmod +x conftest.sh

The option "-a" seems to me not very portable (GNU cp specific?).

Greetings

Jens

-- 
Dr. Jens Schleusener                T-Systems debis Systemhaus
phone: +49 (551) 709-2493           Solutions for Research
fax:   +49 (551) 709-2169           Bunsenstr.10
mail: address@hidden D-37073 Goettingen




reply via email to

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