File: automark.m4

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,832 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,531; sed: 16
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
AC_DEFUN([GP_CHECK_AUTOMARK],
[
    GP_ARG_DISABLE([Automark], [auto])
    GP_CHECK_PLUGIN_DEPS([Automark], [AUTOMARK],
                         [$GP_GTK_PACKAGE >= 2.8])
    GP_COMMIT_PLUGIN_STATUS([Automark])
    AC_CONFIG_FILES([
        automark/Makefile
        automark/src/Makefile
    ])
])