File: configure.ac

package info (click to toggle)
python-uinput 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 929; ansic: 373; makefile: 31; sh: 1
file content (17 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_INIT([libsuinput],
	[0.6.1],
        [https://github.com/tuomasjjrasanen/libsuinput/issues],
        [libsuinput],
        [http://tjjr.fi/sw/libsuinput/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_PROG_AR
AC_PROG_LIBTOOL
AC_PROG_CC
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([
        Makefile
        src/Makefile
        src/libsuinput.pc
])
AC_OUTPUT