Re: getopt_long search in configure - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: getopt_long search in configure
Date
Msg-id 200207170254.g6H2sSQ15895@candle.pha.pa.us
Whole thread Raw
In response to Re: getopt_long search in configure  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> Bruce Momjian writes:
> 
> > I have it here in /usr/local/include.  Not sure how it got there.  It
> > must have been installed by some other software.
> 
> OK good.  But the check should be
> 
> AC_SEARCH_LIBS(getopt_long, [getopt])
> 
> That way you check if the library actually contains the function you want.

Thanks.  Change made.  I was finding it hard to debug the pg_restore
flag problems without long options.  This way, I have them.  I will try
to research how I got libgetopt.a in /usr/local/include.  Does anyone
else have one?  Maybe I generated it by hand.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Future of src/utils
Next
From: Joe Conway
Date:
Subject: Re: pg_views.definition