Dear Sandeep,

On Fri, Apr 12, 2024 at 11:31:18AM +0530, Sandeep Kumar wrote:
> I am facing this error.
> 
> [root@ip-172-31-27-63 libosmo-sccp]# ./configure.ac

configure.ac is not a shell script nor an executable program.  

It is an autoconfig file.  Please read up on autotools basics like
they have remained unchanged for decades.  A  quick online search
found for example 
https://devmanual.gentoo.org/general-concepts/autotools/index.html#the-configure.ac-file

or of course the official documentation at
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#Making-configure-Scripts

The usual build sequence is something like

autoreconf -fi
./configure
make

-- 
- Harald Welte <[email protected]>           https://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)

Reply via email to