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
0bb6fe17
Commit
0bb6fe17
authored
16 years ago
by
Jerome Guelfucci
Browse files
Options
Downloads
Patches
Plain Diff
Add maintainer information about xml2po and xsltproc
(Old svn revision: 6661)
parent
b1a032dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+6
-1
6 additions, 1 deletion
ChangeLog
configure.ac.in
+10
-2
10 additions, 2 deletions
configure.ac.in
with
16 additions
and
3 deletions
ChangeLog
+
6
−
1
View file @
0bb6fe17
2009-02-07 jeromeg
2009-02-08 jeromeg
* configure.ac.in: add maintainer information about xml2po and
xsltproc.
2009-02-08 jeromeg
* docs/, po-doc, configure.ac.in: add French documentation.
* docs/, po-doc, configure.ac.in: add French documentation.
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
10
−
2
View file @
0bb6fe17
...
@@ -121,12 +121,20 @@ dnl ***************************
...
@@ -121,12 +121,20 @@ dnl ***************************
echo ""
echo ""
echo "Build Configuration:"
echo "Build Configuration:"
echo ""
echo ""
if test x"$GIO_FOUND" = x"yes"; then
if test x"$GIO_FOUND" = x"yes"; then
echo " * Open with support: yes"
echo " * Open with support: yes"
else
else
echo " * Open with support: no"
echo " * Open with support: no"
fi
fi
dnl
echo " * Debugging support: $enable_debug"
echo " * Debugging support: $enable_debug"
echo ""
echo "Maintainer Configuration:"
echo ""
echo " * Xml2po enabled: $enable_xml2po"
echo " * Xsltproc enabled: $enable_xsltproc"
echo ""
echo ""
echo "Configure finished, type 'make' to build."
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