diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-21 02:26:50 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-21 02:26:50 -0700 |
commit | c599b4c3473128745049a7b0b3a421e587995617 (patch) | |
tree | 625092153e0f8266e8cf213fccf2636ef2f0c712 /m4/ltversion.m4 | |
parent | e6c97f86dbe8e5abdddb68480dea473c46d34d3f (diff) | |
parent | a1c0ddc581c0359e6e543cec5ac6502127a9d2a7 (diff) | |
download | caja-c599b4c3473128745049a7b0b3a421e587995617.tar.bz2 caja-c599b4c3473128745049a7b0b3a421e587995617.tar.xz |
Merge pull request #188 from infirit/master
Add disable-icon-update for distcheck / various cleanups
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 07a8602d..00000000 --- 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. - -# @configure_input@ - -# serial 3337 ltversion.m4 -# This file is part of GNU Libtool - -m4_define([LT_PACKAGE_VERSION], [2.4.2]) -m4_define([LT_PACKAGE_REVISION], [1.3337]) - -AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.2' -macro_revision='1.3337' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) |