autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about installation configuration


From: Eric Blake
Subject: Re: Question about installation configuration
Date: Mon, 04 Apr 2011 16:30:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.9

[re-adding the list]

On 04/04/2011 04:27 PM, Kevin Anthony wrote:
> I suppose i'm guilty of thinking your mind readers.
> 
> It compiles up on linux boxes, it does use autoconf, and right now i'm
> using --with-foo
> 
> But i need initial connection information for a MySQL server. so as it
> stands, ./configure looks like --with-mysql-server=ipaddress
> --with-mysql-user=username --with-mysql-pass=password
> --with-mysql-database=database
> 
> I was just wondering if there was an autoconf tool for initial configuration?

Autoconf only provides ./configure --with-mysql-server=ipaddress, so it
looks like you're already using it.

> 
> The other option was writing an initial start screen, but that would
> require an additional gsetting, as well as all the code that goes with
> checking for first start, every time my program runs.

If your program is a gui, then that may be more appropriate anyways -
especially since the person building your program for a distro is not
going to have the same preferences for default settings as the person
using your gui pre-built from a distro.  But that's well outside the
realm of autoconf, and something you may be better off asking on lists
dedicated to developing with gsetting or other comparable gui setting
managers.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]