mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-02-17 19:50:35 +01:00
build: use dnl for comments in configure.ac
This simply means the comments are not copied into the executed configure script.
This commit is contained in:
parent
df77638da1
commit
40f4e738e4
14
configure.ac
14
configure.ac
@ -1,5 +1,5 @@
|
|||||||
# -*- Autoconf -*-
|
dnl -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT([fdk-aac], [0.1.0], [http://sourceforge.net/projects/opencore-amr/])
|
AC_INIT([fdk-aac], [0.1.0], [http://sourceforge.net/projects/opencore-amr/])
|
||||||
AC_CONFIG_AUX_DIR(.)
|
AC_CONFIG_AUX_DIR(.)
|
||||||
@ -8,16 +8,16 @@ AM_INIT_AUTOMAKE([tar-ustar])
|
|||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
# Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
||||||
# Setup for libtool
|
dnl Setup for libtool
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_SUBST(LIBTOOL_DEPS)
|
AC_SUBST(LIBTOOL_DEPS)
|
||||||
|
|
||||||
# soname version to use
|
dnl soname version to use
|
||||||
# goes by ‘current[:revision[:age]]’ with the soname ending up as
|
dnl goes by ‘current[:revision[:age]]’ with the soname ending up as
|
||||||
# current.age.revision.
|
dnl current.age.revision
|
||||||
FDK_AAC_VERSION=0:1:0
|
FDK_AAC_VERSION=0:1:0
|
||||||
AC_SUBST(FDK_AAC_VERSION)
|
AC_SUBST(FDK_AAC_VERSION)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user