mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Typo.
This commit is contained in:
parent
953c398086
commit
f144234676
@ -1,7 +1,7 @@
|
||||
# Configuration of a program that links with librpathx.
|
||||
AC_INIT(configure.in)
|
||||
AC_CONFIG_AUX_DIRS($global_top_srcdir ../..)
|
||||
AM_INIT_AUTOMAKE(gexttext_rpathlx, 0)
|
||||
AM_INIT_AUTOMAKE(gettext_rpathlx, 0)
|
||||
AC_PROG_CC
|
||||
AC_LIB_LINKFLAGS([rpathx])
|
||||
AC_SUBST(global_top_srcdir)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Configuration of a program that links with librpathy.
|
||||
AC_INIT(configure.in)
|
||||
AC_CONFIG_AUX_DIRS($global_top_srcdir ../..)
|
||||
AM_INIT_AUTOMAKE(gexttext_rpathly, 0)
|
||||
AM_INIT_AUTOMAKE(gettext_rpathly, 0)
|
||||
AC_PROG_CC
|
||||
AC_LIB_LINKFLAGS([rpathy])
|
||||
AC_SUBST(global_top_srcdir)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Configuration of a program that links with librpathy.
|
||||
AC_INIT(configure.in)
|
||||
AC_CONFIG_AUX_DIRS($global_top_srcdir ../..)
|
||||
AM_INIT_AUTOMAKE(gexttext_rpathlyx, 0)
|
||||
AM_INIT_AUTOMAKE(gettext_rpathlyx, 0)
|
||||
AC_PROG_CC
|
||||
AC_LIB_LINKFLAGS([rpathx])
|
||||
AC_LIB_LINKFLAGS([rpathy],[rpathx])
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Configuration of librpathx.
|
||||
AC_INIT(configure.in)
|
||||
AC_CONFIG_AUX_DIRS($global_top_srcdir ../..)
|
||||
AM_INIT_AUTOMAKE(gexttext_rpathx, 0)
|
||||
AM_INIT_AUTOMAKE(gettext_rpathx, 0)
|
||||
AC_PROG_CC
|
||||
AM_PROG_LIBTOOL
|
||||
AC_SUBST(global_top_srcdir)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Configuration of librpathy that depends on librpathx.
|
||||
AC_INIT(configure.in)
|
||||
AC_CONFIG_AUX_DIRS($global_top_srcdir ../..)
|
||||
AM_INIT_AUTOMAKE(gexttext_rpathy, 0)
|
||||
AM_INIT_AUTOMAKE(gettext_rpathy, 0)
|
||||
AC_PROG_CC
|
||||
AM_PROG_LIBTOOL
|
||||
AC_LIB_LINKFLAGS([rpathx])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user