mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
rename configure.in to configure.ac
This commit is contained in:
parent
0bb7cc3fce
commit
3a8ab85d96
@ -153,7 +153,7 @@ something that libtool has added. The -0 suffix is added by libtool
|
|||||||
and is the value of "LT_CURRENT - LT_AGE". The 0 should *not* be
|
and is the value of "LT_CURRENT - LT_AGE". The 0 should *not* be
|
||||||
thought to be part of the version number of GLib. The LT_CURRENT -
|
thought to be part of the version number of GLib. The LT_CURRENT -
|
||||||
LT_AGE value will on purpose be kept as zero as long as binary
|
LT_AGE value will on purpose be kept as zero as long as binary
|
||||||
compatibility is maintained. For the gory details, see configure.in
|
compatibility is maintained. For the gory details, see configure.ac
|
||||||
and libtool documentation.
|
and libtool documentation.
|
||||||
|
|
||||||
Building with Visual Studio
|
Building with Visual Studio
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
|
/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
|
||||||
/* config.h. Generated by configure. */
|
/* config.h. Generated by configure. */
|
||||||
/* config.h.in. Generated from configure.in by autoheader. */
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
/* Define if building universal (internal helper macro) */
|
/* Define if building universal (internal helper macro) */
|
||||||
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
||||||
|
@ -6,7 +6,7 @@ dnl ***********************************
|
|||||||
dnl *** include special GLib macros ***
|
dnl *** include special GLib macros ***
|
||||||
dnl ***********************************
|
dnl ***********************************
|
||||||
|
|
||||||
m4_define(glib_configure_in)
|
m4_define(glib_configure_ac)
|
||||||
|
|
||||||
#
|
#
|
||||||
# The following version number definitions apply to GLib, GModule, GObject,
|
# The following version number definitions apply to GLib, GModule, GObject,
|
||||||
@ -2918,7 +2918,7 @@ AC_CONFIG_COMMANDS([glib/glibconfig.h],
|
|||||||
cat > $outfile <<\_______EOF
|
cat > $outfile <<\_______EOF
|
||||||
/* glibconfig.h
|
/* glibconfig.h
|
||||||
*
|
*
|
||||||
* This is a generated file. Please modify 'configure.in'
|
* This is a generated file. Please modify 'configure.ac'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __G_LIBCONFIG_H__
|
#ifndef __G_LIBCONFIG_H__
|
@ -50,7 +50,7 @@
|
|||||||
* g_mem_profile().
|
* g_mem_profile().
|
||||||
* REALLOC_0_WORKS is defined if g_realloc (NULL, x) works.
|
* REALLOC_0_WORKS is defined if g_realloc (NULL, x) works.
|
||||||
* SANE_MALLOC_PROTOS is defined if the systems malloc() and friends functions
|
* SANE_MALLOC_PROTOS is defined if the systems malloc() and friends functions
|
||||||
* match the corresponding GLib prototypes, keep configure.in and gmem.h in sync here.
|
* match the corresponding GLib prototypes, keep configure.ac and gmem.h in sync here.
|
||||||
* g_mem_gc_friendly is TRUE, freed memory should be 0-wiped.
|
* g_mem_gc_friendly is TRUE, freed memory should be 0-wiped.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1242,7 +1242,7 @@ g_static_mutex_init (GStaticMutex *mutex)
|
|||||||
* a GMutex. In that case, the first access we make to the static mutex
|
* a GMutex. In that case, the first access we make to the static mutex
|
||||||
* must first allocate the normal GMutex and store it into the pointer.
|
* must first allocate the normal GMutex and store it into the pointer.
|
||||||
*
|
*
|
||||||
* configure.in writes macros into glibconfig.h to determine if
|
* configure.ac writes macros into glibconfig.h to determine if
|
||||||
* g_static_mutex_get_mutex() accesses the sturcture in memory directly
|
* g_static_mutex_get_mutex() accesses the sturcture in memory directly
|
||||||
* (on platforms where we are able to do that) or if it ends up here,
|
* (on platforms where we are able to do that) or if it ends up here,
|
||||||
* where we may have to allocate the GMutex before returning it.
|
* where we may have to allocate the GMutex before returning it.
|
||||||
@ -1327,7 +1327,7 @@ g_static_mutex_free (GStaticMutex* mutex)
|
|||||||
g_return_if_fail (mutex);
|
g_return_if_fail (mutex);
|
||||||
|
|
||||||
/* The runtime_mutex is the first (or only) member of GStaticMutex,
|
/* The runtime_mutex is the first (or only) member of GStaticMutex,
|
||||||
* see both versions (of glibconfig.h) in configure.in. Note, that
|
* see both versions (of glibconfig.h) in configure.ac. Note, that
|
||||||
* this variable is NULL, if g_thread_init() hasn't been called or
|
* this variable is NULL, if g_thread_init() hasn't been called or
|
||||||
* if we're using the default thread implementation and it provides
|
* if we're using the default thread implementation and it provides
|
||||||
* static mutexes. */
|
* static mutexes. */
|
||||||
|
@ -280,7 +280,7 @@ msgstr ""
|
|||||||
|
|
||||||
dnl These rules are solely for the distribution goal. While doing this
|
dnl These rules are solely for the distribution goal. While doing this
|
||||||
dnl we only have to keep exactly one list of the available catalogs
|
dnl we only have to keep exactly one list of the available catalogs
|
||||||
dnl in configure.in.
|
dnl in configure.ac.
|
||||||
for lang in $ALL_LINGUAS; do
|
for lang in $ALL_LINGUAS; do
|
||||||
GMOFILES="$GMOFILES $lang.gmo"
|
GMOFILES="$GMOFILES $lang.gmo"
|
||||||
POFILES="$POFILES $lang.po"
|
POFILES="$POFILES $lang.po"
|
||||||
@ -409,7 +409,7 @@ AC_DEFINE_UNQUOTED($1, "$localedir",
|
|||||||
dnl
|
dnl
|
||||||
dnl Now the definitions that aclocal will find
|
dnl Now the definitions that aclocal will find
|
||||||
dnl
|
dnl
|
||||||
ifdef(glib_configure_in,[],[
|
ifdef(glib_configure_ac,[],[
|
||||||
AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
|
AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
|
||||||
AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
|
AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
|
||||||
])dnl
|
])dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user