Hello, On Mon, Dec 16, 2013 at 2:48 PM, Prathamesh P Ghanekar <[email protected]> wrote: > I am trying to build enlightenment project from source (rev. a7c7516) > When I try to run configure.ac, I get the following error. > > prathamesh@ubuntu12:/home/prathamesh/test/enlightenment-a7c7516$ > ./configure.ac > ./configure.ac: line 3: syntax error near unexpected token `[v_maj],' > ./configure.ac: line 3: `m4_define([v_maj], [0])' > > Can you help me out with the same? > And, the process to build enlightenment is simple configure.ac, > configure,make,make install or anything else needs to be added??
configure.ac is just a "program" that needs to be "compiled". Just use autogen.sh to do so. Once done, you can do ./configure && make && make install. Enjoy, -- Cedric BAIL ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
