File: configure.ac

package info (click to toggle)
libsynaptics 0.14.6c-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,440 kB
  • ctags: 201
  • sloc: sh: 8,578; cpp: 644; makefile: 19
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.6c)
AM_PROG_LIBTOOL
AC_PROG_LIBTOOL
AC_PROG_CXX
AC_PROG_INSTALL
AC_OUTPUT(Makefile)