libtool upgrade to include m4 directory

Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
This commit is contained in:
Martin-Éric Racine
2013-10-02 22:18:42 +03:00
parent ed0b153f32
commit cb36826843
4 changed files with 13 additions and 1 deletions

View File

@@ -18,6 +18,8 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
SUBDIRS = src
MAINTAINERCLEANFILES = ChangeLog INSTALL

View File

@@ -9,4 +9,6 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
$srcdir/configure --enable-maintainer-mode "$@"
if test -z "$NOCONFIGURE"; then
$srcdir/configure --enable-maintainer-mode "$@"
fi

View File

@@ -30,6 +30,7 @@ AC_INIT([xf86-video-geode],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake

7
m4/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
libtool
libtool.m4
ltmain.sh
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4