[go: up one dir, main page]

File: configure.ac

package info (click to toggle)
ui-auto 1.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 784 kB
  • sloc: sh: 3,208; makefile: 50
file content (20 lines) | stat: -rw-r--r-- 307 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.10])
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