Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
theora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
theora
Commits
55573347
Commit
55573347
authored
12 years ago
by
Timothy B. Terriberry
Browse files
Options
Downloads
Patches
Plain Diff
Bring libogg's configure.in into the 21st century.
Patch by Ron Lee. svn path=/trunk/theora/; revision=18761
parent
d0c140ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+6
-3
6 additions, 3 deletions
configure.ac
with
6 additions
and
3 deletions
configure.ac
+
6
−
3
View file @
55573347
...
...
@@ -4,13 +4,13 @@ dnl ------------------------------------------------
dnl Initialization and Versioning
dnl ------------------------------------------------
AC_INIT(libtheora,[1.2.0alpha1+svn])
AC_INIT(
[
libtheora
]
,[1.2.0alpha1+svn]
,[theora-dev@xiph.org]
)
AC_CANONICAL_HOST
AM_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([lib/fdct.c])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
dnl we use doc_DATA in doc/Makefile.am which requires autoconf >= 2.60
dnl to define docdir for us.
...
...
@@ -576,7 +576,7 @@ dnl --------------------------------------------------
AC_SUBST(DEBUG)
AC_SUBST(PROFILE)
AC_
OUTPUT
([
AC_
CONFIG_FILES
([
Makefile
lib/Makefile
lib/arm/armopts.s
...
...
@@ -593,6 +593,9 @@ AC_OUTPUT([
theoraenc.pc
theoraenc-uninstalled.pc
])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT
AS_AC_EXPAND(LIBDIR, ${libdir})
AS_AC_EXPAND(INCLUDEDIR, ${includedir})
...
...
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