Skip to content
Snippets Groups Projects
Commit 4b4de96f authored by Landry Breuil's avatar Landry Breuil
Browse files

Appease autohell wrath^Wwarnings about putting m4 stuff in a m4 subdir.

parent a36ab485
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ Makefile.in
/missing
/po/Makefile.in.in
/configure.ac
/m4/
# Autotools files generated into builddir (for in-tree builds)
Makefile
......
@SET_MAKE@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = po
......
......@@ -17,4 +17,6 @@ EOF
exit 1
}
test -d m4 || mkdir m4
xdt-autogen $@
......@@ -12,7 +12,7 @@ m4_define([xfce4_screenshooter_version_tag], [])
m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])])
AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter])
AC_CONFIG_MACRO_DIR([m4])
dnl ***************************
dnl *** Initialize automake ***
dnl ***************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment