I added a new configure-parameter called --enable-debian, and which will make it possible to modify the makefiles in the future for you I guess.
Look in module/swig/perl5/Makefile.am for more info how it's used... I think all perl-modules should be installed site-global as default, but could you explain why you want it as a local-installation under @prefix@ as default? Most perl-modules I have seen installs globally, but then you can add your own favorite local installation-paths to a file and call perl5 Makefile.PL `cat FILENAME` Look at this page: http://servers.digitaldaze.com/extensions/perl/modules.html /Christian > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owfs- > [EMAIL PROTECTED] On Behalf Of Matthias Urlichs > Sent: den 23 maj 2007 09:29 > To: [email protected] > Subject: Re: [Owfs-developers] Latest patches... > > Hi, > > Christian Magnusson: > > I noticed that bootstrap was changed to use automake-1.9 too... Is > there any > > reason not to use "automake" which should be the latest available > version? > > Sorry -- that slipped through and should not have been included in the > set of patches I sent. > > > Which distribution requires to use automake-1.9 ? Is it debian > again? > > > The problem is that in Debian you can install many automake versions in > parallel, including the old and no-longer-really-working 1.4. Which > version "automake" points to, on Debian systems, is the sysadmin's > personal choice. Any package thus either has to explicitly depend on > (and use) the version that works for it, or conflict with having am-1.4 > installed (which is not a good solution since that's too strong an > assertion), or ship all the automade files as part of the Debian > packaging (which makes for large and completely unreadable > Debian-specific diffs). > > I intend to solve this by including a Debian-specific version of the > bootstrap command line in the debian/rules file. > > -- > Matthias Urlichs | {M:U} IT Design @ m-u-it.de | > [EMAIL PROTECTED] > Disclaimer: The quote was selected randomly. Really. | > http://smurf.noris.de > - - > One good thing about music, > Well, it helps you feel no pain. > So hit me with music; > Hit me with music now. > -- Bob Marley, "Trenchtown Rock" > > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
