Check-in Number:
|
854 | |
Date: |
2001-Sep-05 10:29:16 (local)
2001-Sep-05 08:29:16 (UTC) |
User: | rse |
Branch: | |
Comment: |
finally remove generated stuff from Str tree |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/str/.cvsignore 1.7 -> 1.8
--- .cvsignore 2001/08/16 12:04:25 1.7
+++ .cvsignore 2001/09/05 08:29:16 1.8
@@ -4,6 +4,7 @@
config.status
str-config
str_config.h
+str_config.h.in
str_test
*.core
*.lo
@@ -12,3 +13,8 @@
libtool
str_pcre_gen
str_pcre_tab.c
+config.guess
+config.sub
+configure
+libtool.m4
+ltmain.sh
|
|
ossp-pkg/str/Makefile.in 1.34 -> 1.35
--- Makefile.in 2001/08/16 13:21:22 1.34
+++ Makefile.in 2001/09/05 08:29:16 1.35
@@ -152,6 +152,7 @@
realclean: distclean
$(RM) config.guess config.sub ltmain.sh libtool.m4
$(RM) configure str_config.h.in
+ $(RM) str-config.1 str.3
$(RM) shtool
dist: distclean
|
|
ossp-pkg/str/autogen.sh 1.1 -> 1.2
--- autogen.sh 2001/08/16 12:16:51 1.1
+++ autogen.sh 2001/09/05 08:29:16 1.2
@@ -62,7 +62,7 @@
echo "GNU Libtool $libtoolize_version -> ltmain.sh, libtool.m4, config.guess, config.sub"
libtoolize --force --copy >/dev/null 2>&1
cp `libtoolize --force --copy --dry-run | grep "add the contents of" |\
- sed -e 's;[^\`]*\`;;' -e "s;\'.*;;"` libtool.m4
+ sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` libtool.m4
# GNU Autoconf generation
echo "GNU Autoconf $autoconf_version -> configure, config.h.in"
|
|
ossp-pkg/str/config.guess 1.2 -> 1.3
ossp-pkg/str/config.sub 1.2 -> 1.3
ossp-pkg/str/configure 1.13 -> 1.14
ossp-pkg/str/libtool.m4 1.1 -> 1.2
ossp-pkg/str/ltmain.sh 1.3 -> 1.4
ossp-pkg/str/shtool 1.7 -> 1.8
ossp-pkg/str/str-config.1 1.16 -> 1.17
ossp-pkg/str/str.3 1.36 -> 1.37
ossp-pkg/str/str_config.h.in 1.5 -> 1.6