[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parted-1.4.16
From: |
Andrew Clausen |
Subject: |
Re: Parted-1.4.16 |
Date: |
Fri, 20 Jul 2001 07:46:43 +1000 |
User-agent: |
Mutt/1.2.5i |
On Wed, Jul 18, 2001 at 11:21:55AM +0200, Sven Backhausen wrote:
> Hi!
>
> Looks like libparted/Makefile.in is screwed up in 1.4.16
> There are some references to ../../../common/parted-stable/libparted, so make
> fails.
> I ran automake to fix this, but this may be hard for newbies.
Yeah, this is really strange... the only thing that changed here was:
if PC98
libparted_la_SOURCES = $(libparted_sources) disk_pc98.c
else
libparted_la_SOURCES = $(libparted_sources)
endif
I don't understand why this causes a problem...
Anyway, 3 options I see are:
* revert the --enable-pc98 option out
* make the tarballs with:
"make distdir; cd parted-*; automake; cd ..; tar ..."
* always compile disk_pc98.c, but #ifdef it out. I like this best.
Andrew
- Parted-1.4.16, Sven Backhausen, 2001/07/18
- Re: Parted-1.4.16,
Andrew Clausen <=