diff options
author | Yaakov Selkowitz <[email protected]> | 2012-12-17 18:22:00 -0600 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-22 14:09:53 +0100 |
commit | 98e016fe4f4b4409a1791ebb7565922153518907 (patch) | |
tree | 604b45c143b4d7a05d7fa72473123293f045a56d /m4/ltversion.m4 | |
parent | 8657fbb128b87b5e88ed9b78b018892eb7e8a396 (diff) | |
download | python-caja-98e016fe4f4b4409a1791ebb7565922153518907.tar.bz2 python-caja-98e016fe4f4b4409a1791ebb7565922153518907.tar.xz |
Remove autotool files from version control
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 deleted file mode 100644 index 93fc771..0000000 --- a/m4/ltversion.m4 +++ /dev/null @@ -1,23 +0,0 @@ -# ltversion.m4 -- version numbers -*- Autoconf -*- -# -# Copyright (C) 2004 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -# Generated from ltversion.in. - -# serial 3175 ltversion.m4 -# This file is part of GNU Libtool - -m4_define([LT_PACKAGE_VERSION], [2.2.10]) -m4_define([LT_PACKAGE_REVISION], [1.3175]) - -AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.10' -macro_revision='1.3175' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) |