On looking back at my changes I see I did make a change that could impact the debian build. The following was changed:
AC_PREFIX_DEFAULT(/usr) It used to specify /opt/ooRexx. I don't see how that would adversely impact the debian build, but it might. The impact of this change should force files to be installed in /usr/bin and /usr/lib (but probably not /usr/lib64 as I had to jump through a few hoops to make that happen in the spec file). David Ashley On 10/19/2010 02:54 PM, Mark Miesfeld wrote: > On Tue, Oct 19, 2010 at 12:31 PM, David Ashley > <[email protected]> wrote: > >> That new location for the library files is reflected in the oorexx.spec >> file. >> I did not attempt to make any changes to the debian build locations. There >> have >> been NO CHANGES to the Makefile.am so far other than a small header file >> search >> that was added. > Hmm, okay. I just looked at the commits. > > You did make 4 or 5 changes to Makefile.am, that I didn't look at > closely at the time. When I saw that the debian files were not > getting installed in /opt/ooRexx, I had assumed it came from your > changes. But apparently not. > > -- > Mark Miesfeld > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
