Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
1f4da6c1
Commit
1f4da6c1
authored
Sep 07, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
directory order changed
parent
6ea088f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+2
-2
configure.in
configure.in
+1
-1
No files found.
configure
View file @
1f4da6c1
...
...
@@ -22441,7 +22441,7 @@ done
ac_config_headers
=
"
$ac_config_headers
config.h"
ac_config_files
=
"
$ac_config_files
libasn1compiler/Makefile skeletons/tests
/Makefile libasn1parser/Makefile libasn1print/Makefile asn1c/tests/Makefile libasn1fix/Makefile skeletons/Makefile examples/Makefile tests/Makefile asn1c/Makefile doc/Makefile Makefile"
ac_config_files
=
"
$ac_config_files
skeletons/tests/Makefile libasn1compiler
/Makefile libasn1parser/Makefile libasn1print/Makefile asn1c/tests/Makefile libasn1fix/Makefile skeletons/Makefile examples/Makefile tests/Makefile asn1c/Makefile doc/Makefile Makefile"
cat
>
confcache
<<
\
_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
...
...
@@ -23026,8 +23026,8 @@ for ac_config_target in $ac_config_targets
do
case "
$ac_config_target
" in
# Handling of arguments.
"libasn1compiler/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
libasn1compiler/Makefile" ;;
"skeletons/tests/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
skeletons/tests/Makefile" ;;
"libasn1compiler/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
libasn1compiler/Makefile" ;;
"libasn1parser/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
libasn1parser/Makefile" ;;
"libasn1print/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
libasn1print/Makefile" ;;
"asn1c/tests/Makefile" ) CONFIG_FILES="
$CONFIG_FILES
asn1c/tests/Makefile" ;;
...
...
configure.in
View file @
1f4da6c1
...
...
@@ -87,8 +87,8 @@ AC_CHECK_FUNCS(mergesort)
AM_CONFIG_HEADER(config.h)
AC_OUTPUT( \
libasn1compiler/Makefile \
skeletons/tests/Makefile \
libasn1compiler/Makefile \
libasn1parser/Makefile \
libasn1print/Makefile \
asn1c/tests/Makefile \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment