File: configure.ac

package info (click to toggle)
libsynaptics 0.14.6b-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,116 kB
  • ctags: 194
  • sloc: sh: 8,570; cpp: 701; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
9
AC_INIT(pad.cpp)
AM_INIT_AUTOMAKE(libsynaptics,0.14.4d)
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL
AC_PROG_CXX
AC_PROG_INSTALL
AC_OUTPUT(Makefile)