Re: CVS Commit by dpage: Since the autotools for some reason refuse to strip - Mailing list pgadmin-hackers

From Chris Campbell
Subject Re: CVS Commit by dpage: Since the autotools for some reason refuse to strip
Date
Msg-id 101f48a8e5b55b76c6605eed3dbc77c4@bignerdranch.com
Whole thread Raw
In response to CVS Commit by dpage: Since the autotools for some reason refuse to strip  (cvs@developer.pgadmin.org)
List pgadmin-hackers
You can leave the executable named "pgadmin3". Just put the following
in the Info.plist:

    <key>CFBundleExecutable</key>
    <string>pgadmin3</string>

- Chris

On Apr 14, 2005, at 12:20, cvs@developer.pgadmin.org wrote:

> Log Message:
> -----------
> Since the autotools for some reason refuse to strip the binary
> (although it should
> be stripped, according to "info automake"), I added a strip command to
> install-exec-hook.
> The rename from pgadmin3 to pgAdmin3 is now in two stepts - first to
> tmp, then to pgAdmin3,
> since some Version of OSX don't seem to like "mv a A".
>
> greetings, Florian Pflug
>
> Modified Files:
> --------------
>     pgadmin3:
>         acinclude.m4 (r1.46 -> r1.47)
>     pgadmin3/src:
>         Makefile.am (r1.103 -> r1.104)
>
> <cvs-2005414162046-diff.txt>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org

Attachment

pgadmin-hackers by date:

Previous
From: OpenMacNews
Date:
Subject: pgadmin3 + wxwidgets-cvs (v2.6) ; dies in 'install-exec-hook"
Next
From: Chris Campbell
Date:
Subject: Re: [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug, postgres-ssl and others