Thread: CVS Commit by dpage: Since the autotools for some reason refuse to strip

CVS Commit by dpage: Since the autotools for some reason refuse to strip

From
cvs@developer.pgadmin.org
Date:
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)


Attachment

Re: CVS Commit by dpage: Since the autotools for some reason refuse to strip

From
Chris Campbell
Date:
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