Changeset b01d6a2 in mod_gnutls
- Timestamp:
- Sep 19, 2011, 11:27:46 PM (12 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
- Children:
- 443b18e
- Parents:
- fe0c93a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
autogen.sh
-
Property
mode
changed from
100755
to100644
rfe0c93a rb01d6a2 1 1 #!/bin/sh 2 2 3 if [ -z $AUTORECONF ]; then 4 AUTORECONF=autoreconf 5 fi 3 autoreconf -f -v -i 6 4 7 #rm -rf autom4te.cache8 $AUTORECONF -f -v -i9 #touch stamp-h.in10 5 -
Property
mode
changed from
Note: See TracChangeset
for help on using the changeset viewer.