File: configure.ac

package info (click to toggle)
gworkspace 0.8.8-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,792 kB
  • sloc: objc: 70,525; sh: 305; makefile: 117
file content (17 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_PREREQ(2.52)
AC_INIT

if test -z "$GNUSTEP_MAKEFILES"; then
  AC_MSG_ERROR([You must run the GNUstep initialization script first!])
fi

#--------------------------------------------------------------------
# Use config.guess, config.sub and install-sh provided by gnustep-make
#--------------------------------------------------------------------
AC_CONFIG_AUX_DIR([$GNUSTEP_MAKEFILES])

AC_CONFIG_SUBDIRS([ddbd fswatcher lsfupdater searchtool thumbnailer wopen])

AC_CONFIG_FILES([GNUmakefile])

AC_OUTPUT