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

From cvs@developer.pgadmin.org
Subject CVS Commit by dpage: Since the autotools for some reason refuse to strip
Date
Msg-id 200504141620.j3EGKkHw010227@developer.pgadmin.org
Whole thread Raw
Responses Re: CVS Commit by dpage: Since the autotools for some reason refuse to strip  (Chris Campbell <chris@bignerdranch.com>)
List pgadmin-hackers
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

pgadmin-hackers by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: [PATCH] Strip binary on OSX when not configured with --enable-debug
Next
From: "Dave Page"
Date:
Subject: Re: [PATCH] Strip binary on OSX when not configured with --enable-debug