Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
pikelang
pike
Commits
47a32d11
Commit
47a32d11
authored
23 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Cleaned up a confusion in the AC_SUBST list.
Rev: src/aclocal.m4:1.38
parent
ffa627a2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/aclocal.m4
+9
-12
9 additions, 12 deletions
src/aclocal.m4
with
9 additions
and
12 deletions
src/aclocal.m4
+
9
−
12
View file @
47a32d11
dnl $Id: aclocal.m4,v 1.3
7
2002/01/27 17:
08:35
mast Exp $
dnl $Id: aclocal.m4,v 1.3
8
2002/01/27 17:
52:13
mast Exp $
dnl Some compatibility with Autoconf 2.50+. Not complete.
dnl Some compatibility with Autoconf 2.50+. Not complete.
dnl newer autoconf call substr m4_substr
dnl newer autoconf call substr m4_substr
...
@@ -234,7 +234,7 @@ define(PIKE_FEATURE_OK,[
...
@@ -234,7 +234,7 @@ define(PIKE_FEATURE_OK,[
define([AC_LOW_MODULE_INIT],
define([AC_LOW_MODULE_INIT],
[
[
# $Id: aclocal.m4,v 1.3
7
2002/01/27 17:
08:35
mast Exp $
# $Id: aclocal.m4,v 1.3
8
2002/01/27 17:
52:13
mast Exp $
MY_AC_PROG_CC
MY_AC_PROG_CC
...
@@ -345,23 +345,20 @@ pushdef([AC_OUTPUT],
...
@@ -345,23 +345,20 @@ pushdef([AC_OUTPUT],
export BINDIR
export BINDIR
AC_SUBST(BUILDDIR)
AC_SUBST(BUILDDIR)
export BUILDDIR
export BUILDDIR
AC_SUBST(TMP_LIBDIR)
export TMP_BUILDDIR
AC_SUBST(TMP_BUILDDIR)
export INSTALL
AC_SUBST(INSTALL)
AC_SUBST(INSTALL)
export
AR
export
INSTALL
AC_SUBST(AR)
AC_SUBST(AR)
export
CFLAGS
export
AR
AC_SUBST(CFLAGS)
AC_SUBST(CFLAGS)
export C
PP
FLAGS
export CFLAGS
AC_SUBST(CPPFLAGS)
AC_SUBST(CPPFLAGS)
export
OPTIMIZE
export
CPPFLAGS
AC_SUBST(OPTIMIZE)
AC_SUBST(OPTIMIZE)
export
WARN
export
OPTIMIZE
AC_SUBST(WARN)
AC_SUBST(WARN)
export
CCSHARED
export
WARN
AC_SUBST(CCSHARED)
AC_SUBST(CCSHARED)
export CCSHARED
PMOD_TARGETS=`echo $srcdir/*.cmod | sed -e "s/\.cmod/\.c/g" | sed -e "s|$srcdir/|\\$(SRCDIR)/|g"`
PMOD_TARGETS=`echo $srcdir/*.cmod | sed -e "s/\.cmod/\.c/g" | sed -e "s|$srcdir/|\\$(SRCDIR)/|g"`
test "$PMOD_TARGETS" = '$(SRCDIR)/*.c' && PMOD_TARGETS=
test "$PMOD_TARGETS" = '$(SRCDIR)/*.c' && PMOD_TARGETS=
...
...
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