identify ourselves
authorStig S. Bakken <stig@php.net>
Thu, 22 Jul 1999 20:20:11 +0000 (20:20 +0000)
committerStig S. Bakken <stig@php.net>
Thu, 22 Jul 1999 20:20:11 +0000 (20:20 +0000)
TSRM/buildconf
Zend/buildconf

index 3a896bcb1ace50cb4876093135beed1b3954ccbe..deb6aedb7975bdf431702b0db888a18bff3e19d9 100755 (executable)
@@ -3,10 +3,10 @@
 mv aclocal.m4 aclocal.m4.old 2>/dev/null
 aclocal
 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
-    echo keeping ${1}aclocal.m4
+    echo "buildconf: keeping ${1}aclocal.m4"
     mv aclocal.m4.old aclocal.m4
 else
-    echo created or modified ${1}aclocal.m4
+    echo "buildconf: created or modified ${1}aclocal.m4"
 fi
 
 autoheader
@@ -16,9 +16,9 @@ automake --add-missing --include-deps
 mv configure configure.old 2>/dev/null
 autoconf
 if cmp configure.old configure > /dev/null 2>&1; then
-    echo keeping ${1}configure
+    echo "buildconf: keeping ${1}configure"
     mv configure.old configure
 else
-    echo created or modified ${1}configure
+    echo "buildconf: created or modified ${1}configure"
 fi
 
index 3a896bcb1ace50cb4876093135beed1b3954ccbe..deb6aedb7975bdf431702b0db888a18bff3e19d9 100755 (executable)
@@ -3,10 +3,10 @@
 mv aclocal.m4 aclocal.m4.old 2>/dev/null
 aclocal
 if cmp aclocal.m4.old aclocal.m4 > /dev/null 2>&1; then
-    echo keeping ${1}aclocal.m4
+    echo "buildconf: keeping ${1}aclocal.m4"
     mv aclocal.m4.old aclocal.m4
 else
-    echo created or modified ${1}aclocal.m4
+    echo "buildconf: created or modified ${1}aclocal.m4"
 fi
 
 autoheader
@@ -16,9 +16,9 @@ automake --add-missing --include-deps
 mv configure configure.old 2>/dev/null
 autoconf
 if cmp configure.old configure > /dev/null 2>&1; then
-    echo keeping ${1}configure
+    echo "buildconf: keeping ${1}configure"
     mv configure.old configure
 else
-    echo created or modified ${1}configure
+    echo "buildconf: created or modified ${1}configure"
 fi