[Bug 531] make and configure modifications for make distcheck

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Wed May 2 22:25:49 CEST 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=531

rodolphe.ortalo at free.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From rodolphe.ortalo at free.fr  2007-05-02 22:25 -------
OK. I understood my mistake: I do not run the autogen.sh scripts because they
configures the source tree and prevents me from building in a separate build
directory.
However, in the case of openmoko-contacts, autogen.sh calls gnome-autogen.sh,
which does much more things than the usual autogen.sh of other OpenMoko
components; including running intltoolize to create the files that were missing
in my initial setup...
So, in fact, the only thing I really need to build in a separate directory is
the following (self-explaining) modification :
Index: autogen.sh
===================================================================
--- autogen.sh  (révision 1897)
+++ autogen.sh  (copie de travail)
@@ -18,6 +18,6 @@
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
-USE_GNOME2_MACROS=1 . gnome-autogen.sh
+NOCONFIGURE=1 USE_GNOME2_MACROS=1 . gnome-autogen.sh
===================================================================
Then I run your autogen.sh and I run configure manually in my build tree (or
just call make).

OK. I think I am going to close the bug maybe even mark it invalid...

(NB: Note the dist_ automake prefix could be used in data/Makefile.am - see the
end of my original changes - IMHO it simplifies maintainance.)




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the buglog mailing list