Revert accidental commit

This commit is contained in:
Matthias Clasen 2005-05-09 15:03:45 +00:00
parent 379c61429c
commit e899aa852a
4 changed files with 13 additions and 12 deletions

View File

@ -1,3 +1,7 @@
2005-05-09 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Revert accidental commit.
2005-05-08 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcolor.c (gdk_cairo_set_source_color):

View File

@ -1,3 +1,7 @@
2005-05-09 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Revert accidental commit.
2005-05-08 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcolor.c (gdk_cairo_set_source_color):

View File

@ -1,3 +1,7 @@
2005-05-09 Matthias Clasen <mclasen@redhat.com>
* autogen.sh: Revert accidental commit.
2005-05-08 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkcolor.c (gdk_cairo_set_source_color):

View File

@ -98,26 +98,15 @@ $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