Re: [Libphidget-devel] bootstrap error
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-09 23:44:51
|
According to Jack Strohm: > I get this when I bootstrap, think you didn't add ./src/rpm/Makefile.in > and ./src/rpm/libphidget.spec.in > > [jstrohm@oishi libphidget]$ bootstrap > src/Makefile.am:1: required directory src/rpm does not exist I think you're having a problem with your CVS setup - take a look at ./src/rpm directory, it is most probably empty. Now, try to create $HOME/.cvsrc file and write the following into it: diff -u cvs -z9 update -d -P Then do 'cvs update' from the top level again, and I bet the files will appear, and everything will be fine. Let me know if this works. --vt |