configure.in 95 B

12345
  1. AC_INIT(abuse)
  2. AM_INIT_AUTOMAKE(abuse, 2.0)
  3. AC_CONFIG_SUBDIRS(abuse imlib)
  4. AC_OUTPUT(Makefile)