File: configure.ac

package info (click to toggle)
ui-auto 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 780 kB
  • ctags: 199
  • sloc: sh: 3,193; makefile: 46
file content (20 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AC_INIT([ui-auto], [1.2.2])
UI_INIT([src/tools/ui-auto-release],,,,[tar-pax])

UI_DISTDIR_CRUFT

AC_PROG_CC

dnl checkbashism: devscripts.deb
AC_PATH_PROG(PROG_XSLTPROG, xsltproc)

UI_PROG_CXX

AC_CONFIG_FILES([
	Makefile
	src/Makefile
	src/m4/Makefile
	src/cmake/Makefile
	src/tools/Makefile
])
AC_OUTPUT