diff options
author | Federico Mena Quintero <federico@ximian.com> | 2005-05-06 21:00:01 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2005-05-06 21:00:01 +0000 |
commit | 778b99a403c1a69e33f96cd140666fe7278195e5 (patch) | |
tree | 506f177d349e07cc0210ab611c3e1ab469d30295 /autogen.sh | |
parent | 1d50b80aedacbd4ff84639eefa58b3d59dec6d79 (diff) | |
download | gdk-pixbuf-778b99a403c1a69e33f96cd140666fe7278195e5.tar.gz |
Merged from gtk-2-6:
2005-05-06 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-6:
* gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime
types if this is an AFS directory.
(fill_in_names): If we are in an AFS directory, set the MIME type
blindly to "x-directory/normal".
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 10a7fdad9..eb87eace8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -98,15 +98,26 @@ $ACLOCAL $ACLOCAL_FLAGS || exit $? libtoolize --force || exit $? gtkdocize || exit $? +echo START AUTOHEADER autoheader || exit $? +echo END AUTOHEADER +echo START AUTOMAKE $AUTOMAKE --add-missing || exit $? +echo END AUTOMAKE +echo START_AUTOCONF +echo `which autoconf` +set > /home/federico/kk autoconf || exit $? +echo END_AUTOCONF cd $ORIGDIR || exit $? if test -z "$AUTOGEN_SUBDIR_MODE"; then +echo START CONFIGURE $srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" || exit $? - +echo END CONFIGURE echo echo "Now type 'make' to compile $PROJECT." +else +echo CONFIGURE NOT RUN fi |