[ptx] libpano12 - build with GNU autoconf, automake and libtool
    Andreas Hirczy 
    ahi at itp.tugraz.at
       
    Tue Nov  9 09:26:38 GMT 2004
    
    
  
Douglas Wilkins <douglasw at zahav.net.il> writes:
> > - `make dist` creates pano12-2.7.0.7.tar.gz - I assumed the tarball
> >   would be called libpano12-2.7.0.7.tar.gz since it is basically a
> >   library - Or am I wrong?
> 
> Not wrong at all, corrected
In "./tools/Makefile.am" I had to add .win32 extensions to the makefiles in
EXTRA_DIST to make "make dist" work correctly.
> One thing that I have not sorted is that the tools are built before the
> library, which is still a problem :-((
I changed the line "SUBDIRS=tools m4" to "SUBDIRS=m4 . tools" in Makefile.am,
now the library will be build before tools/*.c. Im my first attempt i decided
it's not worth the trouble with SUBDISR for just 2 files. Maybe the makers
auf autotools didn't expect a library in main dir and distributeable binarys
in sub directories.
> Attached is the updated version.
Thanks.
ciao,
Andreas
-- 
Andreas Hirczy <ahi at itp.tugraz.at>                   http://itp.tugraz.at/~ahi/
Graz University of Technology                          phone: +43/316/873-81 90
Institute of Theoretical and Computational Physics       fax: +43/316/873-86 78
Petersgasse 16, A-8010 Graz                         mobile: +43/699/19 14 24 60
    
    
More information about the ptX
mailing list