After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 309090 - improved autogen.sh
improved autogen.sh
Status: VERIFIED DUPLICATE of bug 312321
Product: anjuta
Classification: Applications
Component: unknown
unspecified
Other All
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-26 22:32 UTC by Kristof Vansant
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kristof Vansant 2005-06-26 22:32:33 UTC
Please describe the problem:
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
REQUIRED_AUTOMAKE_VERSION=1.7

DIE=0

(test -f $srcdir/configure.in) || {
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
    echo " top-level package directory"
    exit 1
}

echo "Generating initial interface files"
sh -c "cd $srcdir/libanjuta/interfaces && \
perl anjuta-idl-compiler.pl libanjuta && \
touch iface-built.stamp"


which gnome-autogen.sh || {
    echo "You need to install gnome-common from the GNOME CVS"
    exit 1
}
USE_GNOME2_MACROS=1 . gnome-autogen.sh


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Kristof Vansant 2005-07-27 11:47:13 UTC
common, just test it, with the orginal it wouldn't build on my system.

Less code and will build using the correct automake version.

on ubuntu I got automake-1.4 and automake-1.9 installed 
without this it wanted to use the wrong automake version.
Comment 2 Naba Kumar 2005-08-02 10:36:06 UTC

*** This bug has been marked as a duplicate of 312321 ***
Comment 3 Naba Kumar 2006-12-04 09:59:55 UTC
Closing all fixed bugs. Sorry for the mass update :( ...