Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-screenshooter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Apps
xfce4-screenshooter
Commits
4b4de96f
Commit
4b4de96f
authored
10 years ago
by
Landry Breuil
Browse files
Options
Downloads
Patches
Plain Diff
Appease autohell wrath^Wwarnings about putting m4 stuff in a m4 subdir.
parent
a36ab485
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile.am
+1
-0
1 addition, 0 deletions
Makefile.am
autogen.sh
+2
-0
2 additions, 0 deletions
autogen.sh
configure.ac.in
+1
-1
1 addition, 1 deletion
configure.ac.in
with
5 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
4b4de96f
...
...
@@ -13,6 +13,7 @@ Makefile.in
/missing
/po/Makefile.in.in
/configure.ac
/m4/
# Autotools files generated into builddir (for in-tree builds)
Makefile
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
1
−
0
View file @
4b4de96f
@SET_MAKE@
AUTOMAKE_OPTIONS
=
subdir-objects
ACLOCAL_AMFLAGS
=
-I
m4
${
ACLOCAL_FLAGS
}
SUBDIRS
=
po
...
...
This diff is collapsed.
Click to expand it.
autogen.sh
+
2
−
0
View file @
4b4de96f
...
...
@@ -17,4 +17,6 @@ EOF
exit
1
}
test
-d
m4
||
mkdir
m4
xdt-autogen
$@
This diff is collapsed.
Click to expand it.
configure.ac.in
+
1
−
1
View file @
4b4de96f
...
...
@@ -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 ***************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment