|
From: Joe Z. <jz...@at...> - 2003-02-03 19:44:03
|
I just committed all the Makefile.in's. They are needed for ./configure.
I'm done except for fixing the multiple OK button pushes and maybe
reviewing the README's etc. So feel free to 'make rpm'! Let me know if
you have trouble. I'm wondering if some of the explicit path names, like
'/etc/crontab' in 'cron/Makefile.am' will be a problem.
Normally ./configure is all that is needed to build the source, but if I
change some of the .in or .am files, this is how I rebuild the sources:
aclocal
automake --add-missing
autoconf
./configure
Joe
Rene Rask wrote:
>I'm getting this error when I run configure.
>It goes away if I run automake.
>I don't know if this is a problem that is easily fixed or if I should
>just run automake before doing configure.
>
>[grain@animatrix bobs]$ ./configure
>checking for a BSD-compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>checking for gawk... gawk
>checking whether make sets ${MAKE}... yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for /home/httpd/html... no
>checking for /var/www/html... yes
>checking for web server user id... apache
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating bash/Makefile
>config.status: error: cannot find input file: bash/Makefile.in
>
>
>
>On Sun, 2003-02-02 at 08:24, Joe Zacky wrote:
>
>
>>I'm pumped (excited). I finally figured out what I needed to do to make
>>'make distcheck' work. Now after running 'make distcheck' I get this,
>>instead of errors:
>>
>>===========================================
>>bobs-0.5.1.tar.gz is ready for distribution
>>===========================================
>>
>>You should wait until I check in these changes before working on 'make rpm'.
>>
>>
>>
>>-------------------------------------------------------
>>This SF.NET email is sponsored by:
>>SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
>>http://www.vasoftware.com
>>_______________________________________________
>>Bobs-devel mailing list
>>Bob...@li...
>>https://lists.sourceforge.net/lists/listinfo/bobs-devel
>>
>>
|