Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xfce4-dev-tools
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
Xfce
xfce4-dev-tools
Commits
83019e7a
Commit
83019e7a
authored
15 years ago
by
Brian Tarricone
Browse files
Options
Downloads
Patches
Plain Diff
also support the newer IT_PROG_INTLTOOL macro
(Old svn revision: 30408)
parent
1bc99454
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
NEWS
+4
-1
4 additions, 1 deletion
NEWS
scripts/xdt-autogen.in
+2
-2
2 additions, 2 deletions
scripts/xdt-autogen.in
with
11 additions
and
3 deletions
ChangeLog
+
5
−
0
View file @
83019e7a
2009-07-27 Brian Tarricone <brian@tarricone.org>
* scripts/xdt-autogen.in: Also support newer IT_PROG_INTLTOOL
macro.
2009-05-04 Brian Tarricone <bjt23@cornell.edu>
* m4macros/xdt-features.m4: Add a bunch more compiler warning
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
4
−
1
View file @
83019e7a
4.6.2
=====
- Also support the newer IT_PROG_INTLTOOL macro
4.6.0
=====
- Replace grep -P with awk and thus make the script more portable. Properly
detect changed ChangeLogs in SVN. This should get rid the empty lines when
committing several changed ChangeLogs (bug #4716).
4.5.93
======
- Remove unreliable and not really needed intltool auto-patch.
...
...
This diff is collapsed.
Click to expand it.
scripts/xdt-autogen.in
+
2
−
2
View file @
83019e7a
...
...
@@ -161,7 +161,7 @@ EOF
##
test
-z
"
${
XDT_PROG_INTLTOOLIZE
}
"
&&
XDT_PROG_INTLTOOLIZE
=
"intltoolize"
for
configure_file
in
$CONFIGURE_FILES
;
do
if
grep
"^AC_PROG_INTLTOOL"
"
${
configure_file
}
"
>
/dev/null 2>&1
;
then
if
grep
-E
"^
(
AC
|IT)
_PROG_INTLTOOL"
"
${
configure_file
}
"
>
/dev/null 2>&1
;
then
(
${
XDT_PROG_INTLTOOLIZE
}
--version
)
</dev/null
>
/dev/null 2>&1
||
{
cat
>
&2
<<
EOF
xdt-autogen: You must have "intltool" installed on your system.
...
...
@@ -345,7 +345,7 @@ for configure_file in ${CONFIGURE_FILES}; do
fi
fi
if
grep
"^AC_PROG_INTLTOOL"
"
${
configure_file
}
"
>
/dev/null 2>&1
;
then
if
grep
-E
"^
(
AC
|IT)
_PROG_INTLTOOL"
"
${
configure_file
}
"
>
/dev/null 2>&1
;
then
(
echo
"Running
${
XDT_PROG_INTLTOOLIZE
}
--automake --copy --force"
&&
cd
"
${
source_dir
}
"
&&
${
XDT_PROG_INTLTOOLIZE
}
--automake
--copy
--force
)
||
exit
1
...
...
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