index f36af79dd4ff5ff1048e5c3047b24c55814a58fe..1b25efacfdaa1202e10910d16e63f75f11b56bd5 100644 (file)
aclocal.m4
aclocal.m4t
autom4te.cache
-build-aux
config.cache
config.h
config-h.in
index 21bfd603f38257e86a85508967f64268840358d1..ed1f298b5be5e57d48a490658b904ef2efd37031 100644 (file)
aclocal.m4
aclocal.m4t
autom4te.cache
-build-aux
config.cache
config.h
config-h.in
index 0a986c6cc4d9de3a6cefa831d25fa629891b8bd9..d7be92b39054017b33f62c41ae6ca3d4761a0cd8 100644 (file)
2007年11月06日 Eric Blake <ebb9@byu.net>
+ * build-aux/mkstamp: Rename from ltdl/config/mkstamp.
+
* Makefile.am (tests/package.m4): Work around bash bug.
Reported by Ralf Wildenhues.
new file mode 100644
(file)
index 0000000..
3a8e904
--- /dev/null
+compile
+config.*
+depcomp
+gendocs.sh
+gnupload
+install-sh
+link-warning.h
+ltmain.sh
+mdate-sh
+missing
+mkinstalldirs
+texinfo.tex
new file mode 100644
(file)
index 0000000..
3a8e904
--- /dev/null
+compile
+config.*
+depcomp
+gendocs.sh
+gnupload
+install-sh
+link-warning.h
+ltmain.sh
+mdate-sh
+missing
+mkinstalldirs
+texinfo.tex
new file mode 100755
(executable)
index 0000000..
3e81c96
--- /dev/null
+#! /bin/sh
+
+# mkstamp - extract data from Revision and Date RCS tags in a file
+# Copyright (C) 1999, 2003, 2007 Free Software Foundation, Inc.
+# Alexandre Oliva <oliva@dcc.unicamp.br>
+#
+# This file is part of GNU M4.
+#
+# GNU M4 is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GNU M4 is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This script expects to find a line containing both Revision and Date
+# tags, and it edits this line so that it looks like ` $rev $date'
+
+# Command-line arguments are passed down to sed; additional -e cmd
+# arguments are acceptable. If no input filename is specified in the
+# command line, sed will read from stdin.
+
+exec sed -e '
+ s%.*\$''Revision: \([^$]*\) \$.*\$''Date: \([^$]*\) \$.*% 1円 2円%
+ t end
+ d
+ : end' ${1+"$@"}
index e2af3df6756fa64f20deb7f76147941f1a22eb42..aec0bad817dd6a754dbf217bd394ecce586dbb2e 100644 (file)
argz_.h
argz.h
autom4te.cache
+config
config-h.in
config.*
configure
index e2af3df6756fa64f20deb7f76147941f1a22eb42..aec0bad817dd6a754dbf217bd394ecce586dbb2e 100644 (file)
argz_.h
argz.h
autom4te.cache
+config
config-h.in
config.*
configure
deleted file mode 100644
(file)
index
3a8e904..0000000
+++ /dev/null
-compile
-config.*
-depcomp
-gendocs.sh
-gnupload
-install-sh
-link-warning.h
-ltmain.sh
-mdate-sh
-missing
-mkinstalldirs
-texinfo.tex
deleted file mode 100644
(file)
index
3a8e904..0000000
+++ /dev/null
-compile
-config.*
-depcomp
-gendocs.sh
-gnupload
-install-sh
-link-warning.h
-ltmain.sh
-mdate-sh
-missing
-mkinstalldirs
-texinfo.tex
deleted file mode 100755
(executable)
index
3e81c96..0000000
+++ /dev/null
-#! /bin/sh
-
-# mkstamp - extract data from Revision and Date RCS tags in a file
-# Copyright (C) 1999, 2003, 2007 Free Software Foundation, Inc.
-# Alexandre Oliva <oliva@dcc.unicamp.br>
-#
-# This file is part of GNU M4.
-#
-# GNU M4 is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# GNU M4 is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# This script expects to find a line containing both Revision and Date
-# tags, and it edits this line so that it looks like ` $rev $date'
-
-# Command-line arguments are passed down to sed; additional -e cmd
-# arguments are acceptable. If no input filename is specified in the
-# command line, sed will read from stdin.
-
-exec sed -e '
- s%.*\$''Revision: \([^$]*\) \$.*\$''Date: \([^$]*\) \$.*% 1円 2円%
- t end
- d
- : end' ${1+"$@"}