2006-01-20 Jeff Johnston <jjohnstn@redhat.com>
* acconfig.h: New file to generate newlib.hin from. * newlib.hin: Regenerated. * stamp-h.in: Regenerated. * Makefile.am: Add ACLOCAL_AMFLAGS so aclocal can be called automatically. * Makefile.in: Regenerated. * acinclude.m4: Add proper comment for hack in previous change. * aclocal.m4 */aclocal.m4: Regenerated. * configure */configure: Regenerated.
This commit is contained in:
2
newlib/libm/machine/aclocal.m4
vendored
2
newlib/libm/machine/aclocal.m4
vendored
@ -165,7 +165,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
|
||||
|
||||
AC_PROG_INSTALL
|
||||
|
||||
# Hack
|
||||
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
|
||||
ac_given_INSTALL=$INSTALL
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
2
newlib/libm/machine/configure
vendored
2
newlib/libm/machine/configure
vendored
@ -1431,7 +1431,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
||||
|
||||
# Hack
|
||||
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
|
||||
ac_given_INSTALL=$INSTALL
|
||||
|
||||
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
|
||||
|
2
newlib/libm/machine/i386/aclocal.m4
vendored
2
newlib/libm/machine/i386/aclocal.m4
vendored
@ -165,7 +165,7 @@ AC_CHECK_TOOL(RANLIB, ranlib, :)
|
||||
|
||||
AC_PROG_INSTALL
|
||||
|
||||
# Hack
|
||||
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
|
||||
ac_given_INSTALL=$INSTALL
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
2
newlib/libm/machine/i386/configure
vendored
2
newlib/libm/machine/i386/configure
vendored
@ -1431,7 +1431,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
||||
|
||||
# Hack
|
||||
# Hack to ensure that INSTALL won't be set to "../" with autoconf 2.13. */
|
||||
ac_given_INSTALL=$INSTALL
|
||||
|
||||
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
|
||||
|
Reference in New Issue
Block a user