Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
8d60e7b0
Commit
8d60e7b0
authored
14 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Distcheck might run now, maybe ...
parent
ae045e63
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.am
+2
-1
2 additions, 1 deletion
Makefile.am
configure.ac
+20
-14
20 additions, 14 deletions
configure.ac
install-pkgheader.sh
+1
-1
1 addition, 1 deletion
install-pkgheader.sh
with
23 additions
and
16 deletions
Makefile.am
+
2
−
1
View file @
8d60e7b0
...
@@ -3,7 +3,8 @@ SUBDIRS = gnu-compat alberta_util alberta add_ons
...
@@ -3,7 +3,8 @@ SUBDIRS = gnu-compat alberta_util alberta add_ons
ACLOCAL_AMFLAGS
=
-I
m4
ACLOCAL_AMFLAGS
=
-I
m4
EXTRA_DIST
=
gen-assemble-fcts.sh mkdoffreemasks.sh
\
EXTRA_DIST
=
gen-assemble-fcts.sh mkdoffreemasks.sh
\
Makefile.am.template generate-alberta-automakefiles.sh
Makefile.am.template generate-alberta-automakefiles.sh
\
install-pkgheader.sh
#
#
# install the libtool-script in the libexecdir s.t. Makefile.alberta
# install the libtool-script in the libexecdir s.t. Makefile.alberta
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
20
−
14
View file @
8d60e7b0
...
@@ -96,20 +96,6 @@ else
...
@@ -96,20 +96,6 @@ else
fi],
fi],
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
[BITS=$(( ${ac_cv_sizeof_long} * 8 ))])
AC_CONFIG_COMMANDS([packageheaders],
[${RM} -r include
for m in `find . -name Makefile`
do
AS_IF(
[${FGREP} -q nodist_pkginclude_HEADERS ${m}],
[d=`AS_DIRNAME(["${m}"])`
${MAKE-make} -C "${d}" INSTALL_HEADER="${ac_top_srcdir}/install-pkgheader.sh" includedir="${ac_abs_top_builddir}/include" install-nodist_pkgincludeHEADERS],
[${FGREP} -q pkginclude_HEADERS ${m}],
[d=`AS_DIRNAME(["${m}"])`
${MAKE-make} -C "${d}" INSTALL_HEADER="${ac_top_srcdir}/install-pkgheader.sh" includedir="${ac_abs_top_builddir}/include" install-pkgincludeHEADERS],
[])
done])
# Collect the demo programs
# Collect the demo programs
DEMOSOURCES=
DEMOSOURCES=
escsrcdir="`echo ${srcdir}|sed -e 's|\.|\\\\.|g'`"
escsrcdir="`echo ${srcdir}|sed -e 's|\.|\\\\.|g'`"
...
@@ -827,6 +813,26 @@ if test "z${EXPERIMENTAL}" = "z1"; then
...
@@ -827,6 +813,26 @@ if test "z${EXPERIMENTAL}" = "z1"; then
AC_MSG_RESULT([])
AC_MSG_RESULT([])
fi
fi
#
# Should come last to make sure we can already use the Makefiles.
#
AC_CONFIG_COMMANDS([packageheaders],
#AC_CONFIG_COMMANDS_POST(
[${RM} -rf include
for m in `find . -name Makefile`
do
# my_top_srcdir=`cd ${srcdir}; pwd`
# my_top_builddir=`pwd`
AS_IF(
[${FGREP} -q nodist_pkginclude_HEADERS ${m}],
[d=`AS_DIRNAME(["${m}"])`
${MAKE-make} -C "${d}" INSTALL_HEADER="${ac_abs_top_srcdir}/install-pkgheader.sh" includedir="${ac_abs_top_builddir}/include" install-nodist_pkgincludeHEADERS],
[${FGREP} -q pkginclude_HEADERS ${m}],
[d=`AS_DIRNAME(["${m}"])`
${MAKE-make} -C "${d}" INSTALL_HEADER="${ac_abs_top_srcdir}/install-pkgheader.sh" includedir="${ac_abs_top_builddir}/include" install-pkgincludeHEADERS],
[])
done])
#
#
# flush everything to disk
# flush everything to disk
#
#
...
...
This diff is collapsed.
Click to expand it.
install-pkgheader.sh
+
1
−
1
View file @
8d60e7b0
...
@@ -18,6 +18,6 @@ done
...
@@ -18,6 +18,6 @@ done
DST
=
"
$1
"
DST
=
"
$1
"
ln
-s
${
SOURCES
}
"
${
DST
}
"
ln
-s
f
${
SOURCES
}
"
${
DST
}
"
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