   autoreconf -vfi

  # Event codes have been moved out of input.h
  sed -i 's:input.h:input-event-codes.h:' Makefile.in
  # stdin.h is needed for uint32_t and uint8_t typedefs
  sed -i '20a#include <stdint.h>' src/mtd_probe/mtd_probe.h


  ./configure \
    --disable-gudev \
    --disable-introspection \
    --sysconfdir=/etc \
    --bindir=/usr/bin \
    --sbindir=/usr/bin \
    --libdir=/usr/lib \
    --libexecdir=/usr/lib/udev
#  make -j4  LIBS="-lrt"
exit

    LIBS="-lglib-2.0" ./configure \
      --prefix=/usr \
      --with-gtk=gtk$g \
      --enable-icon-browser \
      --enable-html=no \
      --enable-spell=no \
      --enable-sourceview=no
