Patch for configure.ac : AC_CONFIG_MACRO([m4]) and s/AC_PROG_RANLIB/LT_INIT

This commit is contained in:
Matt Madia
2009-04-07 04:46:18 +00:00
parent 2eaf78bea8
commit 3dd0cd0cec

View File

@@ -0,0 +1,20 @@
diff -Naur sharutils-4.6.3-original/configure.ac sharutils-4.6.3/configure.ac
--- sharutils-4.6.3-original/configure.ac 2009-04-07 00:40:07.000000000 -0400
+++ sharutils-4.6.3/configure.ac 2009-04-07 00:41:01.000000000 -0400
@@ -9,6 +9,7 @@
AC_INIT([sharutils], sharutils_version, sharutils_eaddr)
AC_CONFIG_SRCDIR([src/shar.c])
AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2])
AC_SUBST(DIST_ALPHA)
@@ -20,7 +21,7 @@
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
-AC_PROG_RANLIB
+LT_INIT
dnl FIXME: Check that it is GNU diff indeed.
# Carefully avoid gdiff for X as found on SGI systems.