print the geometry of a rectangular screen region
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
274 B

  1. AC_INIT([xrectsel], [0.3.1])
  2. AC_CONFIG_AUX_DIR([build-aux])
  3. AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
  4. AC_PROG_CC
  5. AC_SEARCH_LIBS([XOpenDisplay], [X11], , [AC_MSG_ERROR([libx11 is required])])
  6. AC_CONFIG_HEADERS([config.h])
  7. AC_CONFIG_FILES([Makefile])
  8. AC_OUTPUT