---------------------------------------- > From: [email protected] > To: [email protected] > Date: Mon, 16 Dec 2013 05:48:40 +0000 > Subject: [E-devel] Error configuring enlightenment > > Hi, > 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?? > > Regards, > Prathamesh
configure.ac is not something you run, you run automake/autoconf which converts it to a configure script. Run autogen.sh, it'll run all of the autotools for you. Better yet, just use a release tarball instead, the configure script is already generated for you. ------------------------------------------------------------------------------ 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
