summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2005-05-06 21:00:01 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2005-05-06 21:00:01 +0000
commit778b99a403c1a69e33f96cd140666fe7278195e5 (patch)
tree506f177d349e07cc0210ab611c3e1ab469d30295 /autogen.sh
parent1d50b80aedacbd4ff84639eefa58b3d59dec6d79 (diff)
downloadgtk+-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-xautogen.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 10a7fdad97..eb87eace89 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