]> Savannah Git Hosting - m4.git/commitdiff

Savannah Git Hosting - m4.git/commitdiff

git git@sv / m4.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67f198b)
* build-aux/mkstamp: Rename from ltdl/config/mkstamp.
Tue, 6 Nov 2007 13:29:27 +0000 (06:29 -0700)
Tue, 6 Nov 2007 13:29:27 +0000 (06:29 -0700)
Signed-off-by: Eric Blake <ebb9@byu.net>
build-aux/.cvsignore [new file with mode: 0644] patch | blob
build-aux/.gitignore [new file with mode: 0644] patch | blob
build-aux/mkstamp [new file with mode: 0755] patch | blob
ltdl/config/mkstamp [deleted file] patch | blob | history

diff --git a/.cvsignore b/.cvsignore
index f36af79dd4ff5ff1048e5c3047b24c55814a58fe..1b25efacfdaa1202e10910d16e63f75f11b56bd5 100644 (file)
--- a/.cvsignore
+++ b/.cvsignore
@@ -4,7 +4,6 @@ ABOUT-NLS
aclocal.m4
aclocal.m4t
autom4te.cache
-build-aux
config.cache
config.h
config-h.in
diff --git a/.gitignore b/.gitignore
index 21bfd603f38257e86a85508967f64268840358d1..ed1f298b5be5e57d48a490658b904ef2efd37031 100644 (file)
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@ ABOUT-NLS
aclocal.m4
aclocal.m4t
autom4te.cache
-build-aux
config.cache
config.h
config-h.in
diff --git a/ChangeLog b/ChangeLog
index 0a986c6cc4d9de3a6cefa831d25fa629891b8bd9..d7be92b39054017b33f62c41ae6ca3d4761a0cd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
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.
diff --git a/build-aux/.cvsignore b/build-aux/.cvsignore
new file mode 100644 (file)
index 0000000..3a8e904
--- /dev/null
+++ b/build-aux/.cvsignore
@@ -0,0 +1,12 @@
+compile
+config.*
+depcomp
+gendocs.sh
+gnupload
+install-sh
+link-warning.h
+ltmain.sh
+mdate-sh
+missing
+mkinstalldirs
+texinfo.tex
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
new file mode 100644 (file)
index 0000000..3a8e904
--- /dev/null
+++ b/build-aux/.gitignore
@@ -0,0 +1,12 @@
+compile
+config.*
+depcomp
+gendocs.sh
+gnupload
+install-sh
+link-warning.h
+ltmain.sh
+mdate-sh
+missing
+mkinstalldirs
+texinfo.tex
diff --git a/build-aux/mkstamp b/build-aux/mkstamp
new file mode 100755 (executable)
index 0000000..3e81c96
--- /dev/null
+++ b/build-aux/mkstamp
@@ -0,0 +1,38 @@
+#! /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+"$@"}
diff --git a/ltdl/.cvsignore b/ltdl/.cvsignore
index e2af3df6756fa64f20deb7f76147941f1a22eb42..aec0bad817dd6a754dbf217bd394ecce586dbb2e 100644 (file)
--- a/ltdl/.cvsignore
+++ b/ltdl/.cvsignore
@@ -8,6 +8,7 @@ argz.c
argz_.h
argz.h
autom4te.cache
+config
config-h.in
config.*
configure
diff --git a/ltdl/.gitignore b/ltdl/.gitignore
index e2af3df6756fa64f20deb7f76147941f1a22eb42..aec0bad817dd6a754dbf217bd394ecce586dbb2e 100644 (file)
--- a/ltdl/.gitignore
+++ b/ltdl/.gitignore
@@ -8,6 +8,7 @@ argz.c
argz_.h
argz.h
autom4te.cache
+config
config-h.in
config.*
configure
diff --git a/ltdl/config/.cvsignore b/ltdl/config/.cvsignore
deleted file mode 100644 (file)
index 3a8e904..0000000
--- a/ltdl/config/.cvsignore
+++ /dev/null
@@ -1,12 +0,0 @@
-compile
-config.*
-depcomp
-gendocs.sh
-gnupload
-install-sh
-link-warning.h
-ltmain.sh
-mdate-sh
-missing
-mkinstalldirs
-texinfo.tex
diff --git a/ltdl/config/.gitignore b/ltdl/config/.gitignore
deleted file mode 100644 (file)
index 3a8e904..0000000
--- a/ltdl/config/.gitignore
+++ /dev/null
@@ -1,12 +0,0 @@
-compile
-config.*
-depcomp
-gendocs.sh
-gnupload
-install-sh
-link-warning.h
-ltmain.sh
-mdate-sh
-missing
-mkinstalldirs
-texinfo.tex
diff --git a/ltdl/config/mkstamp b/ltdl/config/mkstamp
deleted file mode 100755 (executable)
index 3e81c96..0000000
--- a/ltdl/config/mkstamp
+++ /dev/null
@@ -1,38 +0,0 @@
-#! /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+"$@"}
GNU M4 source repository
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /