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.

7 lines
226 B

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