diff --git a/.cvsignore b/.cvsignore index c5bb0b80..287980aa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -33,3 +33,4 @@ libgtop.spec libgtop*.tar.gz *-debstamp libgtop*.pc +autom4te.cache diff --git a/ChangeLog b/ChangeLog index b21a18e3..bb27ef38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-20 Bastien Nocera + + * .cvsignore: updated + * configure.in: removed all traces of guile stuff + * sysdeps/guile/.cvsignore: removed + 2003-10-20 Bastien Nocera * sysdeps/Makefile.am: diff --git a/configure.in b/configure.in index bc772223..09f6af23 100644 --- a/configure.in +++ b/configure.in @@ -91,10 +91,6 @@ AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes) GNOME_LIBGTOP_SYSDEPS GNOME_LIBGTOP_TYPES -dnl AC_ARG_WITH(libgtop-guile, -dnl [ --with-libgtop-guile Build the libgtop guile interface (default=no)], -dnl [build_guile="$withval"], [build_guile=yes]) - AC_ARG_WITH(libgtop-inodedb, [ --with-libgtop-inodedb Build the inodedb stuff (default=no)], [build_inodedb="$withval"], [build_inodedb=no]) @@ -122,7 +118,7 @@ else fi if test "x$enable_static" != xno; then - static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static timings_static $guile_static_examples $smp_static_examples" + static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static timings_static $smp_static_examples" else static_targets="" fi @@ -331,7 +327,7 @@ machine_incs="-I\$(top_srcdir)/sysdeps/$sysdeps_dir" AC_SUBST(machine_incs) -INCLUDES="-D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I\$(top_builddir) -I\$(top_srcdir) -I\$(top_srcdir)/sysdeps/$sysdeps_dir -I\$(top_srcdir)/include $GLIB_CFLAGS $CFLAGS $X_CFLAGS $guile_def "'-DGTOPLOCALEDIR=\"$(datadir)/locale\" -DLIBGTOP_VERSION=\"'"$LIBGTOP_VERSION"'\" -DLIBGTOP_SERVER_VERSION=\"'"$LIBGTOP_SERVER_VERSION"'\" -DLIBGTOP_VERSION_CODE='$LIBGTOP_VERSION_CODE' -DLIBGTOP_SERVER=\"'"$LIBGTOP_SERVER"'\"' +INCLUDES="-D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I\$(top_builddir) -I\$(top_srcdir) -I\$(top_srcdir)/sysdeps/$sysdeps_dir -I\$(top_srcdir)/include $GLIB_CFLAGS $CFLAGS $X_CFLAGS "'-DGTOPLOCALEDIR=\"$(datadir)/locale\" -DLIBGTOP_VERSION=\"'"$LIBGTOP_VERSION"'\" -DLIBGTOP_SERVER_VERSION=\"'"$LIBGTOP_SERVER_VERSION"'\" -DLIBGTOP_VERSION_CODE='$LIBGTOP_VERSION_CODE' -DLIBGTOP_SERVER=\"'"$LIBGTOP_SERVER"'\"' AC_SUBST(INCLUDES) diff --git a/sysdeps/aix/.cvsignore b/sysdeps/aix/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/sysdeps/aix/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/sysdeps/aix/ChangeLog b/sysdeps/aix/ChangeLog index 0b61ebd3..c3f9d2f2 100644 --- a/sysdeps/aix/ChangeLog +++ b/sysdeps/aix/ChangeLog @@ -1,3 +1,7 @@ +2003-10-20 Bastien Nocera + + * .cvsignore: added + 2002-09-24 Laurent Vivier * Create sysdeps/aix (from stub) diff --git a/sysdeps/guile/.cvsignore b/sysdeps/guile/.cvsignore deleted file mode 100644 index db2bb60f..00000000 --- a/sysdeps/guile/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -guile.c -so_locations -libgtop_guile.la -*.lo -*.x